| /freebsd-14.2/lib/libifconfig/ |
| H A D | libifconfig_media.c | 144 subtypes[5]; member 267 for (size_t i = 0; ttos->subtypes[i].desc != NULL; ++i) { in ifconfig_media_get_subtype() 268 if (ttos->subtypes[i].alias) in ifconfig_media_get_subtype() 270 for (desc = ttos->subtypes[i].desc; in ifconfig_media_get_subtype() 292 for (size_t i = 0; ttos->subtypes[i].desc != NULL; ++i) { in ifconfig_media_lookup_subtype() 293 desc = lookup_media_desc(ttos->subtypes[i].desc, name); in ifconfig_media_lookup_subtype()
|
| /freebsd-14.2/sbin/etherswitchcfg/ |
| H A D | ifmedia.c | 405 } subtypes[5]; member 491 for (i = 0; ttos->subtypes[i].desc != NULL; i++) { in get_media_subtype() 492 rval = lookup_media_word(ttos->subtypes[i].desc, val); in get_media_subtype() 605 for (i = 0; ttos->subtypes[i].desc != NULL; i++) { in get_subtype_desc() 606 if (ttos->subtypes[i].alias) in get_subtype_desc() 608 for (desc = ttos->subtypes[i].desc; in get_subtype_desc()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ti/ |
| H A D | k3-pktdma.yaml | 62 Array of PKTDMA split tx channel resource subtypes for resource allocation 73 Array of PKTDMA split tx flow resource subtypes for resource allocation 84 Array of PKTDMA split rx channel resource subtypes for resource allocation 95 Array of PKTDMA split rx flow resource subtypes for resource allocation
|
| H A D | k3-bcdma.yaml | 88 Array of BCDMA block-copy channel resource subtypes for resource 99 Array of BCDMA split tx channel resource subtypes for resource allocation 110 Array of BCDMA split rx channel resource subtypes for resource allocation
|
| H A D | k3-udma.yaml | 88 Array of UDMA tchan resource subtypes for resource allocation for this 97 Array of UDMA rchan resource subtypes for resource allocation for this 106 Array of UDMA rflow resource subtypes for resource allocation for this
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | interworking.h | 15 u16 info_ids[], size_t num_ids, u32 subtypes,
|
| H A D | interworking.c | 2806 u16 info_ids[], size_t num_ids, u32 subtypes, in anqp_send_req() argument 2832 if (subtypes != 0) { in anqp_send_req() 2836 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf); in anqp_send_req()
|
| H A D | ctrl_iface.c | 7899 u32 subtypes = 0; in get_anqp() local 7923 subtypes |= BIT(num); in get_anqp() 7948 if (num_id == 0 && !subtypes && !mbo_subtypes) in get_anqp() 7951 return anqp_send_req(wpa_s, dst_addr, freq, id, num_id, subtypes, in get_anqp() 8101 u32 subtypes = 0; in get_hs20_anqp() local 8113 subtypes |= BIT(num); in get_hs20_anqp() 8120 if (subtypes == 0) in get_hs20_anqp() 8123 return hs20_anqp_send_req(wpa_s, dst_addr, subtypes, NULL, 0, 0); in get_hs20_anqp()
|
| H A D | ChangeLog | 686 - extend ANQP_GET to accept Hotspot 2.0 subtypes
|
| /freebsd-14.2/sys/net/ |
| H A D | if_media.c | 408 const struct ifmedia_description *subtypes; member 470 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++) in ifmedia_printword()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.def | 25 // SVAL_RANGE(Id, First, Last) - for defining range of subtypes of
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | TypeFinder.cpp | 123 for (Type *SubTy : llvm::reverse(Ty->subtypes())) in incorporateType()
|
| H A D | Core.cpp | 834 for (auto *T : unwrap(Tp)->subtypes()) { in LLVMGetSubtypes()
|
| /freebsd-14.2/contrib/bsnmp/gensnmptree/ |
| H A D | gensnmptree.c | 195 char *subtypes[SNMP_INDEXES_MAX]; member 873 node->u.entry.subtypes[index_count++] = subtype; in parse() 1187 if (np->u.entry.subtypes[i] != NULL) in gen_tree() 1188 printf(" | %s", np->u.entry.subtypes[i]); in gen_tree()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | qcom,pmic-gpio.yaml | 471 - func3 # supported by LV/MV GPIO subtypes 472 - func4 # supported by LV/MV GPIO subtypes
|
| H A D | qcom,pmic-gpio.txt | 146 And following values are supported by LV/MV GPIO subtypes:
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 361 ArrayRef<Type*> subtypes() const { in subtypes() function
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-radius.c | 607 const char **subtypes; /* Standard Values (if any) */ member 908 table = attr_type[attr_code].subtypes; in print_attr_num()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.def | 62 // This macro is used for cpu subtypes present in compiler-rt/libgcc.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 938 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 942 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers.c | 1997 u32 subtypes = 0; in wpas_dbus_handler_anqp_get() local 2045 subtypes |= BIT(num); in wpas_dbus_handler_anqp_get() 2076 ret = anqp_send_req(wpa_s, dst_addr, freq, id, num_id, subtypes, in wpas_dbus_handler_anqp_get()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2133 static const char *const subtypes[] = in max_width() local 2142 for (size_t i = 0; i < ARRAY_SIZE(subtypes); ++i) in max_width() 2143 if (nvlist_lookup_nvlist_array(nv, subtypes[i], in max_width()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 797 HelpText<"Permit mixing objects compiled for different ARM CPU subtypes">,
|
| /freebsd-14.2/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 8748 Add new internal class 's', which is the set of subtypes of the
|