Home
last modified time | relevance | path

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

/xnu-8796.141.3/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-8796.141.3/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-8796.141.3/libsyscall/mach/
H A Derr_libkern.sub82 "(libkern/kext) operation/kext not allowed at current boot level", /* 0x12 */
/xnu-8796.141.3/bsd/vm/
H A Dvm_unix.c849 int allowed; in task_for_pid_posix_check() local
878 allowed = TRUE; in task_for_pid_posix_check()
887 allowed = FALSE; in task_for_pid_posix_check()
891 if (kauth_cred_gid_subset(targetcred, mycred, &allowed) || in task_for_pid_posix_check()
892 allowed == 0) { in task_for_pid_posix_check()
893 allowed = FALSE; in task_for_pid_posix_check()
900 allowed = FALSE; in task_for_pid_posix_check()
906 return allowed; in task_for_pid_posix_check()
/xnu-8796.141.3/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.md214 The `sce_migration_allowed` & `sce_steal_allowed` flags indicate if threads are allowed to be migra…
/xnu-8796.141.3/bsd/kern/
H A Dkern_sig.c331 int allowed = 0; in cansignal_nomac() local
344 allowed = 1; in cansignal_nomac()
352 return allowed; in cansignal_nomac()
H A Dkern_descrip.c4895 bool allowed = false; in sys_fcntl_nocancel() local
4910 allowed = true; in sys_fcntl_nocancel()
4917 allowed = true; in sys_fcntl_nocancel()
4921 if (!allowed) { in sys_fcntl_nocancel()
/xnu-8796.141.3/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-8796.141.3/bsd/man/man2/
H A Dgetdirentriesattr.2200 This option allowed for specific performance optimizations for specific clients on older systems.
/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c4230 bool allowed = false; in in_check_management_interface_proc_callout() local
4239 allowed = true; in in_check_management_interface_proc_callout()
4241 if (allowed == false && management_data_unrestricted == false) { in in_check_management_interface_proc_callout()
/xnu-8796.141.3/bsd/net/
H A Dnecp.c10686 bool allowed = false; in necp_proc_is_allowed_on_management_interface() local
10697 allowed = true; in necp_proc_is_allowed_on_management_interface()
10700 return allowed; in necp_proc_is_allowed_on_management_interface()
10739 bool allowed = true; in necp_route_is_interface_type_allowed() local
10745 allowed = INP_MANAGEMENT_ALLOWED(inp); in necp_route_is_interface_type_allowed()
10747 allowed = necp_proc_is_allowed_on_management_interface(proc); in necp_route_is_interface_type_allowed()
10749 if (__improbable(if_management_verbose > 1 && allowed == false)) { in necp_route_is_interface_type_allowed()
10752 return allowed; in necp_route_is_interface_type_allowed()
H A Dnecp_client.c3882 bool allowed = TRUE; in necp_socket_is_allowed_to_recv_on_interface() local
3895 allowed = FALSE; in necp_socket_is_allowed_to_recv_on_interface()
3905 return allowed; in necp_socket_is_allowed_to_recv_on_interface()
/xnu-8796.141.3/tools/lldbmacros/
H A DREADME.md157 …stomizing your command invocation. Note: Only CAPITAL letter options are allowed. lowercase option…