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

/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c143 const char *name, end_node_fp_t *end_node,
1132 end_node_fp_t *end_node, void **end_args)
1180 end_node_fp_t *end_node, void **end_args)
1185 *end_node = end_fru_xml;
1189 *end_node = end_container_xml;
1193 *end_node = end_location_xml;
1206 void *args, end_node_fp_t *end_node, void **end_args)
1227 print_node(fru_type, path, name, end_node, end_args);
1255 void *args, end_node_fp_t *end_node, void **end_args)
1263 status = process_node(node, path, path, args, end_node, end_arg
1131 print_node_path(fru_node_t fru_type, const char *path, const char *name, end_node_fp_t *end_node, void **end_args) argument
1179 print_node_xml(fru_node_t fru_type, const char *path, const char *name, end_node_fp_t *end_node, void **end_args) argument
1205 process_node(fru_nodehdl_t node, const char *path, const char *name, void *args, end_node_fp_t *end_node, void **end_args) argument
1254 process_matching_node(fru_nodehdl_t node, const char *path, const char *name, void *args, end_node_fp_t *end_node, void **end_args) argument
[all...]
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc647 * process_node() also takes a pointer to an end_node() function pointer
649 * non-null, end_node() is called after the node and its children have been
657 end_node_fp_t *end_node,
671 end_node_fp_t end_node = NULL; local
690 &end_node, &end_args))
692 if (end_node) end_node(node, path, name, end_args);
704 if (end_node) end_node(node, path, name, end_args);
653 fru_walk_tree(fru_nodehdl_t node, const char *prior_path, fru_errno_t (*process_node)(fru_nodehdl_t node, const char *path, const char *name, void *args, end_node_fp_t *end_node, void **end_args), void *args) argument

Completed in 60 milliseconds