Searched refs:spb (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/vm/ |
H A D | hat_refmod.c | 405 uint_t po, bo, spb; in hrm_setbits() local 410 spb = (3 - (po & 3)) * 2; /* shift position within byte */ in hrm_setbits() 411 nbits = bits << spb; /* bit mask */ in hrm_setbits() 472 uint_t bo, spb; in hat_getstat() local 480 spb = (3 - (po & 3)) * 2; in hat_getstat() 481 *dp++ |= (hrm->hrm_bits[bo] >> spb) & 3; in hat_getstat() 483 hrm->hrm_bits[bo] &= ~(3<<spb); in hat_getstat() 509 spb = (3 - (po & 3)) * 2; in hat_getstat() 510 *dp++ |= (hrm->hrm_bits[bo] >> spb) & 3; in hat_getstat() 512 hrm->hrm_bits[bo] &= ~(3<<spb); in hat_getstat()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_io.c | 1605 spbuf_t *spb = io->io_data; in spbuf_write() local 1607 if (spb->spb_bufsiz != 0) { in spbuf_write() 1608 size_t n = MIN(spb->spb_bufsiz, buflen); in spbuf_write() 1609 bcopy(buf, spb->spb_buf, n); in spbuf_write() 1610 spb->spb_buf += n; in spbuf_write() 1611 spb->spb_bufsiz -= n; in spbuf_write() 1614 spb->spb_total += buflen; in spbuf_write() 1640 mdb_io_t *io, spbuf_t *spb, char *spb_buf, size_t spb_len) in iob_spb_create() argument 1642 spb->spb_buf = spb_buf; in iob_spb_create() 1643 spb->spb_bufsiz = spb_len; in iob_spb_create() [all …]
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 896 # acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
|
H A D | terminfo.src | 971 # acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
|