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

/freebsd-current/usr.sbin/mlxcontrol/
H A Dcommand.c197 if ((fd = open(ctrlrpath(ctrlr), 0)) < 0) {
198 warn("can't open %s", ctrlrpath(ctrlr));
429 if ((fd = open(ctrlrpath(unit), 0)) < 0) {
430 warn("can't open %s", ctrlrpath(unit));
487 if ((fd = open(ctrlrpath(unit), 0)) < 0) {
488 warn("can't open %s", ctrlrpath(unit));
611 if ((fd = open(ctrlrpath(unit), 0)) < 0) {
612 warn("can't open %s", ctrlrpath(unit));
687 if ((fd = open(ctrlrpath(unit), 0)) < 0) {
688 warn("can't open %s", ctrlrpath(uni
[all...]
H A Dinterface.c52 if ((fd = open(ctrlrpath(i), 0)) >= 0)
69 if ((fd = open(ctrlrpath(unit), 0)) >= 0) {
85 if ((ctrlfd = open(ctrlrpath(unit), 0)) < 0)
132 if ((fd = open(ctrlrpath(unit), 0)) >= 0) {
H A Dmlxcontrol.h50 extern char *ctrlrpath(int unit);
H A Dutil.c45 ctrlrpath(int unit) function

Completed in 61 milliseconds