Home
last modified time | relevance | path

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

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