Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ce/
H A Dceddk.h123 unsigned char lloop; member
H A Dceddk.c445 b->chan[0].lloop = 0; in ce_init_board()
991 if (on == c->lloop) in ce_set_lloop()
1004 c->lloop = on ? 1 : 0; in ce_set_lloop()
H A Dif_ce.c1256 *(int*)data = c->lloop; in ce_ioctl()
1902 length += sprintf (s + length, " loop=%s", c->lloop ? "on" : "off"); in print_chan()
/freebsd-13.1/sys/dev/cp/
H A Dcpddk.h108 unsigned char lloop; /* local loopback mode */ member
H A Dif_cp.c775 if (! (d->chan->lloop || d->chan->type != T_SERIAL || in cp_send()
1240 *(int*)data = c->lloop; in cp_ioctl()
2042 length += sprintf (s + length, " loop=%s", c->lloop ? "on" : "off"); in print_chan()