OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DVF_BUS_SUSPENDED
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
device_impl.h
191
#define
DVF_BUS_SUSPENDED
0x0020 /* device bus suspend was called */
/src/sys/kern/
subr_device.c
267
active_flags |=
DVF_BUS_SUSPENDED
;
282
active_flags |=
DVF_BUS_SUSPENDED
;
298
active_flags = DVF_ACTIVE |
DVF_BUS_SUSPENDED
;
subr_autoconf.c
3419
if ((dev->dv_flags &
DVF_BUS_SUSPENDED
) != 0)
3581
if ((dev->dv_flags &
DVF_BUS_SUSPENDED
) != 0)
3591
dev->dv_flags |=
DVF_BUS_SUSPENDED
;
3598
if ((dev->dv_flags &
DVF_BUS_SUSPENDED
) == 0)
3605
dev->dv_flags &= ~
DVF_BUS_SUSPENDED
;
3669
if ((dev->dv_flags &
DVF_BUS_SUSPENDED
) != 0 ||
Completed in 44 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026