Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.h41 #define DEVINFO_CHILD 0x4 macro
H A Dhotplug.c128 data.di_flags |= DEVINFO_PARENT | DEVINFO_CHILD; in hotplug()
H A Ddevinfo.c1019 data.di_flags = DEVINFO_PARENT | DEVINFO_CHILD; in prtconf()
1023 'p', MDB_OPT_CLRBITS, DEVINFO_CHILD, &data.di_flags, in prtconf()
1041 if ((data.di_flags & (DEVINFO_PARENT | DEVINFO_CHILD)) == in prtconf()
1042 (DEVINFO_PARENT | DEVINFO_CHILD)) { in prtconf()
1048 } else if (data.di_flags & DEVINFO_CHILD) { in prtconf()