| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_ktrace.c | 571 uintptr_t type = (uintptr_t)arg1; variable
|
| H A D | kpi_socket.c | 1066 sock_socket_common(int domain, int type, int protocol, sock_upcall callback, in sock_socket_common() 1102 sock_socket_internal(int domain, int type, int protocol, sock_upcall callback, in sock_socket_internal() 1110 sock_socket(int domain, int type, int protocol, sock_upcall callback, in sock_socket()
|
| /xnu-11417.140.69/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn_filtering.c | 114 cpu_type_t *type, cpu_subtype_t *subtype, uint32_t *psa_options, uint8_t *sec_flags) in evaluate_rules()
|
| /xnu-11417.140.69/bsd/net/ |
| H A D | rtsock.c | 1291 rt_msg1(u_char type, struct rt_addrinfo *rtinfo) in rt_msg1() 1380 rt_msg2(u_char type, struct rt_addrinfo *rtinfo, caddr_t cp __header_indexable, struct walkarg *w, in rt_msg2() 1511 rt_missmsg(u_char type, struct rt_addrinfo *rtinfo, int flags, int error) in rt_missmsg()
|
| /xnu-11417.140.69/osfmk/arm/pmap/ |
| H A D | pmap_data.h | 345 pvh_test_type(pv_entry_t **pvh, vm_offset_t type) in pvh_test_type() 422 pvh_update_head(pv_entry_t **pvh, void *pvep, unsigned int type) in pvh_update_head() 445 pvh_update_head_unlocked(pv_entry_t **pvh, void *pvep, unsigned int type) in pvh_update_head_unlocked()
|
| /xnu-11417.140.69/tests/ |
| H A D | bpflib.c | 155 bpf_arp_filter(int fd, int type_offset, int type, u_int pkt_size) in bpf_arp_filter()
|
| H A D | monotonic_uncore.c | 34 int type, subtype; in device_supports_uncore() local
|
| /xnu-11417.140.69/bsd/miscfs/nullfs/ |
| H A D | null_vfsops.c | 83 #define SIZEOF_MEMBER(type, member) (sizeof(((type *)0)->member)) argument
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | pipe.h | 176 #define PIPE_LOCK_ASSERT(pipe, type) LCK_MTX_ASSERT(PIPE_MTX(pipe), (type)) argument
|
| H A D | unpcb.h | 108 #define _UCPCB_LIST_HEAD(name, type) \ argument 115 #define _UCPCB_LIST_HEAD(name, type) LIST_HEAD(name, type) argument
|
| /xnu-11417.140.69/iokit/Kernel/ |
| H A D | IOServicePrivate.h | 104 const OSSymbol * type; variable
|
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | net.py | 1902 def GetUnixDomainPCBAsString(unp, type) : argument 1917 def GetUnixDomainPcbInfo(unp_head, type): argument
|
| /xnu-11417.140.69/iokit/IOKit/ |
| H A D | IORPC.h | 109 mach_msg_descriptor_type_t type : 8; member 123 mach_msg_descriptor_type_t type: 8; member
|
| /xnu-11417.140.69/libkern/libkern/ |
| H A D | Block_private.h | 234 #define _Block_get_relative_function_pointer(aBlock, field, type) \ argument 256 #define _Block_get_relative_function_pointer(aBlock, field, type) \ argument
|
| /xnu-11417.140.69/iokit/DriverKit/ |
| H A D | IORPC.h | 109 mach_msg_descriptor_type_t type : 8; member 123 mach_msg_descriptor_type_t type: 8; member
|
| /xnu-11417.140.69/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 884 _ring_id(struct ch_info *cinfo, const ring_id_type_t type) in _ring_id() 910 os_channel_ring_id(const channel_t chd, const ring_id_type_t type) in os_channel_ring_id() 1363 os_channel_attr_set(const channel_attr_t cha, const channel_attr_type_t type, in os_channel_attr_set() 1495 os_channel_attr_get(const channel_attr_t cha, const channel_attr_type_t type, in os_channel_attr_get()
|
| /xnu-11417.140.69/osfmk/ipc/ |
| H A D | ipc_importance.c | 598 iit_update_type_t type, in ipc_importance_task_check_transition() 700 iit_update_type_t type, in ipc_importance_task_propagate_helper() 1089 iit_update_type_t type, in ipc_importance_task_propagate_assertion_locked() 1588 iit_update_type_t type; in ipc_importance_task_update_live_donor() local
|
| H A D | ipc_space.c | 459 mach_port_type_t type; in ipc_space_terminate() local
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | locks.c | 831 hw_lock_assert(__assert_only hw_lock_t lock, __assert_only unsigned int type) in hw_lock_assert() 1275 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in wakeup_with_inheritor_and_turnstile() local 1376 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; variable 1449 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in change_sleep_inheritor() local 2583 gate_init(gate_t *gate, uint type) in gate_init()
|
| H A D | exc_resource.h | 246 #define EXC_RESOURCE_ENCODE_TYPE(code, type) \ argument
|
| H A D | thread.c | 3143 thread_shared_rsrc_policy_get(thread_t thread, cluster_shared_rsrc_type_t type) in thread_shared_rsrc_policy_get() 3154 …ed_rsrc_policy_set(thread_t thread, __unused uint32_t index, cluster_shared_rsrc_type_t type, shar… in thread_shared_rsrc_policy_set() 3184 thread_shared_rsrc_policy_clear(thread_t thread, cluster_shared_rsrc_type_t type, shared_rsrc_polic… in thread_shared_rsrc_policy_clear() 3226 thread_shared_rsrc_policy_get(__unused thread_t thread, __unused cluster_shared_rsrc_type_t type) in thread_shared_rsrc_policy_get() 3232 …shared_rsrc_policy_set(thread_t thread, uint32_t index, __unused cluster_shared_rsrc_type_t type, … in thread_shared_rsrc_policy_set() 3238 thread_shared_rsrc_policy_clear(thread_t thread, __unused cluster_shared_rsrc_type_t type, __unused… in thread_shared_rsrc_policy_clear()
|
| /xnu-11417.140.69/libkdd/ |
| H A D | KCDBasicTypeDescription.m | 93 #define read_unaligned(type, data) ({ \ category 94 type x; \ category 95 memcpy((void*)&x, (void*)(data), sizeof(type)); \ category
|
| /xnu-11417.140.69/osfmk/i386/ |
| H A D | locks_i386.c | 411 lck_spin_assert(const lck_spin_t *lock, unsigned int type) in lck_spin_assert() 628 usimple_lock_assert(usimple_lock_t l, unsigned int type) in usimple_lock_assert() 1856 unsigned int type) in lck_mtx_assert()
|
| H A D | trap.c | 674 int type; in kernel_trap() local 1082 int type; in user_trap() local
|
| /xnu-11417.140.69/bsd/skywalk/packet/ |
| H A D | packet_common.h | 409 uint16_t *len, uint8_t *type) in __packet_opt_get_token() 442 uint8_t type; in __packet_get_token() local 460 const uint16_t len, const uint8_t type, volatile uint64_t *pflags) in __packet_opt_set_token() 550 uint8_t type; in __packet_get_packetid() local
|