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

/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo.h111 #define fifo_rmdir (int (*) (struct vnop_rmdir_args *))err_rmdir
H A Dfifo_vnops.c107 { &vnop_rmdir_desc, (VOPFUNC)err_rmdir }, /* rmdir */
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspecdev.h162 #define spec_rmdir (int (*) (struct vnop_access_args *))err_rmdir
H A Dspec_vnops.c134 { &vnop_rmdir_desc, (VOPFUNC)err_rmdir }, /* rmdir */
/darwin-on-arm/xnu/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

Completed in 80 milliseconds