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

/freebsd-9.3-release/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-9.3-release/usr.bin/ruptime/
H A Druptime.c177 struct hs *hsp; local
188 hsp = NULL;
214 hsp = hs + nhosts;
217 if ((hsp->hs_wd = malloc((size_t)WHDRSIZE)) == NULL)
219 memmove(hsp->hs_wd, buf, (size_t)WHDRSIZE);
225 for (hsp->hs_nusers = 0,
228 ++hsp->hs_nusers;
229 ++hsp;
241 hsp = &hs[i];
242 if (ISDOWN(hsp)) {
[all...]
/freebsd-9.3-release/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-9.3-release/sys/dev/hatm/
H A Dif_hatm_intr.c156 uint32_t *tailp = &sc->hsp->group[group].tbrq_tail;
506 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.c2223 sc->hsp = sc->hsp_mem.base;

Completed in 123 milliseconds