Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dbuf.h826 errno_t buf_bdwrite(buf_t bp);
/xnu-10063.101.15/bsd/miscfs/specfs/
H A Dspec_vnops.c809 error = buf_bdwrite(bp); in spec_write()
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_bio.c2527 buf_bdwrite(buf_t bp) in buf_bdwrite() function