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

/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo.h111 #define fifo_rmdir (int (*) (struct vnop_rmdir_args *))err_rmdir
H A Dfifo_vnops.c104 { &vnop_rmdir_desc, (VOPFUNC)err_rmdir }, /* rmdir */
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h162 #define spec_rmdir (int (*) (struct vnop_access_args *))err_rmdir
H A Dspec_vnops.c135 { &vnop_rmdir_desc, (VOPFUNC)err_rmdir }, /* rmdir */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.h122 extern int err_rmdir(struct vnop_rmdir_args *ap);
H A Dvfs_support.c486 err_rmdir(struct vnop_rmdir_args *ap) function
/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c423 { &vnop_rmdir_desc, (VOPFUNC) err_rmdir }, /* rmdir */

Completed in 56 milliseconds