Searched refs:DEVINFO_PARENT (Results 1 – 3 of 3) sorted by relevance
41 #define DEVINFO_PARENT 0x2 macro
131 data.di_flags |= DEVINFO_PARENT | DEVINFO_CHILD; in hotplug()
1062 data.di_flags = DEVINFO_PARENT | DEVINFO_CHILD; in prtconf()1074 'c', MDB_OPT_CLRBITS, DEVINFO_PARENT, &data.di_flags, NULL) != argc) in prtconf()1092 if ((data.di_flags & (DEVINFO_PARENT | DEVINFO_CHILD)) == in prtconf()1093 (DEVINFO_PARENT | DEVINFO_CHILD)) { in prtconf()1096 } else if (data.di_flags & DEVINFO_PARENT) { in prtconf()