Searched refs:r_head (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/lib/libc/citrus/ |
| D | citrus_region.h | 39 void *r_head; member 47 r->r_head = h; in _citrus_region_init() 54 return r->r_head; in _citrus_region_head() 72 return (void *)((uint8_t *)r->r_head + pos); in _citrus_region_offset()
|
| D | citrus_lc_ctype.c | 93 ret = _rune_load((const char *)r.r_head, r.r_size, pdata); in _citrus_LC_CTYPE_create_impl()
|
| /netbsd/src/sys/arch/cobalt/stand/boot/ |
| D | wdc.c | 227 wd_c->r_head, wd_c->r_sector, wd_c->bcount, in wdccommand() 237 WDSD_IBM | (wd_c->drive << 4) | wd_c->r_head); in wdccommand() 354 wd_c.r_head = (blkno >> 24) & 0x0f; in wdc_exec_read() 355 wd_c.r_head |= WDSD_LBA; in wdc_exec_read() 362 wd_c.r_head = blkno % wd->sc_label.d_ntracks; in wdc_exec_read() 365 wd_c.r_head |= WDSD_CHS; in wdc_exec_read()
|
| D | wdvar.h | 86 uint8_t r_head; member
|
| /netbsd/src/sys/arch/mmeye/stand/boot/ |
| D | wdc.c | 264 wd_c->r_head, wd_c->r_sector, wd_c->bcount, in wdccommand() 274 WDSD_IBM | (wd_c->drive << 4) | wd_c->r_head); in wdccommand() 391 wd_c.r_head = (blkno >> 24) & 0x0f; in wdc_exec_read() 392 wd_c.r_head |= WDSD_LBA; in wdc_exec_read() 399 wd_c.r_head = blkno % wd->sc_label.d_ntracks; in wdc_exec_read() 402 wd_c.r_head |= WDSD_CHS; in wdc_exec_read()
|
| D | wdvar.h | 120 uint8_t r_head; member
|
| /netbsd/src/sys/arch/bebox/stand/boot/ |
| D | wdc.c | 280 wd_c->r_head, wd_c->r_sector, wd_c->bcount)); in wdccommand() 289 WDSD_IBM | (wd_c->drive << 4) | wd_c->r_head); in wdccommand() 456 wd_c.r_head = (blkno >> 24) & 0x0f; in wdc_exec_read() 457 wd_c.r_head |= WDSD_LBA; in wdc_exec_read() 464 wd_c.r_head = blkno % wd->sc_label.d_ntracks; in wdc_exec_read() 467 wd_c.r_head |= WDSD_CHS; in wdc_exec_read()
|
| D | wdvar.h | 80 uint8_t r_head; member
|
| /netbsd/src/sys/arch/hp300/stand/common/ |
| D | dcm.c | 118 head = pp->r_head & RX_MASK; in dcmgetchar() 124 pp->r_head = (head + 2) & RX_MASK; in dcmgetchar()
|
| /netbsd/src/sys/arch/hp300/dev/ |
| D | dcm.c | 829 (head = pp->r_head & RX_MASK) != (pp->r_tail & RX_MASK) && in dcmreadbuf() 831 pp->r_head = (head + 2) & RX_MASK; in dcmreadbuf() 836 pp->r_head = pp->r_tail & RX_MASK; in dcmreadbuf() 840 head = pp->r_head & RX_MASK; in dcmreadbuf() 853 pp->r_head = head; in dcmreadbuf() 1579 head = pp->r_head & RX_MASK; in dcmcngetc() 1594 pp->r_head = (head + 2) & RX_MASK; in dcmcngetc()
|
| D | dcmreg.h | 126 vu_char r_head; /* +01 */ member
|