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

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h90 int hp_path(hp_node_t node, char *path, char *connection);
H A Dlibhotplug.c434 * hp_path()
440 hp_path(hp_node_t node, char *path, char *connection) function
448 i_hp_dprintf("hp_path: node=%p, path=%p, connection=%p\n", (void *)node,
452 i_hp_dprintf("hp_path: invalid arguments.\n");
477 i_hp_dprintf("hp_path: missing base pathname.\n");
557 if ((rv = hp_path(node, path, connection)) != 0)
617 if ((rv = hp_path(node, path, connection)) != 0)
677 if ((rv = hp_path(node, path, connection)) != 0)
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c396 if (hp_path(node, arg->path, arg->connection) != 0) {
462 if ((rv = hp_path(node, arg->path, arg->connection)) != 0) {
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c1078 if (hp_path(node, path, connection) != 0)
1121 if (hp_path(node, path, connection) == 0)

Completed in 65 milliseconds