Searched refs:hp_init (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/hotplug/ |
H A D | hotplug.c | 274 if ((root = hp_init(path, connection, flags)) == NULL) { in cmd_list() 314 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_online() 376 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_offline() 431 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_enable() 488 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_disable() 552 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_poweron() 618 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_poweroff() 675 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_getpriv() 739 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_setpriv() 832 if ((root = hp_init(path, connection, 0)) == NULL) { in cmd_changestate()
|
/titanic_44/usr/src/lib/libhotplug/common/ |
H A D | libhotplug.h | 77 hp_node_t hp_init(const char *path, const char *connection, uint_t flags);
|
H A D | mapfile-vers | 43 hp_init;
|
H A D | libhotplug.c | 61 hp_init(const char *path, const char *connection, uint_t flags) in hp_init() function
|
/titanic_44/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 324 if ((node = hp_init(rpath, cp, 0)) == NULL) { in physpath2node()
|