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

/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c283 char *found_path = NULL; local
329 &found_path)) != FRU_SUCCESS) {
630 char *found_path = NULL; local
661 (void **) &data, &dataLen, &found_path)) != FRU_SUCCESS) {
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1633 char **found_path)
1671 if (found_path != NULL) {
1672 *found_path = strdup(UNKNOWN_PATH);
1686 if (found_path != NULL) {
1687 *found_path = (char *)malloc(
1690 if ((*found_path) == NULL) {
1694 sprintf(*found_path, "%s%s",
1790 char **found_path)
1830 if (found_path != NULL) {
1831 *found_path
1629 fru_read_field(fru_nodehdl_t container, char **seg_name, unsigned int instance, const char *field_path, void **data, size_t *data_len, char **found_path) argument
1785 fru_get_num_iterations(fru_nodehdl_t container, char **seg_name, unsigned int instance, const char *iter_path, int *num_there, char **found_path) argument
[all...]

Completed in 60 milliseconds