Home
last modified time | relevance | path

Searched defs:type (Results 301 – 325 of 357) sorted by relevance

1...<<1112131415

/xnu-10002.41.9/bsd/netinet6/
H A Dnd6_nbr.c190 const char *why = NULL, *type = ""; in nd6_llreach_alloc() local
H A Dip6_output.c3362 #define PKTOPT_EXTHDRCPY(type) do { \ argument
H A Dnd6.c3723 int lladdrlen, int type, int code, int *did_update) in nd6_cache_lladdr()
/xnu-10002.41.9/bsd/netinet/
H A Dip_dummynet.c2622 m_tag_kalloc_dummynet(u_int32_t id, u_int16_t type, uint16_t len, int wait) in m_tag_kalloc_dummynet()
/xnu-10002.41.9/tests/
H A Dkevent_qos.c403 mach_port_type_t type; in get_reply_port() local
H A Dnet_bridge.c1114 uint8_t type, in ethernet_nd6_frame_populate()
1309 uint8_t type, in switch_port_send_nd6()
/xnu-10002.41.9/osfmk/tests/
H A Dktest.h127 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
141 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
/xnu-10002.41.9/iokit/IOKit/
H A DIOHibernatePrivate.h237 uint32_t type; member
/xnu-10002.41.9/osfmk/kern/
H A Ddebug.c1217 kdp_machine_reboot_type(unsigned int type, uint64_t debugger_flags) in kdp_machine_reboot_type()
H A Dthread_call.c1523 int type, in sched_call_thread()
H A Dzalloc.c1963 #define zba_map_index(type, n) (n / (8 * sizeof(type))) argument
1964 #define zba_map_bit(type, n) ((type)1 << (n % (8 * sizeof(type)))) argument
1965 #define zba_map_mask_lt(type, n) (zba_map_bit(type, n) - 1) argument
1966 #define zba_map_mask_ge(type, n) ((type)-zba_map_bit(type, n)) argument
5598 const char *type; in panic_display_pgz_uaf_info() local
H A Drecount.c106 cluster_type_t type = topo_info->cpus[i].cluster_type; in recount_startup() local
H A Dtask_policy.c2635 task_apply_resource_actions(task_t task, int type) in task_apply_resource_actions()
/xnu-10002.41.9/osfmk/i386/
H A Dpmap.h637 uint32_t type; member
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c2194 void *data, nexus_stats_type_t type) in fsw_fold_stats()
/xnu-10002.41.9/osfmk/mach/arm/
H A Dthread_status.h322 #define CAST_ASSERT_SAFE(type, val) (assert((val) == ((type)(val))), (type)(val)) argument
/xnu-10002.41.9/osfmk/vm/
H A Dvm_fault.c7480 int type, level = 0; in vm_fault_classify() local
7528 int type, level; in vm_fault_classify_init() local
H A Dvm_map.h690 uint16_t type; member
/xnu-10002.41.9/bsd/kern/
H A Dkern_exit.c871 __assert_only uint32_t type = kcdata_iter_type(iter); in get_exception_from_corpse_crashinfo() local
/xnu-10002.41.9/osfmk/arm/pmap/
H A Dpmap.h485 uint8_t type; member
/xnu-10002.41.9/iokit/Kernel/
H A DIONVRAM.cpp176 IONVRAMVariableType type; member
/xnu-10002.41.9/bsd/net/
H A Dntstat.h733 unsigned int type; member
879 u_int32_t type; member
1046 u_int32_t type; member
/xnu-10002.41.9/bsd/dev/dtrace/
H A Ddtrace.c510 #define DTRACE_STORE(type, tomax, offset, what) \ argument
1217 dtrace_vcanload(void *src, dtrace_diftype_t *type, size_t *remain, in dtrace_vcanload()
1458 dtrace_vcopy(void *src, void *dst, dtrace_diftype_t *type, size_t limit) in dtrace_vcopy()
9718 uint_t type = DIF_INSTR_TYPE(instr); in dtrace_difo_validate() local
13193 dtrace_dof_sect(dof_hdr_t *dof, uint32_t type, dof_secidx_t i) in dtrace_dof_sect()
/xnu-10002.41.9/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2323 uint64_t coalitionid, int type, int role) in posix_spawnattr_setcoalition_np()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_subr.c3378 check_mountedon(dev_t dev, enum vtype type, int *errorp) in check_mountedon()
11497 const char *type; in panic_print_vnodes() local
11546 record_iocount_trace_vnode(vnode_t vp, int type) in record_iocount_trace_vnode()

1...<<1112131415