Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1631 char **found_path) in fru_read_field() argument
1669 if (found_path != NULL) { in fru_read_field()
1670 *found_path = strdup(UNKNOWN_PATH); in fru_read_field()
1684 if (found_path != NULL) { in fru_read_field()
1685 *found_path = (char *)malloc( in fru_read_field()
1688 if ((*found_path) == NULL) { in fru_read_field()
1692 sprintf(*found_path, "%s%s", in fru_read_field()
1788 char **found_path) in fru_get_num_iterations() argument
1828 if (found_path != NULL) { in fru_get_num_iterations()
1829 *found_path = (char *)malloc( in fru_get_num_iterations()
[all …]
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h260 char **found_path);
272 char **found_path);
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c285 char *found_path = NULL; in print_node_data() local
331 &found_path)) != FRU_SUCCESS) { in print_node_data()
632 char *found_path = NULL; in update_field() local
663 (void **) &data, &dataLen, &found_path)) != FRU_SUCCESS) { in update_field()