Home
last modified time | relevance | path

Searched refs:buf_clone (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dbuf.h676 buf_t buf_clone(buf_t bp, int io_offset, int io_size, void (*iodone)(buf_t, void *), void *arg);
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_bio.c809 buf_clone(buf_t bp, int io_offset, int io_size, void (*iodone)(buf_t, void *), void *arg) in buf_clone() function