Searched refs:bitstr_test (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/security/ |
| H A D | mac_mach_internal.h | 103 #ifndef bitstr_test 104 # define bitstr_test(name, bit) ((name)[((bit) >> 3)] & (1 << ((bit) & 0x7))) macro
|
| /xnu-11215/bsd/sys/ |
| H A D | bitstring.h | 88 #define bitstr_test(name, bit) \ macro
|
| /xnu-11215/bsd/dev/i386/ |
| H A D | systemcalls.c | 184 …if (__improbable(proc_syscall_filter_mask(p) != NULL && !bitstr_test(proc_syscall_filter_mask(p), … in unix_syscall() 377 …if (__improbable(proc_syscall_filter_mask(p) != NULL && !bitstr_test(proc_syscall_filter_mask(p), … in unix_syscall64()
|
| /xnu-11215/osfmk/arm64/ |
| H A D | bsd_arm64.c | 252 !bitstr_test(filter_mask, call_number) && in mach_syscall()
|
| /xnu-11215/osfmk/i386/ |
| H A D | bsd_i386.c | 577 !bitstr_test(filter_mask, call_number) && in mach_call_munger() 696 !bitstr_test(filter_mask, call_number)) && in mach_call_munger64()
|
| /xnu-11215/bsd/dev/arm/ |
| H A D | systemcalls.c | 161 …if (__improbable(proc_syscall_filter_mask(proc) != NULL && !bitstr_test(proc_syscall_filter_mask(p… in unix_syscall()
|
| /xnu-11215/osfmk/kern/ |
| H A D | ipc_kobject.c | 594 !bitstr_test(filter_mask, idx) && in ipc_kobject_server_internal()
|
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_log.c | 853 !bitstr_test((bitstr_t *)&tcp_log_thflags_if_family, ifp->if_family))) { in should_log_th_flags()
|
| /xnu-11215/bsd/net/ |
| H A D | if_ports_used.c | 1209 if (bitstr_test((bitstr_t *)&npi_wake_packet_event_delay_if_families, ifrtype)) { in is_wake_pkt_event_delay()
|