Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mlxcontrol/
H A Dcommand.c193 warnx("couldn't get controller/drive for %s", drivepath(unit)); in status_print()
214 if ((fd = open(drivepath(unit), 0)) < 0) { in status_print()
215 warn("can't open %s", drivepath(unit)); in status_print()
561 if ((fd = open(drivepath(unit), 0)) < 0) { in cmd_check()
562 warn("can't open %s", drivepath(unit)); in cmd_check()
H A Dmlxcontrol.h54 extern char *drivepath(int unit);
H A Dutil.c67 drivepath(int unit) in drivepath() function
H A Dinterface.c98 if ((fd = open(drivepath(i), 0)) >= 0) in mlxd_foreach_ctrlr()