Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mlxcontrol/
H A Dcommand.c197 if ((fd = open(ctrlrpath(ctrlr), 0)) < 0) { in status_print()
198 warn("can't open %s", ctrlrpath(ctrlr)); in status_print()
429 if ((fd = open(ctrlrpath(unit), 0)) < 0) { in rescan_ctrlr()
430 warn("can't open %s", ctrlrpath(unit)); in rescan_ctrlr()
487 if ((fd = open(ctrlrpath(unit), 0)) < 0) { in detach_drive()
488 warn("can't open %s", ctrlrpath(unit)); in detach_drive()
611 if ((fd = open(ctrlrpath(unit), 0)) < 0) { in cmd_rebuild()
612 warn("can't open %s", ctrlrpath(unit)); in cmd_rebuild()
687 if ((fd = open(ctrlrpath(unit), 0)) < 0) { in cmd_pause()
688 warn("can't open %s", ctrlrpath(unit)); in cmd_pause()
H A Dinterface.c52 if ((fd = open(ctrlrpath(i), 0)) >= 0) in mlx_foreach()
69 if ((fd = open(ctrlrpath(unit), 0)) >= 0) { in mlx_perform()
85 if ((ctrlfd = open(ctrlrpath(unit), 0)) < 0) in mlxd_foreach_ctrlr()
132 if ((fd = open(ctrlrpath(unit), 0)) >= 0) { in mlxd_find_ctrlr_search()
H A Dmlxcontrol.h50 extern char *ctrlrpath(int unit);
H A Dutil.c45 ctrlrpath(int unit) in ctrlrpath() function