Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/tests/
H A Dposix_spawn_archpref.c10 run_test(const char *name, cpu_type_t type, cpu_subtype_t subtype) in run_test() argument
17 cpu_type_t subcpuprefs[] = { subtype }; in run_test()
37 if (subtype != CPU_SUBTYPE_ANY) { in run_test()
38 …T_ASSERT_EQ(WEXITSTATUS(wait_ret), subtype, "%s: child process should be running with %d subtype",… in run_test()
H A Dmonotonic_uncore.c34 int type, subtype; in device_supports_uncore() local
44 r = sysctlbyname("hw.cpusubtype", &subtype, &size, NULL, 0); in device_supports_uncore()
50 subtype == CPU_SUBTYPE_ARM64_V8 && in device_supports_uncore()
H A Dstackshot_tests.m3356 T_QUIET; T_EXPECT_EQ(cpusubtype, archinfo.p_cpusubtype, "cpu subtype is correct");
/xnu-11215/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
H A Dkcdata_core.m83 * A pointer to kcdata_type_definition_t that specifies the type fields and has subtype definitions
/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c114 cpu_type_t *type, cpu_subtype_t *subtype, uint32_t *psa_options) in evaluate_rules() argument
206 *subtype = CPU_SUBTYPE_ANY; in evaluate_rules()
/xnu-11215/bsd/net/
H A Dif_media.h331 #define IFM_MAKEWORD(type, subtype, options, instance) \ argument
332 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
H A Dpacket_mangler.c953 uint8_t subtype; in pktmnglr_ipfilter_input() local
968 subtype = sbtver >> 4; in pktmnglr_ipfilter_input()
971 PKT_MNGLR_LOG(LOG_INFO, "Got MPTCP subtype %x\n", subtype); in pktmnglr_ipfilter_input()
972 if (subtype == MPO_DSS) { in pktmnglr_ipfilter_input()
H A Dpfvar.h594 #define PF_OSFP_UNPACK(osfp, class, version, subtype) do { \ argument
599 (subtype) = (osfp) & ((1 << _FP_SUBTYPE_BITS) - 1); \
601 #define PF_OSFP_PACK(osfp, class, version, subtype) do { \ argument
606 (osfp) |= (subtype) & ((1 << _FP_SUBTYPE_BITS) - 1); \
H A Dif_bond.c1759 u_char subtype = *mtod(m, u_char *); in bond_handle_slow_proto_multicast() local
1761 if (subtype == IEEE8023AD_SLOW_PROTO_SUBTYPE_LACP) { in bond_handle_slow_proto_multicast()
1778 } else if (subtype == IEEE8023AD_SLOW_PROTO_SUBTYPE_LA_MARKER_PROTOCOL) { in bond_handle_slow_proto_multicast()
1800 } else if (subtype == 0 in bond_handle_slow_proto_multicast()
1801 || subtype > IEEE8023AD_SLOW_PROTO_SUBTYPE_RESERVED_END) { in bond_handle_slow_proto_multicast()
/xnu-11215/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py16 def GetRegisterSetForCPU(cputype, subtype): argument
/xnu-11215/libsyscall/wrappers/skywalk/
H A Dos_packet.c46 uint64_t subtype __unused) in pkt_subtype_assert_fail()
/xnu-11215/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() argument
42 SK_PTR_SUBTYPE(ph), subtype); in pkt_subtype_assert_fail()