Home
last modified time | relevance | path

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

/xnu-11215/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-11215/tests/skywalk/
H A Dskt_reass.c146 reass_packet_matcher_fn matcher, struct timeval *allowed) in reass_interface_send_rece() argument
164 left = *allowed; in reass_interface_send_rece()
205 timersub(allowed, &elapsed, &left); in reass_interface_send_rece()
/xnu-11215/osfmk/kern/
H A Dhost.c1327 bool allowed = (id == HOST_TELEMETRY_PORT && in host_set_special_port() local
1330 if (!allowed) { in host_set_special_port()
1331 allowed = (csr_check(CSR_ALLOW_TASK_FOR_PID) == 0); in host_set_special_port()
1334 if (!allowed) { in host_set_special_port()
/xnu-11215/libsyscall/mach/
H A Derr_libkern.sub82 "(libkern/kext) operation/kext not allowed at current boot level", /* 0x12 */
/xnu-11215/bsd/kern/
H A Dkern_proc.c5289 int allowed; in task_for_pid_posix_check() local
5318 allowed = TRUE; in task_for_pid_posix_check()
5327 allowed = FALSE; in task_for_pid_posix_check()
5331 if (kauth_cred_gid_subset(targetcred, mycred, &allowed) || in task_for_pid_posix_check()
5332 allowed == 0) { in task_for_pid_posix_check()
5333 allowed = FALSE; in task_for_pid_posix_check()
5340 allowed = FALSE; in task_for_pid_posix_check()
5346 return allowed; in task_for_pid_posix_check()
H A Dkern_sig.c332 int allowed = 0; in cansignal_nomac() local
345 allowed = 1; in cansignal_nomac()
353 return allowed; in cansignal_nomac()
H A Dkern_descrip.c4991 bool allowed = false; in sys_fcntl_nocancel() local
5006 allowed = true; in sys_fcntl_nocancel()
5013 allowed = true; in sys_fcntl_nocancel()
5017 if (!allowed) { in sys_fcntl_nocancel()
/xnu-11215/doc/primitives/
H A Datomics.md60 Indeed, the compiler is perfectly allowed to perform various optimizations it
65 is almost always the case for XNU), is allowed to transform this code:
/xnu-11215/osfmk/mach/
H A Dthread_act.defs416 * hardened exception handler. Only one hardened exception handler is allowed
H A Dtask.defs610 * 3. When using *STATE* behaviors of exception handling, only the PC is allowed to be set.
/xnu-11215/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.m418 bufsiz = 233016; /* Max allowed by default */
H A Dstackshot_tests.m424 .flags = STACKSHOT_SAVE_IN_KERNEL_BUFFER /* not allowed from user space */,
/xnu-11215/bsd/man/man2/
H A Dgetdirentriesattr.2200 This option allowed for specific performance optimizations for specific clients on older systems.
/xnu-11215/bsd/netinet/
H A Din_pcb.c4385 bool allowed = false; in in_check_management_interface_proc_callout() local
4394 allowed = true; in in_check_management_interface_proc_callout()
4396 if (allowed == false && management_data_unrestricted == false) { in in_check_management_interface_proc_callout()
/xnu-11215/doc/arm/
H A Dsme.md247 still allowed to write to `SMPRI_EL1`, but currently this has no effect on
/xnu-11215/bsd/net/
H A Dnecp.c12260 bool allowed = false; in necp_proc_is_allowed_on_management_interface() local
12271 allowed = true; in necp_proc_is_allowed_on_management_interface()
12274 return allowed; in necp_proc_is_allowed_on_management_interface()
12313 bool allowed = true; in necp_route_is_interface_type_allowed() local
12319 allowed = INP_MANAGEMENT_ALLOWED(inp); in necp_route_is_interface_type_allowed()
12321 allowed = necp_proc_is_allowed_on_management_interface(proc); in necp_route_is_interface_type_allowed()
12323 if (__improbable(if_management_verbose > 1 && allowed == false)) { in necp_route_is_interface_type_allowed()
12326 return allowed; in necp_route_is_interface_type_allowed()
H A Dnecp_client.c4042 bool allowed = TRUE; in necp_socket_is_allowed_to_recv_on_interface() local
4055 allowed = FALSE; in necp_socket_is_allowed_to_recv_on_interface()
4065 return allowed; in necp_socket_is_allowed_to_recv_on_interface()
/xnu-11215/tools/lldbmacros/
H A DREADME.md162 …stomizing your command invocation. Note: Only CAPITAL letter options are allowed. lowercase option…
/xnu-11215/makedefs/
H A DMakeInc.def421 # * Tells Clang to run in bounds-safety adoption mode which is allowed to
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md216 The `sce_migration_allowed` & `sce_steal_allowed` flags indicate if threads are allowed to be migra…