Home
last modified time | relevance | path

Searched refs:DEVINFO_CHILD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.h42 #define DEVINFO_CHILD 0x4 macro
H A Dhotplug.c131 data.di_flags |= DEVINFO_PARENT | DEVINFO_CHILD; in hotplug()
H A Ddevinfo.c1062 data.di_flags = DEVINFO_PARENT | DEVINFO_CHILD; in prtconf()
1073 'p', MDB_OPT_CLRBITS, DEVINFO_CHILD, &data.di_flags, in prtconf()
1092 if ((data.di_flags & (DEVINFO_PARENT | DEVINFO_CHILD)) == in prtconf()
1093 (DEVINFO_PARENT | DEVINFO_CHILD)) { in prtconf()
1099 } else if (data.di_flags & DEVINFO_CHILD) { in prtconf()