Home
last modified time | relevance | path

Searched defs:type (Results 376 – 400 of 418) sorted by relevance

1...<<11121314151617

/xnu-12377.1.9/osfmk/kern/
H A Drecount.c127 cluster_type_t type = topo_info->cpus[i].cluster_type; in recount_startup() local
H A Dzalloc.c1914 #define zba_map_index(type, n) (n / (8 * sizeof(type))) argument
1915 #define zba_map_bit(type, n) ((type)1 << (n % (8 * sizeof(type)))) argument
1916 #define zba_map_mask_lt(type, n) (zba_map_bit(type, n) - 1) argument
1917 #define zba_map_mask_ge(type, n) ((type)-zba_map_bit(type, n)) argument
H A Dtask_policy.c2716 task_apply_resource_actions(task_t task, int type) in task_apply_resource_actions()
H A Dkern_stackshot.c3074 …ackshot_plh_lookup_locked(struct ipc_service_port_label *ispl, enum stackshot_plh_lookup_type type) in stackshot_plh_lookup_locked()
3209 stackshot_plh_lookup(struct ipc_service_port_label *ispl, enum stackshot_plh_lookup_type type) in stackshot_plh_lookup()
H A Dkcdata.h259 uint32_t type; member
1817 kcdata_iter_find_type(kcdata_iter_t iter, uint32_t type) in kcdata_iter_find_type()
/xnu-12377.1.9/osfmk/tests/
H A Dvm_parameter_validation_kern.c1952 #define FN_NAME(fn, variant, type) call_ ## fn ## __ ## variant ## __ ## type in vm_parameter_validation_kern_test() argument
1953 #define RUN_HELPER(harness, fn, variant, type, type_name, name) dealloc_results(process_results(har… in vm_parameter_validation_kern_test() argument
H A Dvm_parameter_validation.h3813 #define IMPL_ONE_FROM_HELPER(type, variant, flags, copy, ...) … argument
3819 #define IMPL_FROM_HELPER(type, ...) \ argument
3840 #define IMPL_REMAP_FN_HELPER(remap_fn, instance, type, ...) … argument
/xnu-12377.1.9/osfmk/mach/arm/
H A Dthread_status.h389 #define CAST_ASSERT_SAFE(type, val) (assert((val) == ((type)(val))), (type)(val)) argument
/xnu-12377.1.9/iokit/Kernel/
H A DIONVRAM.cpp220 IONVRAMVariableType type; member
/xnu-12377.1.9/iokit/IOKit/
H A DIOHibernatePrivate.h456 uint32_t type; member
/xnu-12377.1.9/bsd/netinet6/
H A Din6.c4611 #define IN6_EVHDLR_CODE_STRING(type) case type: return #type; in in6_evhdlr_code2str() argument
H A Dipsec.c5101 m_tag_kalloc_ipsec(u_int32_t id, u_int16_t type, uint16_t len, int wait) in m_tag_kalloc_ipsec()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_xattr.c1412 u_int32_t type; /* entry type: see list, 0 invalid */ member
H A Dvfs_cluster.c401 cluster_max_io_size(mount_t mp, int type) in cluster_max_io_size()
5296 cluster_lock_direct_read(vnode_t vp, lck_rw_type_t type) in cluster_lock_direct_read()
/xnu-12377.1.9/osfmk/arm64/
H A Dmachine_routines.c215 ml_cpu_signal_type(unsigned int cpu_mpidr, uint32_t type) in ml_cpu_signal_type()
/xnu-12377.1.9/bsd/net/
H A Dpf_ioctl.c412 m_tag_kalloc_pf_reass(u_int32_t id, u_int16_t type, uint16_t len, int wait) in m_tag_kalloc_pf_reass()
H A Dpf_table.c106 #define SWAP(type, a1, a2) \ argument
H A Dntstat.h762 unsigned int type; member
979 u_int32_t type; member
1203 u_int32_t type; member
H A Dnetwork_agent.c2765 …uid_t uuid, char * __sized_by(NETAGENT_DOMAINSIZE)domain, char * __sized_by(NETAGENT_TYPESIZE)type) in netagent_get_agent_domain_and_type()
H A Dkpi_interface.c2451 size_t lladdr_len, u_char type) in ifnet_set_lladdr_and_type()
H A Droute.c777 rtm_scrub(int type, int idx, struct sockaddr *hint, struct sockaddr *sa, in rtm_scrub()
/xnu-12377.1.9/bsd/kern/
H A Dsys_generic.c2506 uint32_t type = args->type; in oslog_coproc() local
/xnu-12377.1.9/libkdd/
H A Dkcdata.h259 uint32_t type; member
1817 kcdata_iter_find_type(kcdata_iter_t iter, uint32_t type) in kcdata_iter_find_type()
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_subr.c919 #define xchg(a, b, type) { type t; t = a; a = b; b = t; } in tcp_respond() argument
/xnu-12377.1.9/bsd/sys/
H A Dsocketvar.h714 #define SOCK_CHECK_TYPE(so, type) (SOCK_TYPE(so) == (type)) argument

1...<<11121314151617