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

/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo.h107 #define fifo_remove (int (*) (struct vnop_remove_args *))err_remove
H A Dfifo_vnops.c103 { &vnop_remove_desc, (VOPFUNC)err_remove }, /* remove */
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspecdev.h158 #define spec_remove (int (*) (struct vnop_access_args *))err_remove
H A Dspec_vnops.c130 { &vnop_remove_desc, (VOPFUNC)err_remove }, /* remove */
/darwin-on-arm/xnu/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

Completed in 82 milliseconds