| /xnu-12377.1.9/osfmk/kern/ |
| H A D | recount.c | 127 cluster_type_t type = topo_info->cpus[i].cluster_type; in recount_startup() local
|
| H A D | zalloc.c | 1914 #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 D | task_policy.c | 2716 task_apply_resource_actions(task_t task, int type) in task_apply_resource_actions()
|
| H A D | kern_stackshot.c | 3074 …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 D | kcdata.h | 259 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 D | vm_parameter_validation_kern.c | 1952 #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 D | vm_parameter_validation.h | 3813 #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 D | thread_status.h | 389 #define CAST_ASSERT_SAFE(type, val) (assert((val) == ((type)(val))), (type)(val)) argument
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IONVRAM.cpp | 220 IONVRAMVariableType type; member
|
| /xnu-12377.1.9/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 456 uint32_t type; member
|
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | in6.c | 4611 #define IN6_EVHDLR_CODE_STRING(type) case type: return #type; in in6_evhdlr_code2str() argument
|
| H A D | ipsec.c | 5101 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 D | vfs_xattr.c | 1412 u_int32_t type; /* entry type: see list, 0 invalid */ member
|
| H A D | vfs_cluster.c | 401 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 D | machine_routines.c | 215 ml_cpu_signal_type(unsigned int cpu_mpidr, uint32_t type) in ml_cpu_signal_type()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf_ioctl.c | 412 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 D | pf_table.c | 106 #define SWAP(type, a1, a2) \ argument
|
| H A D | ntstat.h | 762 unsigned int type; member 979 u_int32_t type; member 1203 u_int32_t type; member
|
| H A D | network_agent.c | 2765 …uid_t uuid, char * __sized_by(NETAGENT_DOMAINSIZE)domain, char * __sized_by(NETAGENT_TYPESIZE)type) in netagent_get_agent_domain_and_type()
|
| H A D | kpi_interface.c | 2451 size_t lladdr_len, u_char type) in ifnet_set_lladdr_and_type()
|
| H A D | route.c | 777 rtm_scrub(int type, int idx, struct sockaddr *hint, struct sockaddr *sa, in rtm_scrub()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | sys_generic.c | 2506 uint32_t type = args->type; in oslog_coproc() local
|
| /xnu-12377.1.9/libkdd/ |
| H A D | kcdata.h | 259 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 D | tcp_subr.c | 919 #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 D | socketvar.h | 714 #define SOCK_CHECK_TYPE(so, type) (SOCK_TYPE(so) == (type)) argument
|