Searched defs:subtype (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.1.9/tests/ |
| H A D | posix_spawn_archpref.c | 10 run_test(const char *name, cpu_type_t type, cpu_subtype_t subtype) in run_test()
|
| H A D | monotonic_uncore.c | 34 int type, subtype; in device_supports_uncore() local
|
| /xnu-12377.1.9/libkdd/ |
| H A D | KCDBasicTypeDescription.m | 82 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 D | userprocess.py | 16 def GetRegisterSetForCPU(cputype, subtype): argument
|
| /xnu-12377.1.9/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn_filtering.c | 114 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 D | packet_mangler.c | 953 uint8_t subtype; in pktmnglr_ipfilter_input() local
|
| H A D | if_media.h | 331 #define IFM_MAKEWORD(type, subtype, options, instance) \ argument
|
| H A D | if_bond.c | 1760 u_char subtype = *mtod(m, u_char *); in bond_handle_slow_proto_multicast() local
|
| H A D | pfvar.h | 594 #define PF_OSFP_UNPACK(osfp, class, version, subtype) do { \ argument 601 #define PF_OSFP_PACK(osfp, class, version, subtype) do { \ argument
|