Searched refs:eopnotsupp (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dsubr_xxx.c135 eopnotsupp(void) function
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c702 #define fdesc_create (int (*) (struct vnop_create_args *))eopnotsupp
703 #define fdesc_mknod (int (*) (struct vnop_mknod_args *))eopnotsupp
706 #define fdesc_mmap (int (*) (struct vnop_mmap_args *))eopnotsupp
709 #define fdesc_remove (int (*) (struct vnop_remove_args *))eopnotsupp
710 #define fdesc_link (int (*) (struct vnop_link_args *))eopnotsupp
711 #define fdesc_rename (int (*) (struct vnop_rename_args *))eopnotsupp
712 #define fdesc_mkdir (int (*) (struct vnop_mkdir_args *))eopnotsupp
713 #define fdesc_rmdir (int (*) (struct vnop_rmdir_args *))eopnotsupp
714 #define fdesc_symlink (int (*) (struct vnop_symlink_args *))eopnotsupp
716 #define fdesc_advlock (int (*) (struct vnop_advlock_args *))eopnotsupp
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dsystm.h205 int eopnotsupp(void);

Completed in 29 milliseconds