Searched refs:hsp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-ascii.c83 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; local
88 hsp = hexstuff; asp = asciistuff;
92 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
94 hsp += HEXDUMP_HEXSTUFF_PER_SHORT;
99 *hsp = *asp = '\0';
103 i = 0; hsp = hexstuff; asp = asciistuff;
109 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
111 hsp
[all...]
/freebsd-10-stable/usr.bin/ruptime/
H A Druptime.c175 struct hs *hsp; local
185 hsp = NULL;
200 hsp = hs + nhosts;
203 wd = &hsp->hs_wd;
221 for (hsp->hs_nusers = 0, we = &wd->wd_we[0];
224 ++hsp->hs_nusers;
225 ++hsp;
237 hsp = &hs[i];
238 wd = &hsp->hs_wd;
239 if (ISDOWN(hsp)) {
[all...]
/freebsd-10-stable/sys/dev/fxp/
H A Dif_fxp.c2032 struct fxp_hwstats *hsp; local
2047 hsp = &sc->fxp_hwstats;
2048 hsp->tx_good += le32toh(sp->tx_good);
2049 hsp->tx_maxcols += le32toh(sp->tx_maxcols);
2050 hsp->tx_latecols += le32toh(sp->tx_latecols);
2051 hsp->tx_underruns += le32toh(sp->tx_underruns);
2052 hsp->tx_lostcrs += le32toh(sp->tx_lostcrs);
2053 hsp->tx_deffered += le32toh(sp->tx_deffered);
2054 hsp->tx_single_collisions += le32toh(sp->tx_single_collisions);
2055 hsp
3142 struct fxp_hwstats *hsp; local
[all...]
/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatm_intr.c156 uint32_t *tailp = &sc->hsp->group[group].tbrq_tail;
508 tail = sc->hsp->group[group].rbrq_tail >> 3;
H A Dif_hatmvar.h403 struct he_hsp *hsp; member in struct:hatm_softc
H A Dif_hatm.c2231 sc->hsp = sc->hsp_mem.base;

Completed in 117 milliseconds