Home
last modified time | relevance | path

Searched refs:ctrlrunit (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/mlxcontrol/
H A Dcommand.c463 if ((unit = ctrlrunit(argv[i])) == -1) { in cmd_rescan()
522 if ((unit = ctrlrunit(argv[i])) == -1) { in cmd_detach()
602 if ((unit = ctrlrunit(argv[1])) == -1) { in cmd_rebuild()
685 if ((argc < 1) || ((unit = ctrlrunit(argv[0])) == -1)) in cmd_pause()
H A Dmlxcontrol.h56 extern int ctrlrunit(char *str);
H A Dutil.c87 ctrlrunit(char *str) in ctrlrunit() function