| /xnu-11215/bsd/crypto/doc/ |
| H A D | KernelCrypto.txt | 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
|
| /xnu-11215/tests/skywalk/ |
| H A D | skt_reass.c | 146 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 D | host.c | 1327 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 D | err_libkern.sub | 82 "(libkern/kext) operation/kext not allowed at current boot level", /* 0x12 */
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_proc.c | 5289 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 D | kern_sig.c | 332 int allowed = 0; in cansignal_nomac() local 345 allowed = 1; in cansignal_nomac() 353 return allowed; in cansignal_nomac()
|
| H A D | kern_descrip.c | 4991 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 D | atomics.md | 60 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 D | thread_act.defs | 416 * hardened exception handler. Only one hardened exception handler is allowed
|
| H A D | task.defs | 610 * 3. When using *STATE* behaviors of exception handling, only the PC is allowed to be set.
|
| /xnu-11215/tests/ |
| H A D | stackshot_block_owner_14362384.m | 239 /* 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 D | ipsec.m | 418 bufsiz = 233016; /* Max allowed by default */
|
| H A D | stackshot_tests.m | 424 .flags = STACKSHOT_SAVE_IN_KERNEL_BUFFER /* not allowed from user space */,
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 200 This option allowed for specific performance optimizations for specific clients on older systems.
|
| /xnu-11215/bsd/netinet/ |
| H A D | in_pcb.c | 4385 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 D | sme.md | 247 still allowed to write to `SMPRI_EL1`, but currently this has no effect on
|
| /xnu-11215/bsd/net/ |
| H A D | necp.c | 12260 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 D | necp_client.c | 4042 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 D | README.md | 162 …stomizing your command invocation. Note: Only CAPITAL letter options are allowed. lowercase option…
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.def | 421 # * Tells Clang to run in bounds-safety adoption mode which is allowed to
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 216 The `sce_migration_allowed` & `sce_steal_allowed` flags indicate if threads are allowed to be migra…
|