Searched refs:sfpath (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 270 #define sfpath un.un_sfpath in cpr_verify_statefile_path() macro 289 if (strlen(cf->cf_path) > sizeof (sfpath)) { in cpr_verify_statefile_path() 325 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) { in cpr_verify_statefile_path() 330 bzero(sfpath, sizeof (sfpath)); in cpr_verify_statefile_path() 331 (void) strcpy(sfpath, cpr_cprconfig_to_path()); in cpr_verify_statefile_path() 333 if (*sfpath != '/') { in cpr_verify_statefile_path() 335 "must begin with a /\n", sfpath); in cpr_verify_statefile_path() 345 tail = longest = sfpath + 1; /* pt beyond the leading "/" */ in cpr_verify_statefile_path() 348 if ((error = lookupname(sfpath, in cpr_verify_statefile_path() 352 "statefile path %s was not found.\n", sfpath); in cpr_verify_statefile_path() [all …]
|
/titanic_41/usr/src/cmd/power/ |
H A D | pmconfig.h | 136 extern int sfpath(void);
|
H A D | parse.c | 70 "statefile", sfpath, &cpr_status, sf_cmt, 2, 0, 0,
|
H A D | handlers.c | 1111 sfpath(void) in sfpath() function
|