Searched refs:err_remove (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo.h107 #define fifo_remove (int (*) (struct vnop_remove_args *))err_remove
H A Dfifo_vnops.c100 { &vnop_remove_desc, (VOPFUNC)err_remove }, /* remove */
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h158 #define spec_remove (int (*) (struct vnop_access_args *))err_remove
H A Dspec_vnops.c131 { &vnop_remove_desc, (VOPFUNC)err_remove }, /* remove */
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.h110 extern int err_remove(struct vnop_remove_args *ap);
H A Dvfs_support.c399 err_remove(struct vnop_remove_args *ap) function
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c419 { &vnop_remove_desc, (VOPFUNC) err_remove }, /* remove */

Completed in 190 milliseconds