Home
last modified time | relevance | path

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

/xnu-12377.1.9/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 Dmonotonic_uncore.c34 int type, subtype; in device_supports_uncore() local
/xnu-12377.1.9/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-12377.1.9/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py16 def GetRegisterSetForCPU(cputype, subtype): argument
/xnu-12377.1.9/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-12377.1.9/bsd/net/
H A Dpacket_mangler.c953 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.c1760 u_char subtype = *mtod(m, u_char *); in bond_handle_slow_proto_multicast() local
H A Dpfvar.h594 #define PF_OSFP_UNPACK(osfp, class, version, subtype) do { \ argument
601 #define PF_OSFP_PACK(osfp, class, version, subtype) do { \ argument