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

/freebsd-10.1-release/sys/dev/ce/
H A Dceddk.h75 unsigned char debug_shadow; member in struct:_ce_chan_t
H A Dif_ce.c926 d->chan->debug = d->chan->debug_shadow;
1591 * The debug_shadow is always greater than zero for logic
1595 d->chan->debug_shadow = (*(int*)data) ? (*(int*)data) : 1;
1597 d->chan->debug = d->chan->debug_shadow;
/freebsd-10.1-release/sys/dev/cp/
H A Dcpddk.h208 unsigned char debug_shadow; /* debug shadow */ member in struct:_cp_chan_t
H A Dif_cp.c709 d->chan->debug = d->chan->debug_shadow;
1330 * The debug_shadow is always greater than zero for logic
1334 d->chan->debug_shadow = (*(int*)data) ? (*(int*)data) : 1;
1336 d->chan->debug = d->chan->debug_shadow;
/freebsd-10.1-release/sys/dev/cx/
H A Dcxddk.h340 int debug_shadow; member in struct:_cx_chan_t
H A Dif_cx.c1086 d->chan->debug = d->chan->debug_shadow;
1732 c->debug = c->debug_shadow;
1906 * The debug_shadow is always greater than zero for
1910 c->debug_shadow = (*(int*)data) ? (*(int*)data) : 1;
1912 c->debug = c->debug_shadow;
/freebsd-10.1-release/sys/dev/ctau/
H A Dctddk.h415 int debug_shadow; member in struct:_ct_chan_t
H A Dif_ct.c927 d->chan->debug = d->chan->debug_shadow;
1510 * The debug_shadow is always greater than zero for logic
1514 c->debug_shadow = (*(int*)data) ? (*(int*)data) : 1;
1516 c->debug = c->debug_shadow;

Completed in 140 milliseconds