Home
last modified time | relevance | path

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

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