Searched refs:rloop (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sbin/sconfig/ |
| H A D | sconfig.c | 587 int cablen, rloop, rqlen; in print_chan() local 624 rloop_valid = ioctl (fd, SERIAL_GETRLOOP, &rloop) >= 0; in print_chan() 717 printf (" rloop=%s", rloop ? "on" : "off"); in print_chan() 735 int monitor, dir, scrambler, rloop, cablen; in setup_chan() local 820 rloop = (strcasecmp ("on", argv[i] + 6) == 0); in setup_chan() 821 ioctl (fd, SERIAL_SETRLOOP, &rloop); in setup_chan()
|
| /freebsd-13.1/sys/dev/ce/ |
| H A D | ceddk.h | 124 unsigned char rloop; member
|
| H A D | ceddk.c | 446 b->chan[0].rloop = 0; in ce_init_board() 1018 if (on == c->rloop) in ce_set_rloop() 1031 c->rloop = on ? 1 : 0; in ce_set_rloop()
|
| H A D | if_ce.c | 1278 *(int*)data = c->rloop; in ce_ioctl()
|
| /freebsd-13.1/sys/dev/cp/ |
| H A D | cpddk.h | 109 unsigned char rloop; /* remote loopback mode */ member
|