Home
last modified time | relevance | path

Searched defs:type (Results 176 – 200 of 394) sorted by relevance

12345678910>>...16

/xnu-11417.140.69/bsd/kern/
H A Dkern_ktrace.c571 uintptr_t type = (uintptr_t)arg1; variable
H A Dkpi_socket.c1066 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 Dposix_spawn_filtering.c114 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 Drtsock.c1291 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 Dpmap_data.h345 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 Dbpflib.c155 bpf_arp_filter(int fd, int type_offset, int type, u_int pkt_size) in bpf_arp_filter()
H A Dmonotonic_uncore.c34 int type, subtype; in device_supports_uncore() local
/xnu-11417.140.69/bsd/miscfs/nullfs/
H A Dnull_vfsops.c83 #define SIZEOF_MEMBER(type, member) (sizeof(((type *)0)->member)) argument
/xnu-11417.140.69/bsd/sys/
H A Dpipe.h176 #define PIPE_LOCK_ASSERT(pipe, type) LCK_MTX_ASSERT(PIPE_MTX(pipe), (type)) argument
H A Dunpcb.h108 #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 DIOServicePrivate.h104 const OSSymbol * type; variable
/xnu-11417.140.69/tools/lldbmacros/
H A Dnet.py1902 def GetUnixDomainPCBAsString(unp, type) : argument
1917 def GetUnixDomainPcbInfo(unp_head, type): argument
/xnu-11417.140.69/iokit/IOKit/
H A DIORPC.h109 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 DBlock_private.h234 #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 DIORPC.h109 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 Dos_channel.c884 _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 Dipc_importance.c598 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 Dipc_space.c459 mach_port_type_t type; in ipc_space_terminate() local
/xnu-11417.140.69/osfmk/kern/
H A Dlocks.c831 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 Dexc_resource.h246 #define EXC_RESOURCE_ENCODE_TYPE(code, type) \ argument
H A Dthread.c3143 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 DKCDBasicTypeDescription.m93 #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 Dlocks_i386.c411 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 Dtrap.c674 int type; in kernel_trap() local
1082 int type; in user_trap() local
/xnu-11417.140.69/bsd/skywalk/packet/
H A Dpacket_common.h409 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

12345678910>>...16