| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| afsdb_18.h | 24 uint16_t subtype; member in struct:dns_rdata_afsdb
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| afsdb_18.h | 25 uint16_t subtype; member in struct:dns_rdata_afsdb
|
| /src/sys/dev/mii/ |
| ipgphy.c | 327 u_int subtype = IFM_SUBTYPE(media); local 338 if (subtype == IFM_AUTO) 346 if (subtype == IFM_AUTO) 348 else if (subtype == IFM_1000_T) {
|
| mii_physubr.c | 141 u_int subtype; local 146 subtype = IFM_SUBTYPE(ife->ifm_media); 147 if ((subtype == IFM_AUTO) || (subtype == IFM_1000_T)) { 164 switch (subtype) {
|
| /src/usr.bin/mail/ |
| mime_detach.c | 182 const char *subtype; local 190 subtype = mip->mi_subtype ? mip->mi_subtype : "unknown"; 204 partstr, subtype);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| geoip2.c | 63 uint16_t subtype; member in struct:geoip_state 104 fix_subtype(const dns_geoip_databases_t *geoip, dns_geoip_subtype_t subtype) { 105 dns_geoip_subtype_t ret = subtype; 107 switch (subtype) { 154 dns_geoip_subtype_t subtype) { 155 switch (subtype) { 226 dns_geoip_subtype_t subtype; local 234 subtype = fix_subtype(geoip, elt->subtype); 235 db = geoip2_database(geoip, subtype); [all...] |
| /src/external/mpl/bind/dist/tests/dns/ |
| geoip_test.c | 102 /* Check if an MMDB entry of a given subtype exists for the given IP */ 103 entry_exists(dns_geoip_subtype_t subtype, const char *addr) { 117 db = geoip2_database(&geoip, fix_subtype(&geoip, subtype)); 130 dns_geoip_subtype_t subtype; local 134 subtype = dns_geoip_city_name; 136 assert_true(entry_exists(subtype, "10.53.0.1")); 137 assert_false(entry_exists(subtype, "192.0.2.128")); 138 assert_true(entry_exists(subtype, "fd92:7065:b8e:ffff::1")); 139 assert_false(entry_exists(subtype, "::1")); 141 subtype = dns_geoip_country_name [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| geoip2.c | 70 uint16_t subtype; member in struct:geoip_state 111 fix_subtype(const dns_geoip_databases_t *geoip, dns_geoip_subtype_t subtype) { 112 dns_geoip_subtype_t ret = subtype; 114 switch (subtype) { 161 dns_geoip_subtype_t subtype) { 162 switch (subtype) { 233 dns_geoip_subtype_t subtype; local 241 subtype = fix_subtype(geoip, elt->subtype); 242 db = geoip2_database(geoip, subtype); [all...] |
| /src/sys/dev/pci/ |
| mfi_pci.c | 200 const char *subtype = NULL; local 264 subtype = st->st_string; 269 if (subtype) { 270 aprint_normal(": %s\n", subtype);
|
| /src/external/bsd/file/dist/src/ |
| ascmagic.c | 124 const char *subtype = NULL; local 263 if (subtype) { 264 if (file_printf(ms, " %s", subtype) == -1)
|
| /src/external/bsd/tmux/dist/ |
| cmd-refresh-client.c | 50 enum control_sub_type subtype; local 66 subtype = CONTROL_SUB_ALL_PANES; 68 subtype = CONTROL_SUB_PANE; 70 subtype = CONTROL_SUB_ALL_WINDOWS; 72 subtype = CONTROL_SUB_WINDOW; 74 subtype = CONTROL_SUB_SESSION; 75 control_add_sub(tc, name, subtype, subid, split);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| xtensa-istack.h | 62 enum xtensa_relax_statesE subtype; member in struct:tinsn_struct
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Metric.h | 54 Metric (BaseMetric *item, SubType st); 55 Metric (char *_name, SubType st); // for derived metrics 64 SubType 67 return subtype; 172 void set_subtype (SubType st); 181 SubType subtype; // specific variant for this Metric member in class:Metric
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| xtensa-istack.h | 62 enum xtensa_relax_statesE subtype; member in struct:tinsn_struct
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Metric.h | 54 Metric (BaseMetric *item, SubType st); 55 Metric (char *_name, SubType st); // for derived metrics 64 SubType 67 return subtype; 172 void set_subtype (SubType st); 181 SubType subtype; // specific variant for this Metric member in class:Metric
|
| /src/sbin/ifconfig/ |
| media.c | 174 int type, subtype, inst; local 199 /* Look up the subtype. */ 200 subtype = get_media_subtype(type, val); 201 if (subtype == -1) 202 media_error(type, val, "subtype"); 205 media_current = IFM_MAKEWORD(type, subtype, 0, inst); 274 int type, subtype, options; local 287 subtype = IFM_SUBTYPE(media_current); 290 media_current = IFM_MAKEWORD(type, subtype, options, inst); 299 int type, subtype, options, inst, mode local [all...] |
| /src/sys/arch/prep/pnpbus/ |
| pnpbusvar.h | 106 uint8_t subtype; /* PNP subtype */ member in struct:pnpbus_dev_attach_args
|
| /src/sys/dev/ |
| sequencervar.h | 65 int subtype; member in struct:midi_dev
|
| /src/sys/net/agr/ |
| ieee8023ad_lacp.c | 688 u_int subtype = IFM_SUBTYPE(media); local 691 KASSERT((subtype & 0x1f) == subtype); 694 key = subtype;
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| template.c | 223 const struct asn1_template *subtype = t->ptr; local 224 subtype++; /* skip header */ 226 if (((subtype->tt & A1_OP_MASK) == A1_OP_PARSE) && 227 A1_PARSE_TYPE(subtype->tt) == A1T_OCTET_STRING)
|
| /src/external/bsd/tcpdump/dist/ |
| print-eap.c | 157 u_int type, subtype, len; local 192 subtype = GET_U_1(cp + 4); 194 tok2str(eap_type_values, "unknown", subtype), 195 subtype); 197 switch (subtype) { 241 if (subtype == EAP_TYPE_TTLS) 285 ND_PRINT(" subtype [%s] 0x%02x",
|
| /src/external/bsd/unbound/dist/validator/ |
| validator.h | 211 /** subtype */ 212 enum val_classification subtype; member in struct:val_qstate
|
| /src/external/bsd/wpa/dist/src/eap_common/ |
| eap_sake_common.h | 50 u8 subtype; member in struct:eap_sake_hdr
|
| eap_tlv_common.h | 75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_sake.c | 115 int id, size_t length, u8 subtype) 134 sake->subtype = subtype; 379 u8 subtype, session_id, id; local 390 subtype = req->subtype; 394 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d " 395 "session_id %d", subtype, session_id); 413 switch (subtype) { 428 "unknown subtype %d", subtype) [all...] |