Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 25 of 38) sorted by relevance

12

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c52 CK_ULONG subtype = CK_UNAVAILABLE_INFORMATION; in get_master_attributes_by_object() local
64 attr.pValue = &subtype; in get_master_attributes_by_object()
65 attr.ulValueLen = sizeof (subtype); in get_master_attributes_by_object()
92 rv = get_master_attributes_by_type(class, subtype, in get_master_attributes_by_object()
112 CK_ULONG subtype = CK_UNAVAILABLE_INFORMATION; in get_master_attributes_by_template() local
123 template, template_size, &subtype); in get_master_attributes_by_template()
127 template, template_size, &subtype); in get_master_attributes_by_template()
134 template, template_size, &subtype); in get_master_attributes_by_template()
148 return (get_master_attributes_by_type(class, subtype, in get_master_attributes_by_template()
160 get_master_template_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, in get_master_template_by_type() argument
[all …]
H A DmetaGlobal.h670 CK_RV get_master_template_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype,
672 CK_RV get_master_attributes_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype,
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c72 uint8_t subtype; in ieee80211_input() local
89 subtype = IEEE80211_FC0_SUBTYPE_QOS; in ieee80211_input()
121 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in ieee80211_input()
270 (subtype == IEEE80211_FC0_SUBTYPE_QOS)) { in ieee80211_input()
308 if (subtype == IEEE80211_FC0_SUBTYPE_QOS) { in ieee80211_input()
358 if (subtype != IEEE80211_FC0_SUBTYPE_AUTH) { in ieee80211_input()
366 IEEE80211_SUBTYPE_NAME(subtype)); in ieee80211_input()
390 ic->ic_recv_mgmt(ic, mp, in, subtype, rssi, rstamp); in ieee80211_input()
395 switch (subtype) { in ieee80211_input()
827 int subtype, int rssi, uint32_t rstamp) in ieee80211_recv_beacon() argument
[all …]
H A Dnet80211_impl.h345 ieee80211_mgt_subtype_name[subtype >> \
395 #define IEEE80211_SUBTYPE_NAME(subtype) \ argument
396 ieee80211_mgt_subtype_name[(subtype) >> IEEE80211_FC0_SUBTYPE_SHIFT]
/titanic_41/usr/src/cmd/sendmail/src/
H A Dmime.c117 char *subtype; local
168 type = subtype = NULL;
191 subtype = *pvp++;
229 if (subtype == NULL)
230 subtype = "-none-";
243 (void) sm_snprintf(buf, sizeof(buf), "%.100s/%.100s", type, subtype);
266 if (sm_strcasecmp(subtype, "digest") == 0)
399 if (!wordinclass(subtype, 's') ||
495 subtype == NULL ? "[none]" : subtype);
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_recv.c336 int subtype, int rssi, uint32_t rstamp) in arn_recv_mgmt() argument
344 sc->sc_recv_mgmt(ic, mp, in, subtype, rssi, rstamp); in arn_recv_mgmt()
347 switch (subtype) { in arn_recv_mgmt()
430 uint32_t subtype; in arn_rx_handler() local
612 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in arn_rx_handler()
613 if (subtype == IEEE80211_FC0_SUBTYPE_BEACON) in arn_rx_handler()
H A Darn_xmit.c1586 arn_txq_setup(struct arn_softc *sc, int qtype, int subtype) in arn_txq_setup() argument
1593 qi.tqi_subtype = subtype; in arn_txq_setup()
1912 uint32_t subtype, keytype = ATH9K_KEY_TYPE_CLEAR; in arn_tx_start() local
2000 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in arn_tx_start()
2001 if (subtype == IEEE80211_FC0_SUBTYPE_BEACON) in arn_tx_start()
2003 else if (subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP) in arn_tx_start()
2005 else if (subtype == IEEE80211_FC0_SUBTYPE_ATIM) in arn_tx_start()
2015 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in arn_tx_start()
H A Darn_core.h556 struct ath_txq *arn_txq_setup(struct arn_softc *sc, int qtype, int subtype);
731 struct ieee80211_node *in, int subtype, int rssi, uint32_t rstamp);
/titanic_41/usr/src/uts/common/sys/
H A Daggr_lacp.h282 uint8_t subtype; /* = LACP */ member
313 uint8_t subtype; /* = Marker 0x2 */ member
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c879 ulong_t subtype; in get_smach_cid() local
897 subtype = strtoul(value, &cp, 0); in get_smach_cid()
899 subtype > 65535) { in get_smach_cid()
923 dllt->dllt_hwtype = htons(subtype); in get_smach_cid()
936 dll->dll_hwtype = htons(subtype); in get_smach_cid()
959 subtype = strtoul(value, &cp, 0); in get_smach_cid()
973 DHCPV6_SET_ENTNUM(den, subtype); in get_smach_cid()
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c470 sip_add_accept(sip_msg_t sip_msg, char *type, char *subtype, char *m_par, in sip_add_accept() argument
478 if (type == NULL && subtype == NULL) { in sip_add_accept()
495 if ((type != NULL) && (subtype != NULL)) { in sip_add_accept()
497 subtype, plist, SIP_SLASH); in sip_add_accept()
1455 sip_add_content_type(sip_msg_t sip_msg, char *type, char *subtype) in sip_add_content_type() argument
1457 if (sip_msg == NULL || type == NULL || subtype == NULL) in sip_add_content_type()
1460 subtype, NULL, SIP_SLASH)); in sip_add_content_type()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1652 uint8_t subtype; in opt_format_compoui() local
1656 subtype = oui & 0x000000ff; in opt_format_compoui()
1663 (void) sprintf(get_line(0, 0), "Subtype = 0x%x", subtype); in opt_format_compoui()
1894 uint8_t subtype; in opt_format_encroui() local
1898 subtype = oui & 0x000000ff; in opt_format_encroui()
1905 (void) sprintf(get_line(0, 0), "Subtype = 0x%x", subtype); in opt_format_encroui()
H A Dsnoop_mip.h50 uint8_t subtype; member
H A Dsnoop_mip.c244 st = get_desc(genauth_desc, gen_exthdr->subtype, in interpret_extensions()
247 "Subtype = %d %s", gen_exthdr->subtype, st); in interpret_extensions()
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c1131 uint_t subtype; in hermon_port_state_change_handler() local
1149 subtype = HERMON_EQE_EVTSUBTYPE_GET(eq, eqe); in hermon_port_state_change_handler()
1150 if (subtype == HERMON_PORT_LINK_ACTIVE) { in hermon_port_state_change_handler()
1157 } else if (subtype == HERMON_PORT_LINK_DOWN) { in hermon_port_state_change_handler()
1168 HERMON_EQE_EVTTYPE_GET(eq, eqe), subtype); in hermon_port_state_change_handler()
/titanic_41/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h373 uint32_t subtype; member
421 uint32_t subtype; member
H A Dipw2100.c1019 sc->sc_cmd->subtype = LE_32(0); in ipw2100_cmd()
2191 h->subtype = LE_32(0); in ipw2100_send()
2606 uint8_t subtype; in ipw2100_fix_channel() local
2614 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in ipw2100_fix_channel()
2616 if (subtype != IEEE80211_FC0_SUBTYPE_BEACON && in ipw2100_fix_channel()
2617 subtype != IEEE80211_FC0_SUBTYPE_PROBE_RESP) in ipw2100_fix_channel()
/titanic_41/usr/src/cmd/oawk/
H A Dawk.def63 char csub; /* subtype of ctype */
102 char subtype;
H A Dparse.c205 x->subtype = b;
/titanic_41/usr/src/uts/common/pcmcia/cis/
H A Dcis.c209 cisdata_t subtype; in CISParser() local
215 subtype = va_arg(arglist, uint_t); in CISParser()
218 flags, arg, subtype); in CISParser()
H A Dcis_handlers.c153 void *arg, cisdata_t subtype) in cis_tuple_handler() argument
169 (tp->type == CISTPL_FUNCE && co->subtype == subtype))) { in cis_tuple_handler()
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c1334 uint_t port, subtype; in tavor_port_state_change_handler() local
1369 subtype = TAVOR_EQE_EVTSUBTYPE_GET(eq, eqe); in tavor_port_state_change_handler()
1370 if (subtype == TAVOR_PORT_LINK_ACTIVE) { in tavor_port_state_change_handler()
1377 } else if (subtype == TAVOR_PORT_LINK_DOWN) { in tavor_port_state_change_handler()
1388 TAVOR_EQE_EVTTYPE_GET(eq, eqe), subtype); in tavor_port_state_change_handler()
/titanic_41/usr/src/uts/common/io/ath/
H A Dath_main.c675 uint32_t subtype, flags, ctsduration; in ath_tx_start() local
772 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in ath_tx_start()
773 if (subtype == IEEE80211_FC0_SUBTYPE_BEACON) in ath_tx_start()
775 else if (subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP) in ath_tx_start()
777 else if (subtype == IEEE80211_FC0_SUBTYPE_ATIM) in ath_tx_start()
792 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in ath_tx_start()
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c687 lacp->subtype = LACP_SUBTYPE; in fill_lacp_pdu()
2234 if (lacp->subtype != LACP_SUBTYPE && lacp->subtype != MARKER_SUBTYPE) { in aggr_lacp_rx_enqueue()
2237 portp->lp_linkid, lacp->subtype)); in aggr_lacp_rx_enqueue()
2286 switch (lacp->subtype) { in aggr_lacp_rx()
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c695 int subtype=0, i=0, limit=10; local
709 subtype = (int) curr[0];
713 if (subtype == tl_type) {
714 switch (subtype) {

12