Lines Matching refs:drive
293 char drive, name[EXPAND_BUF]; in mpartition() local
395 drive = ch_toupper(argv[optind][0]); in mpartition()
398 sprintf(errmsg, "Drive '%c:' not supported", drive); in mpartition()
400 for(dev=devices;dev->drive;dev++) { in mpartition()
405 if (dev->drive != drive) in mpartition()
410 drive); in mpartition()
463 if ( dev->drive == 0 ){ in mpartition()
506 drive); in mpartition()
510 drive); in mpartition()
520 "Partition for drive %c: already exists\n", drive); in mpartition()
614 drive); in mpartition()
659 drive); in mpartition()
667 BEGIN(tpartition), drive); in mpartition()