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

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c41 static int i_hp_pack_branch(hp_node_t, char **, size_t *);
744 if ((rv = i_hp_pack_branch(node, &buf, &len)) == 0) {
872 * i_hp_pack_branch()
877 i_hp_pack_branch(hp_node_t root, char **bufp, size_t *lenp) function
905 if ((rv = i_hp_pack_branch(child, &buf, &len)) == 0) {

Completed in 59 milliseconds