Searched refs:drivepath (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h52 extern char *drivepath(int unit);
H A Dutil.c65 drivepath(int unit) function
H A Dcommand.c191 warnx("couldn't get controller/drive for %s", drivepath(unit));
212 if ((fd = open(drivepath(unit), 0)) < 0) {
213 warn("can't open %s", drivepath(unit));
559 if ((fd = open(drivepath(unit), 0)) < 0) {
560 warn("can't open %s", drivepath(unit));
H A Dinterface.c96 if ((fd = open(drivepath(i), 0)) >= 0)

Completed in 109 milliseconds