Home
last modified time | relevance | path

Searched refs:found_path (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1633 char **found_path) in fru_read_field() argument
1671 if (found_path != NULL) { in fru_read_field()
1672 *found_path = strdup(UNKNOWN_PATH); in fru_read_field()
1686 if (found_path != NULL) { in fru_read_field()
1687 *found_path = (char *)malloc( in fru_read_field()
1690 if ((*found_path) == NULL) { in fru_read_field()
1694 sprintf(*found_path, "%s%s", in fru_read_field()
1790 char **found_path) in fru_get_num_iterations() argument
1830 if (found_path != NULL) { in fru_get_num_iterations()
1831 *found_path = (char *)malloc( in fru_get_num_iterations()
[all …]
/titanic_41/usr/src/lib/libfru/include/
H A Dlibfru.h260 char **found_path);
272 char **found_path);
/titanic_41/usr/src/cmd/fruadm/
H A Dfruadm.c283 char *found_path = NULL; in print_node_data() local
329 &found_path)) != FRU_SUCCESS) { in print_node_data()
630 char *found_path = NULL; in update_field() local
661 (void **) &data, &dataLen, &found_path)) != FRU_SUCCESS) { in update_field()