Searched refs:hp_init (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h46 * Define flags for hp_init().
77 hp_node_t hp_init(const char *path, const char *connection, uint_t flags);
H A Dlibhotplug.c56 * hp_init()
61 hp_init(const char *path, const char *connection, uint_t flags) function
68 i_hp_dprintf("hp_init: path=%p, connection=%p, flags=0x%x\n",
73 i_hp_dprintf("hp_init: invalid arguments.\n");
81 i_hp_dprintf("hp_init: cannot build arguments nvlist.\n");
100 i_hp_dprintf("hp_init: failure (%s).\n", strerror(rv));
109 i_hp_dprintf("hp_init: missing info snapshot.\n");
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c274 if ((root = hp_init(path, connection, flags)) == NULL) {
314 if ((root = hp_init(path, connection, 0)) == NULL) {
376 if ((root = hp_init(path, connection, 0)) == NULL) {
431 if ((root = hp_init(path, connection, 0)) == NULL) {
488 if ((root = hp_init(path, connection, 0)) == NULL) {
552 if ((root = hp_init(path, connection, 0)) == NULL) {
618 if ((root = hp_init(path, connection, 0)) == NULL) {
675 if ((root = hp_init(path, connection, 0)) == NULL) {
739 if ((root = hp_init(path, connection, 0)) == NULL) {
832 if ((root = hp_init(pat
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c324 if ((node = hp_init(rpath, cp, 0)) == NULL) {

Completed in 65 milliseconds