Searched refs:subtype (Results 1 - 25 of 139) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dafsdb_18.h31 isc_uint16_t subtype; member in struct:dns_rdata_afsdb
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_seq.c50 type = type->subtype;
58 * Require the subtype to be a type so we can name it and use
62 if (type->subtype->type != TType) {
63 fprintf(stderr, "%s subtype is not a type, can't generate "
65 s->name, (int)type->subtype->type);
69 subname = type->subtype->symbol->gen_name;
H A Dgen_free.c134 free_type(n, t->subtype, FALSE);
170 free_type (name, t->subtype, preserve);
H A Dgen_glue.c146 generate_glue(t->subtype, gen_name);
H A Dsymbol.h126 struct type *subtype; member in struct:type
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-lldp.c569 int subtype, hexdump = FALSE; local
571 subtype = *(tptr+3);
574 tok2str(lldp_8021_subtype_values, "unknown", subtype),
575 subtype);
577 switch (subtype) {
613 int subtype, hexdump = FALSE; local
615 subtype = *(tptr+3);
618 tok2str(lldp_8023_subtype_values, "unknown", subtype),
619 subtype);
621 switch (subtype) {
679 int subtype, hexdump = FALSE; local
910 u_int8_t subtype; local
[all...]
H A Dprint-eap.c173 u_int tlen, type, subtype; local
214 subtype = *(tptr+4);
219 switch (subtype) {
279 printf(" subtype [%s] 0x%02x,",
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-convert.c141 tree subtype = TREE_TYPE (type);
144 if (TYPE_MAIN_VARIANT (elt_type) != TYPE_MAIN_VARIANT (subtype)
153 convert (subtype,
156 convert (subtype,
139 tree subtype = TREE_TYPE (type); local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dfrags.h142 relax_substateT subtype,
150 relax_substateT subtype,
H A Dfrags.c210 frag_var (relax_stateT type, int max_chars, int var, relax_substateT subtype,
220 frag_now->fr_subtype = subtype;
244 relax_substateT subtype, symbolS *symbol, offsetT offset,
252 frag_now->fr_subtype = subtype;
204 frag_var(relax_stateT type, int max_chars, int var, relax_substateT subtype, symbolS *symbol, offsetT offset, char *opcode) argument
236 frag_variant(relax_stateT type, int max_chars, int var, relax_substateT subtype, symbolS *symbol, offsetT offset, char *opcode) argument
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dmedia.c170 int type, subtype, inst; local
195 /* Look up the subtype. */
196 subtype = get_media_subtype(type, val);
197 if (subtype == -1)
198 media_error(type, val, "subtype");
201 media_current = IFM_MAKEWORD(type, subtype, 0, inst);
270 int type, subtype, options; local
283 subtype = IFM_SUBTYPE(media_current);
286 media_current = IFM_MAKEWORD(type, subtype, options, inst);
295 int type, subtype, option local
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c100 char *class, *version, *subtype, *desc, *tcpopts; local
109 class = version = subtype = desc = tcpopts = NULL;
120 if (subtype)
121 free(subtype);
126 class = version = subtype = desc = tcpopts = NULL;
164 GET_STR(subtype, "OS subtype", 0) ||
244 strlcpy(fp.fp_os.fp_subtype_nm, subtype,
258 if (subtype)
259 free(subtype);
342 int class, version, subtype; local
460 int class, version, subtype; local
553 int class, version, subtype; local
662 int class, version, subtype; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_server/
H A Deap_server_sake.c104 u8 id, size_t length, u8 subtype)
123 sake->subtype = subtype;
261 u8 version, session_id, subtype; local
273 subtype = resp->subtype;
286 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype=%d", subtype);
288 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
291 if (data->state == CHALLENGE && subtype
103 eap_sake_build_msg(struct eap_sake_data *data, u8 id, size_t length, u8 subtype) argument
434 u8 subtype; local
[all...]
H A Deap_server_sim.c332 u8 subtype; local
339 subtype = *pos;
341 if (subtype == EAP_SIM_SUBTYPE_CLIENT_ERROR)
346 if (subtype != EAP_SIM_SUBTYPE_START) {
348 "subtype %d", subtype);
353 if (subtype != EAP_SIM_SUBTYPE_CHALLENGE) {
355 "subtype %d", subtype);
360 if (subtype !
681 u8 subtype; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-istack.h63 enum xtensa_relax_statesE subtype; member in struct:tinsn_struct
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/vms/
H A Deihd.h63 /* Image subtype. */
64 unsigned char subtype[4]; member in struct:vms_eihd
116 /* Image subtype. */
/netbsd-6-1-5-RELEASE/sys/arch/prep/pnpbus/
H A Dmkclock_pnpbus.c71 pna->subtype == RealTimeClock && pna->chipid == MOTmk48)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/vms/
H A Deihd.h63 /* Image subtype. */
64 unsigned char subtype[4]; member in struct:vms_eihd
116 /* Image subtype. */
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_peer/
H A Deap_sake.c121 int id, size_t length, u8 subtype)
140 sake->subtype = subtype;
375 u8 subtype, session_id; local
385 subtype = req->subtype;
389 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received frame: subtype %d "
390 "session_id %d", subtype, session_id);
408 switch (subtype) {
423 "unknown subtype
120 eap_sake_build_msg(struct eap_sake_data *data, int id, size_t length, u8 subtype) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmime_detach.c182 const char *subtype; local
190 subtype = mip->mi_subtype ? mip->mi_subtype : "unknown";
204 partstr, subtype);
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dshow.c171 int subtype; local
186 subtype = *++p;
187 if (subtype == VSLENGTH)
193 if (subtype & VSNUL)
196 switch (subtype & VSTYPE) {
229 printf("<subtype %d>", subtype);
H A Dexpand.c495 subevalvar(char *p, char *str, int strloc, int subtype, int startloc, int varflags) argument
506 switch (subtype) {
525 switch (subtype) {
629 int subtype; local
643 subtype = varflags & VSTYPE;
665 switch (subtype) {
678 if (set && subtype != VSPLUS) {
681 varvalue(var, varflags & VSQUOTE, subtype, flag);
682 if (subtype == VSLENGTH) {
690 if (subtype
859 varvalue(char *name, int quoted, int subtype, int flag) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dusbdi_util.h97 int subtype);
99 int subtype,
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_common/
H A Deap_tlv_common.h81 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dmfi_pci.c200 const char *subtype = NULL; local
263 subtype = st->st_string;
268 if (subtype) {
269 aprint_normal(": %s\n", subtype);

Completed in 261 milliseconds

123456