Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.81.2/tests/
H A Dposix_spawn_archpref.c10 run_test(const char *name, cpu_type_t type, cpu_subtype_t subtype) in run_test()
H A Dperfmon_tests.c195 int subtype = 0; variable
H A Dmonotonic_uncore.c33 int type, subtype; in device_supports_uncore() local
/xnu-8792.81.2/libkdd/
H A DKCDBasicTypeDescription.m82 struct kcdata_subtype_descriptor subtype; category
83 subtype.kcs_flags = KCS_SUBTYPE_FLAGS_ARRAY; category
84 subtype.kcs_elem_type = KC_ST_UINT8; category
85 subtype.kcs_elem_offset = 0; category
86 subtype.kcs_elem_size = KCS_SUBTYPE_PACK_SIZE(UINT16_MAX, (uint16_t)sizeof(uint8_t)); category
87 subtype.kcs_name[0] = '\0'; category
88 (void)[self initWithKCTypeDesc:&subtype]; category
/xnu-8792.81.2/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py21 def GetRegisterSetForCPU(cputype, subtype): argument
/xnu-8792.81.2/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c93 cpu_type_t *type, cpu_subtype_t *subtype, uint32_t *psa_options) in evaluate_rules()
/xnu-8792.81.2/bsd/net/
H A Dpacket_mangler.c952 uint8_t subtype; in pktmnglr_ipfilter_input() local
H A Dif_media.h331 #define IFM_MAKEWORD(type, subtype, options, instance) \ argument
H A Dif_bond.c1740 u_char subtype = *mtod(m, u_char *); in bond_input() local
H A Dpfvar.h583 #define PF_OSFP_UNPACK(osfp, class, version, subtype) do { \ argument
590 #define PF_OSFP_PACK(osfp, class, version, subtype) do { \ argument
/xnu-8792.81.2/bsd/skywalk/packet/
H A Dpacket_kern.c38 pkt_subtype_assert_fail(const kern_packet_t ph, uint64_t type, uint64_t subtype) in pkt_subtype_assert_fail()