Searched defs:cpr_conf_parent (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpower/common/
H A Dpm_suspend.c427 char cpr_conf_dir[MAXPATHLEN], cpr_conf_parent[MAXPATHLEN]; local
475 if (strlcpy(cpr_conf_parent, cpr_conf_dir, MAXPATHLEN) >=
487 if ((strcmp(dirname(cpr_conf_parent), "/") == 0) ||
488 (stat(cpr_conf_parent, &statbuf) == -1)) {

Completed in 37 milliseconds