Searched refs:driveno (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/atari/stand/tostools/chg_pid/
H A Dchg_pid.c109 int driveno = 0; local
156 driveno = atoi(argv[0]);
160 partno, driveno, newname);
168 if(chg_tosparts(partno, driveno, newname)) {
313 eprintf("Usage: %s [-hVwt] [ -o <output file>] <driveno> <partno> "
324 Usage: %s [-hVwt] [ -o <output file>] <driveno> <partno> <newid>\r
334 The <driveno> and <partno> arguments specify the drive and the partition\r
/netbsd-current/sys/arch/x68k/stand/libdos/
H A Ddos.h176 unsigned char driveno; member in struct:dos_filbuf
191 unsigned char driveno; member in struct:dos_exfilbuf
/netbsd-current/sys/dev/vme/
H A Dxy.c237 int driveno; /* unit number */ member in struct:xyc_attach_args
573 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
596 cf->cf_loc[XYCCF_DRIVE] != xa->driveno)
640 xy->xyrq = &xyc->reqs[xa->driveno];
643 xy->xy_drive = xa->driveno;
645 xyc->sc_drives[xa->driveno] = xy;
681 printf(" drive %d: off-line\n", xa->driveno);
688 printf(" drive %d: ready", xa->driveno);
[all...]
H A Dxd.c321 int driveno; /* unit number */ member in struct:xdc_attach_args
674 for (xa.driveno = 0; xa.driveno < XDC_MAXDEV; xa.driveno++)
697 cf->cf_loc[XDCCF_DRIVE] != xa->driveno)
738 xd->xd_drive = xa->driveno;
740 xdc->sc_drives[xa->driveno] = xd;
777 printf(" drive %d: off-line\n", xa->driveno);
784 printf(" drive %d: ready\n", xa->driveno);
1149 xa.driveno
[all...]
/netbsd-current/sys/arch/sun3/dev/
H A Dxy.c207 int driveno; /* unit number */ member in struct:xyc_attach_args
450 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
465 if (xa->driveno != -1)
466 aprint_normal(" drive %d", xa->driveno);
486 xy_unit = device_unit(parent) * 2 + xa->driveno;
519 xy->xyrq = &xyc->reqs[xa->driveno];
521 xy->xy_drive = xa->driveno;
522 xyc->sc_drives[xa->driveno]
[all...]
H A Dxd.c273 int driveno; /* unit number */ member in struct:xdc_attach_args
515 for (xa.driveno = 0; xa.driveno < XDC_MAXDEV; xa.driveno++)
530 if (xa->driveno != -1)
531 aprint_normal(" drive %d", xa->driveno);
551 xd_unit = device_unit(parent) * 2 + xa->driveno;
582 xd->xd_drive = xa->driveno;
583 xdc->sc_drives[xa->driveno] = xd;
/netbsd-current/sys/arch/sparc/sparc/
H A Dautoconf.c1725 struct xxxx_attach_args { int driveno; } *aap = aux; member in struct:xxxx_attach_args
1729 bp->val[0], aap->driveno));
1730 if (aap->driveno == bp->val[0])

Completed in 211 milliseconds