Searched refs:hsp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/usr.bin/ruptime/ |
| D | ruptime.c | 193 struct hs *hsp; in ruptime() local 202 hsp = NULL; in ruptime() 221 hsp = hs + nhosts; in ruptime() 224 wd = &hsp->hs_wd; in ruptime() 238 if (!ISDOWN(hsp)) { in ruptime() 244 for (hsp->hs_nusers = 0, we = &wd->wd_we[0]; in ruptime() 247 ++hsp->hs_nusers; in ruptime() 248 if (userswidth < iwidth(hsp->hs_nusers)) in ruptime() 249 userswidth = iwidth(hsp->hs_nusers); in ruptime() 252 ++hsp; in ruptime() [all …]
|
| /freebsd-12-stable/contrib/ncurses/ncurses/tty/ |
| D | hashmap.c | 278 HASHMAP *hsp; in NCURSES_SP_NAME() local 337 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME() 338 if (hsp->hashval == hashval) in NCURSES_SP_NAME() 340 hsp->hashval = hashval; /* in case this is a new entry */ in NCURSES_SP_NAME() 341 hsp->oldcount++; in NCURSES_SP_NAME() 342 hsp->oldindex = i; in NCURSES_SP_NAME() 347 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME() 348 if (hsp->hashval == hashval) in NCURSES_SP_NAME() 350 hsp->hashval = hashval; /* in case this is a new entry */ in NCURSES_SP_NAME() 351 hsp->newcount++; in NCURSES_SP_NAME() [all …]
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-ascii.c | 101 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; in hex_and_ascii_print_with_offset() local 109 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset() 113 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset() 115 hsp += HEXDUMP_HEXSTUFF_PER_SHORT; in hex_and_ascii_print_with_offset() 120 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset() 124 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset() 130 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset() 132 hsp += 3; in hex_and_ascii_print_with_offset() 137 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
|
| /freebsd-12-stable/sys/dev/fxp/ |
| D | if_fxp.c | 2039 struct fxp_hwstats *hsp; in fxp_update_stats() local 2054 hsp = &sc->fxp_hwstats; in fxp_update_stats() 2055 hsp->tx_good += le32toh(sp->tx_good); in fxp_update_stats() 2056 hsp->tx_maxcols += le32toh(sp->tx_maxcols); in fxp_update_stats() 2057 hsp->tx_latecols += le32toh(sp->tx_latecols); in fxp_update_stats() 2058 hsp->tx_underruns += le32toh(sp->tx_underruns); in fxp_update_stats() 2059 hsp->tx_lostcrs += le32toh(sp->tx_lostcrs); in fxp_update_stats() 2060 hsp->tx_deffered += le32toh(sp->tx_deffered); in fxp_update_stats() 2061 hsp->tx_single_collisions += le32toh(sp->tx_single_collisions); in fxp_update_stats() 2062 hsp->tx_multiple_collisions += in fxp_update_stats() [all …]
|
| /freebsd-12-stable/sys/gnu/dts/arm64/nvidia/ |
| D | tegra194.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 569 hsp_top0: hsp@3c00000 { 570 compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp"; 747 hsp_aon: hsp@c150000 { 748 compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp";
|
| D | tegra186-p3310.dtsi | 158 hsp@3c00000 {
|
| D | tegra186.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 602 hsp_top0: hsp@3c00000 { 603 compatible = "nvidia,tegra186-hsp";
|