Home
last modified time | relevance | path

Searched refs:HPINFOSEARCH (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c149 flags |= HPINFOSEARCH; in copy_devinfo()
252 child_flags = flags & ~(HPINFOSEARCH); in copy_hotplug()
408 flags |= HPINFOSEARCH; in search_cb()
425 if (flags & HPINFOSEARCH) { in check_search()
427 if ((dev_flags & HPINFOSEARCH) == 0) in check_search()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h49 #define HPINFOSEARCH 0x2 /* private flag */ macro