Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/
H A Dunix_startup.c171 buf_headers = (struct buf *) firstaddr; in bsd_startupearly()
172 bzero(buf_headers, size); in bsd_startupearly()
/xnu-8019.80.24/bsd/conf/
H A Dparam.c124 struct buf *buf_headers; variable
/xnu-8019.80.24/bsd/sys/
H A Dbuf_internal.h292 extern struct buf *buf_headers; /* The buffer headers. */
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c2172 bp = &buf_headers[i]; in bufinit()
2188 bp = &buf_headers[i]; in bufinit()