Searched refs:ctrlrpath (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.sbin/mlxcontrol/ |
| H A D | command.c | 199 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 D | interface.c | 54 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 D | mlxcontrol.h | 52 extern char *ctrlrpath(int unit);
|
| H A D | util.c | 47 ctrlrpath(int unit) in ctrlrpath() function
|