Searched refs:end_args (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/prtfru/ |
H A D | prtfru.c | 144 void **end_args); 1132 end_node_fp_t *end_node, void **end_args) in print_node_path() argument 1180 end_node_fp_t *end_node, void **end_args) in print_node_xml() argument 1197 *end_args = (void *) name; in print_node_xml() 1206 void *args, end_node_fp_t *end_node, void **end_args) in process_node() argument 1227 print_node(fru_type, path, name, end_node, end_args); in process_node() 1255 void *args, end_node_fp_t *end_node, void **end_args) in process_matching_node() argument 1263 status = process_node(node, path, path, args, end_node, end_args); in process_matching_node()
|
/titanic_44/usr/src/lib/libfru/include/ |
H A D | libfrup.h | 64 void **end_args),
|
/titanic_44/usr/src/lib/libfru/libfru/ |
H A D | libfru.cc | 658 void **end_args), in fru_walk_tree() argument 661 void *end_args = NULL; in fru_walk_tree() local 690 &end_node, &end_args)) in fru_walk_tree() 692 if (end_node) end_node(node, path, name, end_args); in fru_walk_tree() 704 if (end_node) end_node(node, path, name, end_args); in fru_walk_tree()
|