Searched refs:ENOSYS (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_xxx.c125 return (ENOSYS);
184 return (ENOSYS);
H A Dposix_sem.c990 return(ENOSYS);
996 return(ENOSYS);
1002 return(ENOSYS);
H A Dkern_mman.c1085 return (ENOSYS);
1091 return(ENOSYS);
H A Dkern_prot.c2232 return (ENOSYS);
2239 return (ENOSYS);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_syscalls.c476 return (ENOSYS);
479 return (ENOSYS);
482 return (ENOSYS);
485 return (ENOSYS);
488 return (ENOSYS);
491 return (ENOSYS);
730 return (ENOSYS);
979 return (ENOSYS);
987 return (ENOSYS);
995 return (ENOSYS);
[all...]
H A Daudit_bsm_errno.c396 { BSM_ERRNO_ENOSYS, ENOSYS, ES("Function not implemented") },
H A Daudit_session.c2038 return (ENOSYS);
2047 return (ENOSYS);
2055 return (ENOSYS);
/darwin-on-arm/xnu/security/
H A Dmac_base.c1680 return (ENOSYS);
1687 return (ENOSYS);
1694 return (ENOSYS);
1795 error = ENOSYS; // only sockets/vnodes so far
1959 error = ENOSYS;
2001 error = ENOSYS; // only sockets/vnodes so far
2024 return ENOSYS;
2325 return (ENOSYS);
2354 return (ENOSYS);
2361 return (ENOSYS);
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h206 #define ENOSYS 78 /* Function not implemented */ macro
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_pset.c340 int result = ENOSYS;

Completed in 108 milliseconds