/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 51 UINT8 SubType; ///< Varies by Type member 72 /// PCI Device Path SubType. 92 /// PCCARD Device Path SubType. 108 /// Memory Mapped Device Path SubType. 132 /// Hardware Vendor Device Path SubType. 153 /// Controller Device Path SubType. 169 /// BMC Device Path SubType. 194 /// ACPI Device Path SubType. 216 /// Expanded ACPI Device Path SubType. 263 /// ACPI _ADR Device Path SubType. [all …]
|
/freebsd/sbin/nvmecontrol/modules/wdc/ |
H A D | wdc.c | 419 typedef void (*subprint_fn_t)(void *buf, uint16_t subtype, uint8_t res, uint32_t size); 427 static void print_hgst_info_write_errors(void *buf, uint16_t subtype, uint8_t res, uint32_t size); 428 static void print_hgst_info_read_errors(void *buf, uint16_t subtype, uint8_t res, uint32_t size); 429 static void print_hgst_info_verify_errors(void *buf, uint16_t subtype, uint8_t res, uint32_t size); 430 static void print_hgst_info_self_test(void *buf, uint16_t subtype, uint8_t res, uint32_t size); 431 static void print_hgst_info_background_scan(void *buf, uint16_t subtype, uint8_t res, uint32_t size… 432 static void print_hgst_info_erase_errors(void *buf, uint16_t subtype, uint8_t res, uint32_t size); 433 static void print_hgst_info_erase_counts(void *buf, uint16_t subtype, uint8_t res, uint32_t size); 434 static void print_hgst_info_temp_history(void *buf, uint16_t subtype, uint8_t res, uint32_t size); 435 static void print_hgst_info_ssd_perf(void *buf, uint16_t subtype, uint8_t res, uint32_t size); [all …]
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_osfp.c | 99 char *class, *version, *subtype, *desc, *tcpopts; in pfctl_file_fingerprints() local 108 class = version = subtype = desc = tcpopts = NULL; in pfctl_file_fingerprints() 119 if (subtype) in pfctl_file_fingerprints() 120 free(subtype); in pfctl_file_fingerprints() 125 class = version = subtype = desc = tcpopts = NULL; in pfctl_file_fingerprints() 163 GET_STR(subtype, "OS subtype", 0) || in pfctl_file_fingerprints() 243 strlcpy(fp.fp_os.fp_subtype_nm, subtype, in pfctl_file_fingerprints() 257 if (subtype) in pfctl_file_fingerprints() 258 free(subtype); in pfctl_file_fingerprints() 341 int class, version, subtype; in pfctl_get_fingerprint() local [all …]
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_sake.c | 91 u8 id, size_t length, u8 subtype) in eap_sake_build_msg() argument 110 sake->subtype = subtype; in eap_sake_build_msg() 241 u8 version, session_id, subtype; in eap_sake_check() local 253 subtype = resp->subtype; in eap_sake_check() 266 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype); in eap_sake_check() 268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY) in eap_sake_check() 271 if (data->state == CHALLENGE && subtype == EAP_SAKE_SUBTYPE_CHALLENGE) in eap_sake_check() 274 if (data->state == CONFIRM && subtype == EAP_SAKE_SUBTYPE_CONFIRM) in eap_sake_check() 277 if (subtype == EAP_SAKE_SUBTYPE_AUTH_REJECT) in eap_sake_check() 280 wpa_printf(MSG_INFO, "EAP-SAKE: Unexpected subtype=%d in state=%d", in eap_sake_check() [all …]
|
H A D | eap_server_sim.c | 398 u8 subtype) in eap_sim_unexpected_subtype() argument 400 if (subtype == EAP_SIM_SUBTYPE_CLIENT_ERROR) in eap_sim_unexpected_subtype() 405 if (subtype != EAP_SIM_SUBTYPE_START) { in eap_sim_unexpected_subtype() 407 "subtype %d", subtype); in eap_sim_unexpected_subtype() 412 if (subtype != EAP_SIM_SUBTYPE_CHALLENGE) { in eap_sim_unexpected_subtype() 414 "subtype %d", subtype); in eap_sim_unexpected_subtype() 419 if (subtype != EAP_SIM_SUBTYPE_REAUTHENTICATION) { in eap_sim_unexpected_subtype() 421 "subtype %d", subtype); in eap_sim_unexpected_subtype() 426 if (subtype != EAP_SIM_SUBTYPE_NOTIFICATION) { in eap_sim_unexpected_subtype() 428 "subtype %d", subtype); in eap_sim_unexpected_subtype() [all …]
|
H A D | eap_server_aka.c | 725 static bool eap_aka_subtype_ok(struct eap_aka_data *data, u8 subtype) in eap_aka_subtype_ok() argument 727 if (subtype == EAP_AKA_SUBTYPE_CLIENT_ERROR || in eap_aka_subtype_ok() 728 subtype == EAP_AKA_SUBTYPE_AUTHENTICATION_REJECT) in eap_aka_subtype_ok() 733 if (subtype != EAP_AKA_SUBTYPE_IDENTITY) { in eap_aka_subtype_ok() 735 "subtype %d", subtype); in eap_aka_subtype_ok() 740 if (subtype != EAP_AKA_SUBTYPE_CHALLENGE && in eap_aka_subtype_ok() 741 subtype != EAP_AKA_SUBTYPE_SYNCHRONIZATION_FAILURE) { in eap_aka_subtype_ok() 743 "subtype %d", subtype); in eap_aka_subtype_ok() 748 if (subtype != EAP_AKA_SUBTYPE_REAUTHENTICATION) { in eap_aka_subtype_ok() 750 "subtype %d", subtype); in eap_aka_subtype_ok() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-lldp.c | 658 u_int subtype; in lldp_private_8021_print() local 666 subtype = GET_U_1(tptr + 3); in lldp_private_8021_print() 668 ND_PRINT("\n\t %s Subtype (%u)", in lldp_private_8021_print() 669 tok2str(lldp_8021_subtype_values, "unknown", subtype), in lldp_private_8021_print() 670 subtype); in lldp_private_8021_print() 672 switch (subtype) { in lldp_private_8021_print() 872 u_int subtype; in lldp_private_8023_print() local 877 subtype = GET_U_1(tptr + 3); in lldp_private_8023_print() 879 ND_PRINT("\n\t %s Subtype (%u)", in lldp_private_8023_print() 880 tok2str(lldp_8023_subtype_values, "unknown", subtype), in lldp_private_8023_print() [all …]
|
H A D | print-eap.c | 152 u_int type, subtype, len; in eap_print() local 187 subtype = GET_U_1(cp + 4); in eap_print() 189 tok2str(eap_type_values, "unknown", subtype), in eap_print() 190 subtype); in eap_print() 192 switch (subtype) { in eap_print() 236 if (subtype == EAP_TYPE_TTLS) in eap_print() 280 ND_PRINT(" subtype [%s] 0x%02x", in eap_print()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_adhoc.c | 74 int subtype, const struct ieee80211_rx_stats *, int, int); 76 int subtype, const struct ieee80211_rx_stats *rxs, int, int); 77 static void adhoc_recv_ctl(struct ieee80211_node *, struct mbuf *, int subtype); 282 doprint(struct ieee80211vap *vap, int subtype) in doprint() argument 284 switch (subtype) { in doprint() 314 uint8_t dir, type, subtype, qos; in adhoc_input() local 339 subtype = IEEE80211_FC0_SUBTYPE_QOS_DATA; in adhoc_input() 374 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in adhoc_input() 395 (subtype == IEEE80211_FC0_SUBTYPE_BEACON || in adhoc_input() 396 subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP)) && in adhoc_input() [all …]
|
H A D | ieee80211_wds.c | 67 static void wds_recv_mgmt(struct ieee80211_node *, struct mbuf *, int subtype, 417 uint8_t dir, type, subtype, qos; in wds_input() local 441 subtype = IEEE80211_FC0_SUBTYPE_QOS_DATA; in wds_input() 478 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in wds_input() 499 if (IEEE80211_HAS_SEQ(type, subtype)) { in wds_input() 581 if (subtype == IEEE80211_FC0_SUBTYPE_QOS_DATA) in wds_input() 621 if (subtype == IEEE80211_FC0_SUBTYPE_NODATA || in wds_input() 622 subtype == IEEE80211_FC0_SUBTYPE_QOS_NULL) in wds_input() 706 ieee80211_mgt_subtype_name(subtype), in wds_input() 716 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf); in wds_input() [all …]
|
H A D | ieee80211_sta.c | 73 int subtype, const struct ieee80211_rx_stats *, int rssi, int nf); 74 static void sta_recv_ctl(struct ieee80211_node *, struct mbuf *, int subtype); 511 doprint(struct ieee80211vap *vap, int subtype) in doprint() argument 513 switch (subtype) { in doprint() 543 uint8_t dir, type, subtype, qos; in sta_input() local 595 subtype = IEEE80211_FC0_SUBTYPE_QOS_DATA; in sta_input() 604 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in sta_input() 647 if ( IEEE80211_HAS_SEQ(type, subtype) && in sta_input() 789 if (subtype == IEEE80211_FC0_SUBTYPE_QOS_DATA) in sta_input() 834 if (subtype == IEEE80211_FC0_SUBTYPE_NODATA || in sta_input() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 378 unsigned *Subtype) { in getIntelProcessorTypeAndSubtype() argument 413 *Subtype = INTEL_COREI7_NEHALEM; in getIntelProcessorTypeAndSubtype() 421 *Subtype = INTEL_COREI7_WESTMERE; in getIntelProcessorTypeAndSubtype() 428 *Subtype = INTEL_COREI7_SANDYBRIDGE; in getIntelProcessorTypeAndSubtype() 434 *Subtype = INTEL_COREI7_IVYBRIDGE; in getIntelProcessorTypeAndSubtype() 444 *Subtype = INTEL_COREI7_HASWELL; in getIntelProcessorTypeAndSubtype() 454 *Subtype = INTEL_COREI7_BROADWELL; in getIntelProcessorTypeAndSubtype() 466 *Subtype = INTEL_COREI7_SKYLAKE; in getIntelProcessorTypeAndSubtype() 473 *Subtype = INTEL_COREI7_ROCKETLAKE; in getIntelProcessorTypeAndSubtype() 481 *Subtype = INTEL_COREI7_COOPERLAKE; in getIntelProcessorTypeAndSubtype() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument 26 (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) == (Subtype)) \ in getArchitectureFromCpuType() 36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument 60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument 62 return std::make_pair(Type, Subtype); in getCPUTypeFromArchitecture() 80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument
|
/freebsd/bin/sh/ |
H A D | expand.c | 542 int subtype, int startloc) in subevalvar_trim() argument 555 switch (subtype) { in subevalvar_trim() 616 const char *var, int subtype, int startloc, int varflags) in subevalvar_misc() argument 626 switch (subtype) { in subevalvar_misc() 656 int subtype; in evalvar() local 670 subtype = varflags & VSTYPE; in evalvar() 694 switch (subtype) { in evalvar() 705 if (set && subtype != VSPLUS) { in evalvar() 713 strtodest(buf, flag, subtype, in evalvar() 716 varvalue(var, varflags & VSQUOTE, subtype, flag, in evalvar() [all …]
|
H A D | show.c | 171 int subtype; in sharg() local 187 subtype = *++p; in sharg() 188 if (subtype == VSLENGTH) in sharg() 194 if (subtype & VSNUL) in sharg() 197 switch (subtype & VSTYPE) { in sharg() 230 printf("<subtype %d>", subtype); in sharg()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 56 u32 subtype; member 63 .subtype = IFM_1000_CX_SGMII, 67 .subtype = IFM_1000_KX, 71 .subtype = IFM_10G_CX4, 75 .subtype = IFM_10G_KX4, 79 .subtype = IFM_10G_KR, 83 .subtype = IFM_20G_KR2, 87 .subtype = IFM_40G_CR4, 91 .subtype = IFM_40G_KR4, 95 .subtype = IFM_56G_R4, [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen_seq.c | 48 type = type->subtype; in generate_type_seq() 56 * Require the subtype to be a type so we can name it and use in generate_type_seq() 60 if (type->subtype->type != TType) { in generate_type_seq() 61 fprintf(stderr, "%s subtype is not a type, can't generate " in generate_type_seq() 63 s->name, (int)type->subtype->type); in generate_type_seq() 67 subname = type->subtype->symbol->gen_name; in generate_type_seq()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_sake.c | 115 int id, size_t length, u8 subtype) in eap_sake_build_msg() argument 134 sake->subtype = subtype; in eap_sake_build_msg() 379 u8 subtype, session_id, id; in eap_sake_process() local 390 subtype = req->subtype; in eap_sake_process() 394 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d " in eap_sake_process() 395 "session_id %d", subtype, session_id); in eap_sake_process() 413 switch (subtype) { in eap_sake_process() 428 "unknown subtype %d", subtype); in eap_sake_process()
|
/freebsd/stand/efi/include/ |
H A D | efidevp.h | 37 UINT8 SubType; member 52 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) 55 #define DevicePathSubType(a) ( (a)->SubType ) 60 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) 72 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \ 290 /* Device Logical Unit SubType. */ 307 /* DNS Device Path SubType */ 318 /* Uniform Resource Identifiers (URI) Device Path SubType */
|
/freebsd/stand/efi/libefi/ |
H A D | devpath.c | 139 uint8_t subtype = DevicePathSubType(node); in efi_hw_dev_path() local 143 switch (subtype) { in efi_hw_dev_path() 172 if (asprintf(&name, "UnknownHW(%x)%s", subtype, tail) < 0) in efi_hw_dev_path() 183 uint8_t subtype = DevicePathSubType(node); in efi_acpi_dev_path() local 188 switch (subtype) { in efi_acpi_dev_path() 237 if (asprintf(&name, "UnknownACPI(%x)%s", subtype, tail) < 0) in efi_acpi_dev_path() 248 uint8_t subtype = DevicePathSubType(node); in efi_messaging_dev_path() local 253 switch (subtype) { in efi_messaging_dev_path() 327 subtype, tail) < 0) in efi_messaging_dev_path() 338 uint8_t subtype = DevicePathSubType(node); in efi_media_dev_path() local [all …]
|
/freebsd/sbin/ifconfig/ |
H A D | ifmedia.c | 196 int subtype; in setmedia() local 209 subtype = get_media_subtype(ifmr->ifm_ulist[0], val); in setmedia() 212 IFM_TYPE(ifmr->ifm_ulist[0]) | subtype; in setmedia() 288 ifmedia_t subtype; in get_media_subtype() local 290 subtype = ifconfig_media_lookup_subtype(media, val); in get_media_subtype() 291 if (subtype != INVALID_IFMEDIA) in get_media_subtype() 292 return (subtype); in get_media_subtype() 297 errx(EXIT_FAILURE, "unknown media subtype: %s", val); in get_media_subtype() 391 printf("<unknown subtype>"); in print_media() 437 printf("<unknown subtype>"); in print_media_ifconfig()
|
/freebsd/share/man/man5/ |
H A D | pf.os.5 | 51 .It subtype 52 The subtype of patchlevel of the operating system. 54 The overall textual description of the operating system, version and subtype. 173 .Ar subtype 174 is the subtype or patch level of the operating system version.
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 713 unsigned *Subtype) { in getIntelProcessorTypeAndSubtype() argument 759 *Subtype = X86::INTEL_COREI7_NEHALEM; in getIntelProcessorTypeAndSubtype() 767 *Subtype = X86::INTEL_COREI7_WESTMERE; in getIntelProcessorTypeAndSubtype() 774 *Subtype = X86::INTEL_COREI7_SANDYBRIDGE; in getIntelProcessorTypeAndSubtype() 780 *Subtype = X86::INTEL_COREI7_IVYBRIDGE; in getIntelProcessorTypeAndSubtype() 790 *Subtype = X86::INTEL_COREI7_HASWELL; in getIntelProcessorTypeAndSubtype() 800 *Subtype = X86::INTEL_COREI7_BROADWELL; in getIntelProcessorTypeAndSubtype() 812 *Subtype = X86::INTEL_COREI7_SKYLAKE; in getIntelProcessorTypeAndSubtype() 819 *Subtype = X86::INTEL_COREI7_ROCKETLAKE; in getIntelProcessorTypeAndSubtype() 827 *Subtype = X86::INTEL_COREI7_COOPERLAKE; in getIntelProcessorTypeAndSubtype() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackendDarwin.h | 22 const MachO::CPUSubTypeARM Subtype; 28 Subtype((MachO::CPUSubTypeARM)cantFail( in ARMAsmBackendDarwin() 34 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype); in createObjectTargetWriter()
|
/freebsd/contrib/bsnmp/gensnmptree/ |
H A D | gensnmptree.c | 51 * type := BASETYPE | BASETYPE '|' subtype | enum | bits 53 * subtype := STRING 201 char *subtype; /* subtype */ member 206 char *subtype; /* subtype */ member 746 parse_type(enum tok *tok, struct type *t, const char *vname, char **subtype) in parse_type() argument 752 if (subtype != NULL) in parse_type() 753 *subtype = NULL; in parse_type() 796 report("subtype expected after '|'"); in parse_type() 797 if (subtype != NULL) in parse_type() 798 *subtype = savetok(); in parse_type() [all …]
|