Home
last modified time | relevance | path

Searched refs:nbad (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/dd/
H A Ddd.c142 static unsigned long long nbad; /* count of bad records since last */ variable
951 if (++nbad > BADLIMIT) in main()
972 nbad = 0; in main()
1043 if (((cflag&NERR) == 0) || (++nbad > BADLIMIT)) in main()
1059 nbad = 0; in main()
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_xmit.c107 int nbad, int txok, boolean_t update_rc);
367 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; in arn_tx_complete_aggr() local
399 nbad = arn_tx_num_badfrms(sc, bf, txok); in arn_tx_complete_aggr()
454 ath_tx_rc_status(bf, ds, nbad, txok, B_TRUE); in arn_tx_complete_aggr()
457 ath_tx_rc_status(bf, ds, nbad, txok, B_FALSE); in arn_tx_complete_aggr()
1061 int nbad = 0; in arn_tx_num_badfrms() local
1076 nbad++; in arn_tx_num_badfrms()
1081 return (nbad); in arn_tx_num_badfrms()
2206 int nbad, in ath_tx_rc_status() argument
2221 tx_info_priv->n_bad_frames = nbad; in ath_tx_rc_status()
[all …]
/titanic_44/usr/src/lib/libinetutil/common/
H A Dofmt.c248 int nbad = os->os_nbad++; in ofmt_open() local
257 os->os_badfields[nbad] = strdup(sp->s_fields[i]); in ofmt_open()
258 if (os->os_badfields[nbad] == NULL) in ofmt_open()