Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ce/
H A Dceddk.h75 unsigned char debug_shadow; member
H A Dif_ce.c738 d->chan->debug = d->chan->debug_shadow; in ce_sioctl()
1313 d->chan->debug_shadow = (*(int*)data) ? (*(int*)data) : 1; in ce_ioctl()
1315 d->chan->debug = d->chan->debug_shadow; in ce_ioctl()
/freebsd-13.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()