Home
last modified time | relevance | path

Searched refs:rloop (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sbin/sconfig/
H A Dsconfig.c587 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 Dceddk.h124 unsigned char rloop; member
H A Dceddk.c446 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 Dif_ce.c1278 *(int*)data = c->rloop; in ce_ioctl()
/freebsd-13.1/sys/dev/cp/
H A Dcpddk.h109 unsigned char rloop; /* remote loopback mode */ member