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.c1652 spbuf_t *spb = io->io_data; in spbuf_write() local
1654 if (spb->spb_bufsiz != 0) { in spbuf_write()
1655 size_t n = MIN(spb->spb_bufsiz, buflen); in spbuf_write()
1656 bcopy(buf, spb->spb_buf, n); in spbuf_write()
1657 spb->spb_buf += n; in spbuf_write()
1658 spb->spb_bufsiz -= n; in spbuf_write()
1661 spb->spb_total += buflen; in spbuf_write()
1687 mdb_io_t *io, spbuf_t *spb, char *spb_buf, size_t spb_len) in iob_spb_create() argument
1689 spb->spb_buf = spb_buf; in iob_spb_create()
1690 spb->spb_bufsiz = spb_len; in iob_spb_create()
[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.