Home
last modified time | relevance | path

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

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