Home | History | Annotate | Download | only in net

Lines Matching defs:idx

34   int fd, tvar, idx = -1, tid = RFKILL_TYPE_ALL;
45 int idx;
55 if (i == ARRAY_LEN(rftypes)) idx = atolx_range(*optargs, 0, INT_MAX);
56 else tid = rftypes[i].idx;
65 if (idx >= 0) {
66 rfevent.idx = idx;
79 if ((tid > 0 && tid != rfevent.type) || (idx != -1 && idx != rfevent.idx))
82 sprintf(toybuf, "/sys/class/rfkill/rfkill%u/uevent", rfevent.idx);
94 xprintf("%u: %s: %s\n", rfevent.idx, name, type);