Searched refs:sfpath (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 271 #define sfpath un.un_sfpath in cpr_verify_statefile_path() macro 290 if (strlen(cf->cf_path) > sizeof (sfpath)) { in cpr_verify_statefile_path() 326 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) { in cpr_verify_statefile_path() 331 bzero(sfpath, sizeof (sfpath)); in cpr_verify_statefile_path() 332 (void) strcpy(sfpath, cpr_cprconfig_to_path()); in cpr_verify_statefile_path() 334 if (*sfpath != '/') { in cpr_verify_statefile_path() 336 "must begin with a /\n", sfpath); in cpr_verify_statefile_path() 346 tail = longest = sfpath + 1; /* pt beyond the leading "/" */ in cpr_verify_statefile_path() 349 if ((error = lookupname(sfpath, in cpr_verify_statefile_path() 353 "statefile path %s was not found.\n", sfpath); in cpr_verify_statefile_path() [all …]
|
/titanic_50/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
|