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

/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c123 struct buf *buf_headers; variable in typeref:struct:buf
/darwin-on-arm/xnu/bsd/dev/
H A Dunix_startup.c155 buf_headers = (struct buf *) firstaddr;
156 bzero(buf_headers, size);
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h244 extern struct buf *buf_headers; /* The buffer headers. */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1920 bp = &buf_headers[i];
1936 bp = &buf_headers[i];

Completed in 31 milliseconds