Home
last modified time | relevance | path

Searched refs:spb (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c406 uint_t po, bo, spb; in hrm_setbits() local
411 spb = (3 - (po & 3)) * 2; /* shift position within byte */ in hrm_setbits()
412 nbits = bits << spb; /* bit mask */ in hrm_setbits()
473 uint_t bo, spb; in hat_getstat() local
481 spb = (3 - (po & 3)) * 2; in hat_getstat()
482 *dp++ |= (hrm->hrm_bits[bo] >> spb) & 3; in hat_getstat()
484 hrm->hrm_bits[bo] &= ~(3<<spb); in hat_getstat()
510 spb = (3 - (po & 3)) * 2; in hat_getstat()
511 *dp++ |= (hrm->hrm_bits[bo] >> spb) & 3; in hat_getstat()
513 hrm->hrm_bits[bo] &= ~(3<<spb); in hat_getstat()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1657 spb->spb_buf += n; in spbuf_write()
1658 spb->spb_bufsiz -= n; in spbuf_write()
1689 spb->spb_buf = spb_buf; in iob_spb_create()
1691 spb->spb_total = 0; in iob_spb_create()
1694 io->io_data = spb; in iob_spb_create()
1755 spbuf_t spb; in mdb_iob_vsnprintf() local
1764 *spb.spb_buf = '\0'; in mdb_iob_vsnprintf()
1766 *--spb.spb_buf = '\0'; in mdb_iob_vsnprintf()
1768 return (spb.spb_total); in mdb_iob_vsnprintf()
1779 spbuf_t spb; in mdb_iob_asnprintf() local
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src896 # acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
H A Dterminfo.src971 # acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.