Searched refs:sfpath (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dpmconfig.h136 extern int sfpath(void);
H A Dparse.c70 "statefile", sfpath, &cpr_status, sf_cmt, 2, 0, 0,
H A Dhandlers.c1111 sfpath(void) function
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c271 #define sfpath un.un_sfpath macro
290 if (strlen(cf->cf_path) > sizeof (sfpath)) {
326 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) {
331 bzero(sfpath, sizeof (sfpath));
332 (void) strcpy(sfpath, cpr_cprconfig_to_path());
334 if (*sfpath != '/') {
336 "must begin with a /\n", sfpath);
346 tail = longest = sfpath + 1; /* pt beyond the leading "/" */
349 if ((error = lookupname(sfpath,
[all...]

Completed in 65 milliseconds