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

123456

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dafsdb_18.h29 isc_uint16_t subtype; member in struct:dns_rdata_afsdb
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dgen_seq.c48 type = type->subtype;
56 * Require the subtype to be a type so we can name it and use
60 if (type->subtype->type != TType) {
61 fprintf(stderr, "%s subtype is not a type, can't generate "
63 s->name, (int)type->subtype->type);
67 subname = type->subtype->symbol->gen_name;
H A Dgen_free.c134 free_type(n, t->subtype, FALSE);
167 free_type (name, t->subtype, preserve);
H A Dgen_glue.c128 generate_glue(t->subtype, gen_name);
H A Dsymbol.h123 struct type *subtype; member in struct:type
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_adhoc.c73 int subtype, int, int);
75 int subtype, int, int);
76 static void adhoc_recv_ctl(struct ieee80211_node *, struct mbuf *, int subtype);
264 doprint(struct ieee80211vap *vap, int subtype) argument
266 switch (subtype) {
296 uint8_t dir, type, subtype, qos; local
312 subtype = IEEE80211_FC0_SUBTYPE_QOS;
348 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
501 if (subtype == IEEE80211_FC0_SUBTYPE_QOS) {
543 if (subtype
680 adhoc_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, int rssi, int nf) argument
868 ahdemo_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, int rssi, int nf) argument
911 adhoc_recv_ctl(struct ieee80211_node *ni, struct mbuf *m, int subtype) argument
[all...]
H A Dieee80211_sta.c72 int subtype, int rssi, int nf);
73 static void sta_recv_ctl(struct ieee80211_node *, struct mbuf *, int subtype);
491 doprint(struct ieee80211vap *vap, int subtype) argument
493 switch (subtype) {
523 uint8_t dir, type, subtype, qos; local
539 subtype = IEEE80211_FC0_SUBTYPE_QOS;
575 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
729 if (subtype == IEEE80211_FC0_SUBTYPE_QOS) {
771 if (subtype == IEEE80211_FC0_SUBTYPE_NODATA ||
772 subtype
1249 sta_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, int rssi, int nf) argument
1754 sta_recv_ctl(struct ieee80211_node *ni, struct mbuf *m, int subtype) argument
[all...]
H A Dieee80211_wds.c68 int subtype, int, int);
417 uint8_t dir, type, subtype, qos; local
432 subtype = IEEE80211_FC0_SUBTYPE_QOS;
470 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
587 if (subtype == IEEE80211_FC0_SUBTYPE_QOS) {
629 if (subtype == IEEE80211_FC0_SUBTYPE_NODATA ||
630 subtype == IEEE80211_FC0_SUBTYPE_QOS_NULL)
707 ieee80211_mgt_subtype_name[subtype >>
718 vap->iv_recv_mgmt(ni, m, subtype, rssi, nf);
745 int subtype, in
744 wds_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, int rssi, int nf) argument
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dfrags.h138 relax_substateT subtype,
146 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
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_osfp.c99 char *class, *version, *subtype, *desc, *tcpopts; local
108 class = version = subtype = desc = tcpopts = NULL;
119 if (subtype)
120 free(subtype);
125 class = version = subtype = desc = tcpopts = NULL;
163 GET_STR(subtype, "OS subtype", 0) ||
243 strlcpy(fp.fp_os.fp_subtype_nm, subtype,
257 if (subtype)
258 free(subtype);
341 int class, version, subtype; local
459 int class, version, subtype; local
552 int class, version, subtype; local
661 int class, version, subtype; local
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-lldp.c582 int subtype, hexdump = FALSE; local
588 subtype = *(tptr+3);
591 tok2str(lldp_8021_subtype_values, "unknown", subtype),
592 subtype);
594 switch (subtype) {
653 int subtype, hexdump = FALSE; local
658 subtype = *(tptr+3);
661 tok2str(lldp_8023_subtype_values, "unknown", subtype),
662 subtype);
664 switch (subtype) {
731 int subtype, hexdump = FALSE; local
912 int subtype, hexdump = FALSE; local
1178 u_int8_t subtype; local
[all...]
H A Dprint-eap.c168 u_int tlen, type, subtype; local
209 subtype = *(tptr+4);
214 switch (subtype) {
274 printf(" subtype [%s] 0x%02x,",
/freebsd-9.3-release/contrib/wpa/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...]
/freebsd-9.3-release/usr.sbin/sade/
H A Dconfig.c111 if (c1->type == part && c1->subtype == FS_SWAP)
124 if (c1->subtype != FS_SWAP)
136 if (c1->subtype != FS_SWAP) {
160 if (c1->type == part && c1->subtype != FS_SWAP) {
209 if (c2->type == part && (c2->subtype == FS_SWAP || c2->private_data))
214 c1->private_data) || (c1->type == part && c1->subtype == FS_SWAP))
H A Ddisks.c194 slice_type_name(chunk_info[i]->type, chunk_info[i]->subtype),
195 chunk_info[i]->subtype, ShowChunkFlags(chunk_info[i]));
452 int subtype; local
477 if (val && (subtype = strtol(val, NULL, 0)) > 0) {
478 if (subtype == SUBTYPE_FREEBSD)
480 else if (subtype == SUBTYPE_FAT)
482 else if (subtype == SUBTYPE_EFI)
490 Create_Chunk(d, chunk_info[current_chunk]->offset, size, partitiontype, subtype,
516 int subtype; local
519 sprintf(tmp, "%d", chunk_info[current_chunk]->subtype);
[all...]
/freebsd-9.3-release/lib/libdisk/
H A Dchunk.c135 chunk_e type, int subtype, u_long flags, const char *sname)
154 ct->subtype = subtype;
200 c2->subtype = ct->subtype;
218 chunk_e type, int subtype, u_long flags, const char *sname)
244 c1->subtype = subtype;
271 subtype = 0xa5;
383 return Insert_Chunk(c2, offset, size, name, type, subtype, flag
134 Insert_Chunk(struct chunk *c2, daddr_t offset, daddr_t size, const char *name, chunk_e type, int subtype, u_long flags, const char *sname) argument
217 Add_Chunk(struct disk *d, daddr_t offset, daddr_t size, const char *name, chunk_e type, int subtype, u_long flags, const char *sname) argument
[all...]
H A Dopen_ia64_disk.c214 chunk.subtype = 0xa5;
217 chunk.subtype = FS_SWAP;
220 chunk.subtype = FS_BSDFFS;
223 chunk.subtype = FS_OTHER;
235 chunk.type, chunk.subtype, chunk.flags, 0);
H A Dcreate_chunk.c57 if (c1->subtype != FS_SWAP)
218 int subtype, u_long flags, const char *sname)
245 i = Add_Chunk(d, offset, size, "X", type, subtype, flags, sname);
252 chunk_e type, int subtype, u_long flags)
287 i = Add_Chunk(d, offset, size, "X", type, subtype, flags, "-");
217 Create_Chunk(struct disk *d, daddr_t offset, daddr_t size, chunk_e type, int subtype, u_long flags, const char *sname) argument
251 Create_Chunk_DWIM(struct disk *d, struct chunk *parent, daddr_t size, chunk_e type, int subtype, u_long flags) argument
/freebsd-9.3-release/contrib/wpa/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...]
/freebsd-9.3-release/bin/sh/
H A Dexpand.c540 subevalvar(char *p, char *str, int strloc, int subtype, int startloc, argument
550 argstr(p, (subtype == VSTRIMLEFT || subtype == VSTRIMLEFTMAX ||
551 subtype == VSTRIMRIGHT || subtype == VSTRIMRIGHTMAX ?
559 switch (subtype) {
663 int subtype; local
678 subtype = varflags & VSTYPE;
705 switch (subtype) {
716 if (set && subtype !
896 strtodest(const char *p, int flag, int subtype, int quoted) argument
909 varvalue(char *name, int quoted, int subtype, int flag) argument
[all...]
H A Dshow.c177 int subtype; local
193 subtype = *++p;
194 if (subtype == VSLENGTH)
200 if (subtype & VSNUL)
203 switch (subtype & VSTYPE) {
236 printf("<subtype %d>", subtype);
H A Dparser.c1610 int subtype; local
1636 subtype = VSNORMAL;
1641 subtype = 0;
1676 if (subtype == 0 && c1 == '#') {
1677 subtype = VSLENGTH;
1691 subtype = 0;
1695 subtype = VSERROR;
1703 if (subtype == 0) {
1717 subtype = VSERROR;
1719 subtype
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_tlv_common.h81 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddisks.c196 slice_type_name(chunk_info[i]->type, chunk_info[i]->subtype),
197 chunk_info[i]->subtype, ShowChunkFlags(chunk_info[i]));
483 int subtype; local
517 if (val && (subtype = strtol(val, NULL, 0)) > 0) {
518 if (subtype == SUBTYPE_FREEBSD)
520 else if (subtype == SUBTYPE_FAT)
522 else if (subtype == SUBTYPE_EFI)
530 Create_Chunk(d, chunk_info[current_chunk]->offset, size, partitiontype, subtype,
556 int subtype; local
559 sprintf(tmp, "%d", chunk_info[current_chunk]->subtype);
[all...]

Completed in 279 milliseconds

123456