Searched refs:headno (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/dev/isa/ |
H A D | fdreg.h | 127 u_char headno; /* 0, or 1 */ member 143 # define fd_formb_headno(i) format_info.structured.idfields[i].headno
|
/netbsd-src/sys/arch/acorn32/mainbus/ |
H A D | fdreg.h | 120 u_char headno; /* 0, or 1 */ member 136 # define fd_formb_headno(i) format_info.structured.idfields[i].headno
|
/netbsd-src/sys/arch/x68k/dev/ |
H A D | fdreg.h | 93 uint8_t headno; /* 0, or 1 */ member 109 # define fd_formb_headno(i) format_info.structured.idfields[i].headno
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | hdfdreg.h | 133 u_char headno; /* 0, or 1 */ member 150 # define fd_formb_headno(i) format_info.structured.idfields[i].headno
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | fdvar.h | 104 u_char headno; /* 0, or 1 */ member 120 #define fd_formb_headno(i) format_info.structured.idfields[i].headno
|
H A D | xdreg.h | 179 volatile u_char headno; /* head number */ member
|
H A D | xd.c | 1290 iopb->sectno = iopb->headno = iopb->cylno = 0; in xdc_rqtopb() 1294 iopb->headno = block % iorq->xd->nhead; in xdc_rqtopb() 1888 iopb->headno = in xdc_remove_iorq() 1955 iopb->cylno, iopb->headno, iopb->sectno); in xdc_perror() 2008 iopb->headno = i / iorq->xd->nhead; in xdc_error()
|
/netbsd-src/sys/arch/sparc/dev/ |
H A D | fdvar.h | 110 u_char headno; /* 0, or 1 */ member 126 #define fd_formb_headno(i) format_info.structured.idfields[i].headno
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | fdcvar.h | 110 u_char headno; /* 0, or 1 */ member 126 #define fd_formb_headno(i) format_info.structured.idfields[i].headno
|
/netbsd-src/sys/dev/vme/ |
H A D | xdreg.h | 179 volatile u_char headno; /* head number */ member
|
H A D | xd.c | 1465 iopb->sectno = iopb->headno = iopb->cylno = 0; in xdc_rqtopb() 1469 iopb->headno = block % iorq->xd->nhead; in xdc_rqtopb() 2064 iopb->headno = in xdc_remove_iorq() 2136 iopb->cylno, iopb->headno, iopb->sectno); in xdc_perror() 2192 iopb->headno = i / iorq->xd->nhead; in xdc_error()
|