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

/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c144 void **end_args);
1132 end_node_fp_t *end_node, void **end_args)
1180 end_node_fp_t *end_node, void **end_args)
1197 *end_args = (void *) name;
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_args);
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
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc648 * argument and a pointer to a generic pointer "end_args" argument. If
658 void **end_args),
661 void *end_args = 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 66 milliseconds