Home
last modified time | relevance | path

Searched refs:di_hp_depends_on (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c276 if ((connection == NULL) && (di_hp_depends_on(hp) != -1)) in copy_hotplug()
332 if (di_hp_depends_on(port_hp) != physnum) in copy_hotplug()
/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers207 di_hp_depends_on;
H A Dlibdevinfo.h341 extern int di_hp_depends_on(di_hp_t hp);
H A Ddevinfo.c2691 di_hp_depends_on(di_hp_t hp) in di_hp_depends_on() function