Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mlxcontrol/
H A Dcommand.c199 if ((fd = open(ctrlrpath(ctrlr), 0)) < 0) { in status_print()
200 warn("can't open %s", ctrlrpath(ctrlr)); in status_print()
431 if ((fd = open(ctrlrpath(unit), 0)) < 0) { in rescan_ctrlr()
432 warn("can't open %s", ctrlrpath(unit)); in rescan_ctrlr()
489 if ((fd = open(ctrlrpath(unit), 0)) < 0) { in detach_drive()
490 warn("can't open %s", ctrlrpath(unit)); in detach_drive()
613 if ((fd = open(ctrlrpath(unit), 0)) < 0) { in cmd_rebuild()
614 warn("can't open %s", ctrlrpath(unit)); in cmd_rebuild()
689 if ((fd = open(ctrlrpath(unit), 0)) < 0) { in cmd_pause()
690 warn("can't open %s", ctrlrpath(unit)); in cmd_pause()
H A Dinterface.c54 if ((fd = open(ctrlrpath(i), 0)) >= 0) in mlx_foreach()
71 if ((fd = open(ctrlrpath(unit), 0)) >= 0) { in mlx_perform()
87 if ((ctrlfd = open(ctrlrpath(unit), 0)) < 0) in mlxd_foreach_ctrlr()
134 if ((fd = open(ctrlrpath(unit), 0)) >= 0) { in mlxd_find_ctrlr_search()
H A Dmlxcontrol.h52 extern char *ctrlrpath(int unit);
H A Dutil.c47 ctrlrpath(int unit) in ctrlrpath() function