Searched refs:r_head (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_region.h39 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);
H A Dcitrus_lc_ctype.c92 ret = _rune_load((const char *)r.r_head, r.r_size, pdata);
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dwdc.c264 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;
H A Dwdvar.h120 uint8_t r_head; member in struct:wdc_command
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dwdc.c229 wd_c->r_head, wd_c->r_sector, wd_c->bcount,
239 WDSD_IBM | (wd_c->drive << 4) | wd_c->r_head);
356 wd_c.r_head = (blkno >> 24) & 0x0f;
357 wd_c.r_head |= WDSD_LBA;
364 wd_c.r_head = blkno % wd->sc_label.d_ntracks;
367 wd_c.r_head |= WDSD_CHS;
H A Dwdvar.h86 uint8_t r_head; member in struct:wdc_command
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dwdvar.h80 uint8_t r_head; member in struct:wdc_command
H A Dwdc.c280 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;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Ddcm.c119 head = pp->r_head & RX_MASK;
125 pp->r_head = (head + 2) & RX_MASK;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddcmreg.h126 vu_char r_head; /* +01 */ member in struct:dcmpreg
H A Ddcm.c826 (head = pp->r_head & RX_MASK) != (pp->r_tail & RX_MASK) &&
828 pp->r_head = (head + 2) & RX_MASK;
833 pp->r_head = pp->r_tail & RX_MASK;
837 head = pp->r_head & RX_MASK;
850 pp->r_head = head;
1572 head = pp->r_head & RX_MASK;
1587 pp->r_head = (head + 2) & RX_MASK;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmvsata.c604 " r_command=0x%x, r_head=0x%x, r_cyl=0x%x, r_sector=0x%x,"
607 drvp->drive, ata_c->bcount, ata_c->r_command, ata_c->r_head,

Completed in 193 milliseconds