Home
last modified time | relevance | path

Searched refs:debug_shadow (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/ce/
Dceddk.h75 unsigned char debug_shadow; member
Dif_ce.c906 d->chan->debug = d->chan->debug_shadow; in ce_sioctl()
1570 d->chan->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in ce_ioctl()
1572 d->chan->debug = d->chan->debug_shadow; in ce_ioctl()
/freebsd-12-stable/sys/dev/cp/
Dcpddk.h208 unsigned char debug_shadow; /* debug shadow */ member
Dif_cp.c693 d->chan->debug = d->chan->debug_shadow; in cp_sioctl()
1318 d->chan->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in cp_ioctl()
1320 d->chan->debug = d->chan->debug_shadow; in cp_ioctl()
/freebsd-12-stable/sys/dev/cx/
Dcxddk.h340 int debug_shadow; member
Dif_cx.c1071 d->chan->debug = d->chan->debug_shadow; in cx_sioctl()
1717 c->debug = c->debug_shadow; in cx_ioctl()
1895 c->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in cx_ioctl()
1897 c->debug = c->debug_shadow; in cx_ioctl()
/freebsd-12-stable/sys/dev/ctau/
Dctddk.h415 int debug_shadow; member
Dif_ct.c911 d->chan->debug = d->chan->debug_shadow; in ct_sioctl()
1498 c->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in ct_ioctl()
1500 c->debug = c->debug_shadow; in ct_ioctl()