Searched refs:allowed (Results 1 – 17 of 17) sorted by relevance
70 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
1260 bool allowed = (id == HOST_TELEMETRY_PORT && in host_set_special_port() local1263 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()
82 "(libkern/kext) operation/kext not allowed at current boot level", /* 0x12 */
849 int allowed; in task_for_pid_posix_check() local878 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()
58 Indeed, the compiler is perfectly allowed to perform various optimizations it63 is almost always the case for XNU), is allowed to transform this code:
4 features are unavailable and some Python 2 syntax is not allowed. Unfortunately, any syntax error w…
214 The `sce_migration_allowed` & `sce_steal_allowed` flags indicate if threads are allowed to be migra…
331 int allowed = 0; in cansignal_nomac() local344 allowed = 1; in cansignal_nomac()352 return allowed; in cansignal_nomac()
4895 bool allowed = false; in sys_fcntl_nocancel() local4910 allowed = true; in sys_fcntl_nocancel()4917 allowed = true; in sys_fcntl_nocancel()4921 if (!allowed) { in sys_fcntl_nocancel()
239 /* perform various actions with a mutex in kernel memory. note that, since we aren't allowed346 /* perform various actions with a rwlock in kernel memory. note that, since we aren't allowed
409 bufsiz = 233016; /* Max allowed by default */
395 .flags = STACKSHOT_SAVE_IN_KERNEL_BUFFER /* not allowed from user space */,
200 This option allowed for specific performance optimizations for specific clients on older systems.
4230 bool allowed = false; in in_check_management_interface_proc_callout() local4239 allowed = true; in in_check_management_interface_proc_callout()4241 if (allowed == false && management_data_unrestricted == false) { in in_check_management_interface_proc_callout()
10686 bool allowed = false; in necp_proc_is_allowed_on_management_interface() local10697 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() local10745 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()
3882 bool allowed = TRUE; in necp_socket_is_allowed_to_recv_on_interface() local3895 allowed = FALSE; in necp_socket_is_allowed_to_recv_on_interface()3905 return allowed; in necp_socket_is_allowed_to_recv_on_interface()
157 …stomizing your command invocation. Note: Only CAPITAL letter options are allowed. lowercase option…