Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/lib/libifconfig/
H A Dlibifconfig_media.c144 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 Difmedia.c405 } 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 Dk3-pktdma.yaml62 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 Dk3-bcdma.yaml88 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 Dk3-udma.yaml88 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 Dinterworking.h15 u16 info_ids[], size_t num_ids, u32 subtypes,
H A Dinterworking.c2806 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 Dctrl_iface.c7899 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 DChangeLog686 - extend ANQP_GET to accept Hotspot 2.0 subtypes
/freebsd-14.2/sys/net/
H A Dif_media.c408 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 DSVals.def25 // SVAL_RANGE(Id, First, Last) - for defining range of subtypes of
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp123 for (Type *SubTy : llvm::reverse(Ty->subtypes())) in incorporateType()
H A DCore.cpp834 for (auto *T : unwrap(Tp)->subtypes()) { in LLVMGetSubtypes()
/freebsd-14.2/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c195 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 Dqcom,pmic-gpio.yaml471 - func3 # supported by LV/MV GPIO subtypes
472 - func4 # supported by LV/MV GPIO subtypes
H A Dqcom,pmic-gpio.txt146 And following values are supported by LV/MV GPIO subtypes:
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h361 ArrayRef<Type*> subtypes() const { in subtypes() function
/freebsd-14.2/contrib/tcpdump/
H A Dprint-radius.c607 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 DX86TargetParser.def62 // This macro is used for cpu subtypes present in compiler-rt/libgcc.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp938 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp942 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
/freebsd-14.2/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1997 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 Dzpool_main.c2133 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 DOptions.td797 HelpText<"Permit mixing objects compiled for different ARM CPU subtypes">,
/freebsd-14.2/contrib/sendmail/
H A DRELEASE_NOTES8748 Add new internal class 's', which is the set of subtypes of the

12