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

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/dev/vme/
H A Dxy.c220 int driveno; /* unit number */ member in struct:xyc_attach_args
555 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
578 cf->cf_loc[XYCCF_DRIVE] != xa->driveno)
620 xy->xyrq = &xyc->reqs[xa->driveno];
623 xy->xy_drive = xa->driveno;
625 xyc->sc_drives[xa->driveno] = xy;
661 printf(" drive %d: off-line\n", xa->driveno);
668 printf(" drive %d: ready", xa->driveno);
[all...]
H A Dxd.c304 int driveno; /* unit number */ member in struct:xdc_attach_args
657 for (xa.driveno = 0; xa.driveno < XDC_MAXDEV; xa.driveno++)
680 cf->cf_loc[XDCCF_DRIVE] != xa->driveno)
719 xd->xd_drive = xa->driveno;
721 xdc->sc_drives[xa->driveno] = xd;
758 printf(" drive %d: off-line\n", xa->driveno);
765 printf(" drive %d: ready\n", xa->driveno);
1144 xa.driveno
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dxy.c207 int driveno; /* unit number */ member in struct:xyc_attach_args
433 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
448 if (xa->driveno != -1)
449 aprint_normal(" drive %d", xa->driveno);
469 xy_unit = device_unit(parent) * 2 + xa->driveno;
502 xy->xyrq = &xyc->reqs[xa->driveno];
504 xy->xy_drive = xa->driveno;
505 xyc->sc_drives[xa->driveno]
[all...]
H A Dxd.c273 int driveno; /* unit number */ member in struct:xdc_attach_args
498 for (xa.driveno = 0; xa.driveno < XDC_MAXDEV; xa.driveno++)
513 if (xa->driveno != -1)
514 aprint_normal(" drive %d", xa->driveno);
534 xd_unit = device_unit(parent) * 2 + xa->driveno;
565 xd->xd_drive = xa->driveno;
566 xdc->sc_drives[xa->driveno] = xd;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dautoconf.c1685 struct xxxx_attach_args { int driveno; } *aap = aux; member in struct:xxxx_attach_args
1689 bp->val[0], aap->driveno));
1690 if (aap->driveno == bp->val[0])

Completed in 96 milliseconds