Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ce/
H A Dceddk.h75 unsigned char debug_shadow; member
H A Dif_ce.c905 d->chan->debug = d->chan->debug_shadow; in ce_sioctl()
1569 d->chan->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in ce_ioctl()
1571 d->chan->debug = d->chan->debug_shadow; in ce_ioctl()
/freebsd-12.1/sys/dev/cp/
H A Dcpddk.h208 unsigned char debug_shadow; /* debug shadow */ member
H A Dif_cp.c692 d->chan->debug = d->chan->debug_shadow; in cp_sioctl()
1317 d->chan->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in cp_ioctl()
1319 d->chan->debug = d->chan->debug_shadow; in cp_ioctl()
/freebsd-12.1/sys/dev/cx/
H A Dcxddk.h340 int debug_shadow; member
H A Dif_cx.c1070 d->chan->debug = d->chan->debug_shadow; in cx_sioctl()
1716 c->debug = c->debug_shadow; in cx_ioctl()
1894 c->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in cx_ioctl()
1896 c->debug = c->debug_shadow; in cx_ioctl()
/freebsd-12.1/sys/dev/ctau/
H A Dctddk.h415 int debug_shadow; member
H A Dif_ct.c910 d->chan->debug = d->chan->debug_shadow; in ct_sioctl()
1497 c->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in ct_ioctl()
1499 c->debug = c->debug_shadow; in ct_ioctl()