Home
last modified time | relevance | path

Searched refs:r_head (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/lib/libc/citrus/
Dcitrus_region.h39 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()
Dcitrus_lc_ctype.c93 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/
Dwdc.c227 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()
Dwdvar.h86 uint8_t r_head; member
/netbsd/src/sys/arch/mmeye/stand/boot/
Dwdc.c264 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()
Dwdvar.h120 uint8_t r_head; member
/netbsd/src/sys/arch/bebox/stand/boot/
Dwdc.c280 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()
Dwdvar.h80 uint8_t r_head; member
/netbsd/src/sys/arch/hp300/stand/common/
Ddcm.c118 head = pp->r_head & RX_MASK; in dcmgetchar()
124 pp->r_head = (head + 2) & RX_MASK; in dcmgetchar()
/netbsd/src/sys/arch/hp300/dev/
Ddcm.c829 (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()
Ddcmreg.h126 vu_char r_head; /* +01 */ member