Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c45 static int i_hp_call_hotplugd(nvlist_t *, nvlist_t **);
87 rv = i_hp_call_hotplugd(args, &results); in hp_init()
566 rv = i_hp_call_hotplugd(args, &results); in hp_set_state()
626 rv = i_hp_call_hotplugd(args, &results); in hp_set_private()
686 rv = i_hp_call_hotplugd(args, &results); in hp_get_private()
1169 i_hp_call_hotplugd(nvlist_t *args, nvlist_t **resultsp) in i_hp_call_hotplugd() function