Searched refs:ctrlrpath (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/usr.sbin/mlxcontrol/
H A Dutil.c47 ctrlrpath(int unit) function
H A Dmlxcontrol.h52 extern char *ctrlrpath(int unit);
H A Dinterface.c54 if ((fd = open(ctrlrpath(i), 0)) >= 0)
71 if ((fd = open(ctrlrpath(unit), 0)) >= 0) {
87 if ((ctrlfd = open(ctrlrpath(unit), 0)) < 0)
134 if ((fd = open(ctrlrpath(unit), 0)) >= 0) {
H A Dcommand.c199 if ((fd = open(ctrlrpath(ctrlr), 0)) < 0) {
200 warn("can't open %s", ctrlrpath(ctrlr));
431 if ((fd = open(ctrlrpath(unit), 0)) < 0) {
432 warn("can't open %s", ctrlrpath(unit));
489 if ((fd = open(ctrlrpath(unit), 0)) < 0) {
490 warn("can't open %s", ctrlrpath(unit));
613 if ((fd = open(ctrlrpath(unit), 0)) < 0) {
614 warn("can't open %s", ctrlrpath(unit));
689 if ((fd = open(ctrlrpath(unit), 0)) < 0) {
690 warn("can't open %s", ctrlrpath(uni
[all...]

Completed in 87 milliseconds