Home
last modified time | relevance | path

Searched refs:cx_get_loop (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/cx/
HDcxddk.h464 int cx_get_loop (cx_chan_t *c);
HDif_cx.c1145 if (! cx_get_dsr (d->chan) && ! cx_get_loop(d->chan)) in cx_send()
1796 *(int*)data = cx_get_loop (c); in cx_ioctl()
2337 length += sprintf (s + length, " loop=%s", cx_get_loop (c) ? "on\n" : "off\n"); in print_chan()
HDcxddk.c253 int cx_get_loop (cx_chan_t *c) in cx_get_loop() function