Searched refs:drivepath (Results 1 – 4 of 4) sorted by relevance
193 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()
54 extern char *drivepath(int unit);
67 drivepath(int unit) in drivepath() function
98 if ((fd = open(drivepath(i), 0)) >= 0) in mlxd_foreach_ctrlr()