Searched refs:buf_headers (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/conf/
H A Dparam.c120 struct buf *buf_headers; variable in typeref:struct:buf
/xnu-2782.1.97/bsd/dev/
H A Dunix_startup.c158 buf_headers = (struct buf *) firstaddr;
159 bzero(buf_headers, size);
/xnu-2782.1.97/bsd/sys/
H A Dbuf_internal.h284 extern struct buf *buf_headers; /* The buffer headers. */
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c1954 bp = &buf_headers[i];
1970 bp = &buf_headers[i];

Completed in 91 milliseconds