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