Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 15 of 15) sorted by relevance

/xnu-8792.41.9/bsd/crypto/doc/
H A DKernelCrypto.txt70 form is allowed (with or without changes) provided that:
100 form is allowed (with or without changes) provided that:
131 The free distribution and use of this software is allowed (with or without
/xnu-8792.41.9/osfmk/kern/
H A Dhost.c1260 bool allowed = (id == HOST_TELEMETRY_PORT && in host_set_special_port() local
1263 if (!allowed) { in host_set_special_port()
1264 allowed = (csr_check(CSR_ALLOW_TASK_FOR_PID) == 0); in host_set_special_port()
1267 if (!allowed) { in host_set_special_port()
/xnu-8792.41.9/bsd/vm/
H A Dvm_unix.c817 int allowed; in task_for_pid_posix_check() local
846 allowed = TRUE; in task_for_pid_posix_check()
855 allowed = FALSE; in task_for_pid_posix_check()
859 if (kauth_cred_gid_subset(targetcred, mycred, &allowed) || in task_for_pid_posix_check()
860 allowed == 0) { in task_for_pid_posix_check()
861 allowed = FALSE; in task_for_pid_posix_check()
868 allowed = FALSE; in task_for_pid_posix_check()
874 return allowed; in task_for_pid_posix_check()
/xnu-8792.41.9/libsyscall/mach/
H A Derr_libkern.sub82 "(libkern/kext) operation/kext not allowed at current boot level", /* 0x12 */
/xnu-8792.41.9/doc/
H A Datomics.md58 Indeed, the compiler is perfectly allowed to perform various optimizations it
63 is almost always the case for XNU), is allowed to transform this code:
H A Ddebugging.md4 features are unavailable and some Python 2 syntax is not allowed. Unfortunately, any syntax error w…
H A Dsched_clutch_edge.md217 The `sce_migration_allowed` & `sce_steal_allowed` flags indicate if threads are allowed to be migra…
/xnu-8792.41.9/bsd/kern/
H A Dkern_sig.c329 int allowed = 0; in cansignal_nomac() local
342 allowed = 1; in cansignal_nomac()
350 return allowed; in cansignal_nomac()
H A Dkern_descrip.c4911 bool allowed = false; in sys_fcntl_nocancel() local
4926 allowed = true; in sys_fcntl_nocancel()
4933 allowed = true; in sys_fcntl_nocancel()
4937 if (!allowed) { in sys_fcntl_nocancel()
/xnu-8792.41.9/tests/
H A Dstackshot_block_owner_14362384.m239 /* perform various actions with a mutex in kernel memory. note that, since we aren't allowed
346 /* perform various actions with a rwlock in kernel memory. note that, since we aren't allowed
H A Dipsec.m409 bufsiz = 233016; /* Max allowed by default */
H A Dstackshot_tests.m395 .flags = STACKSHOT_SAVE_IN_KERNEL_BUFFER /* not allowed from user space */,
/xnu-8792.41.9/bsd/man/man2/
H A Dgetdirentriesattr.2200 This option allowed for specific performance optimizations for specific clients on older systems.
/xnu-8792.41.9/tools/lldbmacros/
H A DREADME.md157 …stomizing your command invocation. Note: Only CAPITAL letter options are allowed. lowercase option…
/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c3892 bool allowed = TRUE; in necp_socket_is_allowed_to_recv_on_interface() local
3905 allowed = FALSE; in necp_socket_is_allowed_to_recv_on_interface()
3915 return allowed; in necp_socket_is_allowed_to_recv_on_interface()