OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
265
active_flags |=
DVF_BUS_SUSPENDED
;
280
active_flags |=
DVF_BUS_SUSPENDED
;
296
active_flags = DVF_ACTIVE |
DVF_BUS_SUSPENDED
;
subr_autoconf.c
3328
if ((dev->dv_flags &
DVF_BUS_SUSPENDED
) != 0)
3490
if ((dev->dv_flags &
DVF_BUS_SUSPENDED
) != 0)
3500
dev->dv_flags |=
DVF_BUS_SUSPENDED
;
3507
if ((dev->dv_flags &
DVF_BUS_SUSPENDED
) == 0)
3514
dev->dv_flags &= ~
DVF_BUS_SUSPENDED
;
3578
if ((dev->dv_flags &
DVF_BUS_SUSPENDED
) != 0 ||
Completed in 14 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025