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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c3776 char *kept_path; local
3791 kept_path = dp->pdr_kept_paths[i];
3792 if (kept_path == NULL)
3794 ASSERT(kept_path[0] != '\0');
3795 if ((kept = pm_name_to_dip(kept_path, 1)) == NULL)
6344 char *kept_path = NULL; local
6352 kept_path = dp->pdr_kept_paths[count];
6353 if (kept_path == NULL)
6355 kept = pm_name_to_dip(kept_path, 1);

Completed in 84 milliseconds