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

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

Completed in 100 milliseconds