Home
last modified time | relevance | path

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

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