Searched defs:hp_node_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h72 typedef struct hp_node *hp_node_t; typedef in typeref:struct:hp_node
77 hp_node_t hp_init(const char *path, const char *connection, uint_t flags);
78 void hp_fini(hp_node_t root);
79 int hp_traverse(hp_node_t root, void *arg,
80 int (*hp_callback)(hp_node_t, void *arg));
81 int hp_type(hp_node_t node);
82 char *hp_name(hp_node_t node);
83 char *hp_usage(hp_node_t node);
84 int hp_state(hp_node_t node);
85 char *hp_description(hp_node_t nod
[all...]

Completed in 55 milliseconds