| /xnu-11215/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() 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 D | monotonic_uncore.c | 34 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 D | stackshot_tests.m | 3356 T_QUIET; T_EXPECT_EQ(cpusubtype, archinfo.p_cpusubtype, "cpu subtype is correct");
|
| /xnu-11215/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
|
| H A D | kcdata_core.m | 83 * A pointer to kcdata_type_definition_t that specifies the type fields and has subtype definitions
|
| /xnu-11215/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn_filtering.c | 114 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 D | if_media.h | 331 #define IFM_MAKEWORD(type, subtype, options, instance) \ argument 332 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
|
| H A D | packet_mangler.c | 953 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 D | pfvar.h | 594 #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 D | if_bond.c | 1759 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 D | userprocess.py | 16 def GetRegisterSetForCPU(cputype, subtype): argument
|
| /xnu-11215/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 46 uint64_t subtype __unused) in pkt_subtype_assert_fail()
|
| /xnu-11215/bsd/skywalk/packet/ |
| H A D | packet_kern.c | 38 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()
|