Home
last modified time | relevance | path

Searched refs:buf_bdwrite (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dbuf.h815 errno_t buf_bdwrite(buf_t bp);
/xnu-8796.121.2/bsd/miscfs/specfs/
H A Dspec_vnops.c764 error = buf_bdwrite(bp); in spec_write()
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_bio.c2513 buf_bdwrite(buf_t bp) in buf_bdwrite() function