Searched refs:noise (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad_err.c71 noise(const char *fmt, ...) function
H A Dsmserver.h101 void noise(const char *, ...);
/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c174 int k, tries, ifn, noise; local
198 noise = 0;
226 if ((noise += HDRSIZ) > 3 * pk->p_rsize) {
228 "No SYN in %d characters -- request RXMIT\n", noise);
274 * Transmission error or excessive noise. Send a RXMIT
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h93 int32_t noise[3]; member in struct:iwn_calib_state
274 int noise; member in struct:iwn_softc
355 kstat_named_t noise; member in struct:iwn_ks_misc
H A Dif_iwn.c477 kstat_named_init(&sc->sc_misc->noise,
478 "noise", KSTAT_DATA_LONG);
2864 sc->noise = iwn_get_noise(&stats->rx.general);
2865 sc->sc_misc->noise.value.l = sc->noise;
2867 /* Test that RSSI and noise are present in stats report. */
4864 * Retrieve the average noise (in dBm) among receivers.
4869 int i, total, nbant, noise; local
4873 if ((noise = le32toh(stats->noise[
5045 int i, delta, noise; local
5131 uint8_t noise[3], noise_ref; local
[all...]
H A Dif_iwnreg.h1380 int32_t noise[3]; member in struct:iwn_rx_general_stats
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c150 static int noise; variable
536 noise = TRUE;
577 if (noise)
957 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0)
960 if (noise && (hh > HOURSPERDAY ||
1331 } else if (noise) {
1360 } else if (noise) {
2215 if (noise)
2246 if (noise && cp - string < 3)
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh44 # Where flag is: y - enable lint noise diff output
45 # n - disable lint noise diff output
176 NOISE=noise${SUFFIX}-${MACH}
292 echo "\n==== Build noise differences ($LABEL) ====\n" \
379 LINTNOISE=$lintdir/lint-noise-${MACH}
391 rm -f $lintdir/lint.out $lintdir/lint-noise.out
392 if [ -f $lintdir/lint-noise.ref ]; then
393 mv $lintdir/lint-noise.ref ${LINTNOISE}.ref
448 echo "\n==== lint noise differences $base ====\n" \
1115 # Now that we're about to send mail, it's time to check the noise
[all...]
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h262 uint16_t noise; member in struct:wpi_rx_stat
H A Dwpi.c1716 tap->wr_dbm_antnoise = (int8_t)LE_16(stat->noise);
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h447 uint16_t noise; member in struct:ipw2200_frame
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c228 * "count = noise++;" is subject to a race condition but I don't
242 static int noise = 0; local
244 int count = noise++;
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1805 uint16_t noise; member in struct:iwh_rx_stat
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h2556 uint16_t noise; member in struct:iwk_rx_stat
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1805 uint16_t noise; member in struct:iwp_rx_stat

Completed in 171 milliseconds