OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:descendant
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
subr_autoconf.c
2447
device_is_ancestor_of(device_t ancestor, device_t
descendant
)
2451
for (dv =
descendant
; dv != NULL; dv = device_parent(dv)) {
2463
device_t
descendant
;
local in function:config_deactivate
2466
for (
descendant
= deviter_first(&di, DEVITER_F_ROOT_FIRST);
2467
descendant
!= NULL;
2468
descendant
= deviter_next(&di)) {
2469
if (dev !=
descendant
&&
2470
!device_is_ancestor_of(dev,
descendant
))
2473
if ((
descendant
->dv_flags & DVF_ACTIVE) == 0)
2476
ca =
descendant
->dv_cfattach
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025