Searched refs:hp_init (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libhotplug/common/ |
H A D | libhotplug.h | 45 * Define flags for hp_init(). 73 hp_node_t hp_init(const char *path, const char *connection, uint_t flags);
|
H A D | libhotplug.c | 55 * hp_init() 60 hp_init(const char *path, const char *connection, uint_t flags) function 67 i_hp_dprintf("hp_init: path=%p, connection=%p, flags=0x%x\n", 72 i_hp_dprintf("hp_init: invalid arguments.\n"); 80 i_hp_dprintf("hp_init: cannot build arguments nvlist.\n"); 99 i_hp_dprintf("hp_init: failure (%s).\n", strerror(rv)); 108 i_hp_dprintf("hp_init: missing info snapshot.\n");
|
/osnet-11/usr/src/lib/libiov/sparc/ |
H A D | libiov_hp.c | 127 node = hp_init(parent, NULL, 0); 130 "hp_init() failed to get parent node\n"); 145 node = hp_init(parent, connection, 0); 147 i_iov_dprintf("iov_hp_add: hp_init() failed to get " 164 node = hp_init(parent, connection, 0); 190 node = hp_init(parent, connection, 0); 347 if ((root = hp_init(path, connection, 0)) == NULL) { 348 i_iov_dprintf("change_endpoints: hp_init(%s,%s) failed " 489 * Call hp_init() to test if this path 495 node = hp_init("/", connectio [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 317 if ((node = hp_init(rpath, cp, 0)) == NULL) {
|
Completed in 46 milliseconds