Searched refs:cpr_conf_dir (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
451 if (strlcpy(cpr_conf_dir, cpr_conf, MAXPATHLEN) >= MAXPATHLEN) {
457 if ((strcmp(dirname(cpr_conf_dir), ".") == 0) ||
458 (cpr_conf_dir[0] != '/')) {
469 if (stat(cpr_conf_dir, &statbuf) == -1) {
472 * set it up so that cpr_conf_dir can be created a little
475 if (strlcpy(cpr_conf_parent, cpr_conf_dir, MAXPATHLEN) >=
482 * We already know that cpr_conf_dir properly started
504 __FUNCTION__, cpr_conf_dir);
506 if (mkdir(cpr_conf_dir, 075
[all...]

Completed in 18 milliseconds