Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/miscfs/fifofs/
H A Dfifo.h90 int fifo_charcount(struct vnode *vp, int *count);
H A Dfifo_vnops.c618 fifo_charcount(struct vnode *vp, int *count) in fifo_charcount() function
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_vnops.c2097 int err = fifo_charcount(vp, &cnt); in vnode_readable_data_count()