Home
last modified time | relevance | path

Searched refs:hsp (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.bin/ruptime/
H A Druptime.c180 struct hs *hsp; in ruptime() local
189 hsp = NULL; in ruptime()
208 hsp = hs + nhosts; in ruptime()
211 wd = &hsp->hs_wd; in ruptime()
225 if (!ISDOWN(hsp)) { in ruptime()
231 for (hsp->hs_nusers = 0, we = &wd->wd_we[0]; in ruptime()
234 ++hsp->hs_nusers; in ruptime()
235 if (userswidth < iwidth(hsp->hs_nusers)) in ruptime()
236 userswidth = iwidth(hsp->hs_nusers); in ruptime()
239 ++hsp; in ruptime()
[all …]
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c289 HASHMAP *hsp; in NCURSES_SP_NAME() local
350 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME()
351 if (hsp->hashval == hashval) in NCURSES_SP_NAME()
353 hsp->hashval = hashval; /* in case this is a new entry */ in NCURSES_SP_NAME()
354 hsp->oldcount++; in NCURSES_SP_NAME()
355 hsp->oldindex = i; in NCURSES_SP_NAME()
360 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME()
361 if (hsp->hashval == hashval) in NCURSES_SP_NAME()
363 hsp->hashval = hashval; /* in case this is a new entry */ in NCURSES_SP_NAME()
364 hsp->newcount++; in NCURSES_SP_NAME()
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-ascii.c111 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; in hex_and_ascii_print_with_offset() local
121 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()
127 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset()
129 hsp += HEXDUMP_HEXSTUFF_PER_SHORT; in hex_and_ascii_print_with_offset()
134 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
138 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()
146 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset()
148 hsp += 3; in hex_and_ascii_print_with_offset()
153 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dnvidia,tegra186-hsp.txt13 - name : Should be hsp
17 - "nvidia,tegra186-hsp"
18 - "nvidia,tegra194-hsp", "nvidia,tegra186-hsp"
57 <dt-bindings/mailbox/tegra186-hsp.h>
61 hsp_top0: hsp@3c00000 {
62 compatible = "nvidia,tegra186-hsp";
/freebsd/sys/dev/fxp/
H A Dif_fxp.c2022 struct fxp_hwstats *hsp; in fxp_update_stats() local
2037 hsp = &sc->fxp_hwstats; in fxp_update_stats()
2038 hsp->tx_good += le32toh(sp->tx_good); in fxp_update_stats()
2039 hsp->tx_maxcols += le32toh(sp->tx_maxcols); in fxp_update_stats()
2040 hsp->tx_latecols += le32toh(sp->tx_latecols); in fxp_update_stats()
2041 hsp->tx_underruns += le32toh(sp->tx_underruns); in fxp_update_stats()
2042 hsp->tx_lostcrs += le32toh(sp->tx_lostcrs); in fxp_update_stats()
2043 hsp->tx_deffered += le32toh(sp->tx_deffered); in fxp_update_stats()
2044 hsp->tx_single_collisions += le32toh(sp->tx_single_collisions); in fxp_update_stats()
2045 hsp->tx_multiple_collisions += in fxp_update_stats()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt27 - .../mailbox/nvidia,tegra186-hsp.txt
68 hsp_top0: hsp@3c00000 {
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra194-tcu.txt25 - .../mailbox/nvidia,tegra186-hsp.txt
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra186-p3310.dtsi161 hsp@3c00000 {
H A Dtegra194.dtsi5 #include <dt-bindings/mailbox/tegra186-hsp.h>
1360 hsp_top0: hsp@3c00000 {
1361 compatible = "nvidia,tegra194-hsp";
1558 hsp_aon: hsp@c150000 {
1559 compatible = "nvidia,tegra194-hsp";
H A Dtegra234.dtsi6 #include <dt-bindings/mailbox/tegra186-hsp.h>
3302 hsp_top0: hsp@3c00000 {
3303 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
3828 hsp_aon: hsp@c150000 {
3829 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
H A Dtegra186.dtsi5 #include <dt-bindings/mailbox/tegra186-hsp.h>
1194 hsp_top0: hsp@3c00000 {
1195 compatible = "nvidia,tegra186-hsp";
H A Dtegra186-p3509-0000+p3636-0001.dts715 hsp@3c00000 {