Searched defs:nbad (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Dofmt.c248 int nbad = os->os_nbad++; local
257 os->os_badfields[nbad] = strdup(sp->s_fields[i]);
258 if (os->os_badfields[nbad] == NULL)
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c142 static unsigned long long nbad; /* count of bad records since last */ variable
951 if (++nbad > BADLIMIT)
972 nbad = 0;
1043 if (((cflag&NERR) == 0) || (++nbad > BADLIMIT))
1059 nbad = 0;
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c107 int nbad, int txok, boolean_t update_rc);
366 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; local
398 nbad = arn_tx_num_badfrms(sc, bf, txok);
453 ath_tx_rc_status(bf, ds, nbad, txok, B_TRUE);
456 ath_tx_rc_status(bf, ds, nbad, txok, B_FALSE);
1060 int nbad = 0; local
1075 nbad++;
1080 return (nbad);
2162 int nbad,
2177 tx_info_priv->n_bad_frames = nbad;
2160 ath_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds, int nbad, int txok, boolean_t update_rc) argument
2195 int txok, nbad = 0; local
[all...]

Completed in 108 milliseconds