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