Home
last modified time | relevance | path

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

/titanic_50/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.h171 extern int cpr_locate_statefile(char *, char *);
H A Dcprboot.c264 else if (cpr_locate_statefile(cpr_statefile, cpr_filesystem) == -1) { in cb_startup()
/titanic_50/usr/src/psm/stand/cpr/common/
H A Dsupport.c67 cpr_locate_statefile(char *file_path, char *fs_path) in cpr_locate_statefile() function