Searched refs:tagged (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dattributes.sh35 x=export t=tagged H=hostname LZ5=026 RZ5=026 Z5=123 lR5=ABcdef R5=def n=l
56 if [[ t=tagged != $(typeset -t) ]]
57 then err_exit tagged fails
60 then err_exit tagged fails
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h217 fru_which_t tagged; member in struct:__anon3243
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c305 uint8_t *tagged; local
316 if ((tagged = calloc(num_elements, sizeof (*tagged))) == NULL) {
317 error(gettext("Unable to get memory for tagged element list"),
375 if (def->tagType != FRU_X) tagged[i] = 1;
422 if (tagged[i]) output("\n\t| %s", element[i]);
427 free(tagged);
1033 * Print the contents of a packet (i.e., a tagged data element)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c687 boolean_t tagged = B_FALSE; local
751 tagged = B_TRUE;
826 if (tagged) {
884 if (tagged) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c865 NODELIST *tagged; local
870 tagged = 0;
884 tagged = nlp;
887 if (tagged) {
892 return (tagged);
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc2041 definition->tagged = FRU_Yes;
2043 definition->tagged = FRU_No;
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2021 * from a tagged packet before passing it to the driver's gld_send() entry
2098 * special priority-tagged packets on a VLAN stream.
2117 * a VLAN tagged packet, the kstats of corresponding
2602 * If this packet is a VLAN tagged packet, the kstats of corresponding
2607 * any DLPI consumer on VLAN 0 who is interested in tagged packets
2652 * - if this packet is tagged, there is no need to send this
2876 * The tagged packets should also be looped back (transmit-side)
2971 * Because all tagged packets have SAP value ETHERTYPE_VLAN,
3072 * accept all tagged packets as those packets have SAP value
3110 * The packet will be tagged i
3194 gld_addudind(gld_t *gld, mblk_t *mp, pktinfo_t *pktinfo, boolean_t tagged) argument
[all...]

Completed in 69 milliseconds