Home
last modified time | relevance | path

Searched refs:driveunit (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/mlxcontrol/
H A Dcommand.c407 if ((unit = driveunit(argv[i])) == -1) { in cmd_status()
528 if ((unit = driveunit(argv[i])) == -1) { in cmd_detach()
554 if ((unit = driveunit(argv[1])) == -1) { in cmd_check()
H A Dmlxcontrol.h55 extern int driveunit(char *str);
H A Dutil.c96 driveunit(char *str) in driveunit() function