Home
last modified time | relevance | path

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) { in hp_pack()
877 i_hp_pack_branch(hp_node_t root, char **bufp, size_t *lenp) in i_hp_pack_branch() function
905 if ((rv = i_hp_pack_branch(child, &buf, &len)) == 0) { in i_hp_pack_branch()