Home
last modified time | relevance | path

Searched refs:CPR_CONFIG (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c72 if ((fd = cpr_fs_open(CPR_CONFIG)) != -1) { in cpr_locate_statefile()
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c465 if ((asfd = open(CPR_CONFIG, O_RDONLY)) < 0) { in read_cpr_config()
466 logerror("Unable to open CPR config file '%s'", CPR_CONFIG); in read_cpr_config()
471 logerror("Unable to read CPR config file '%s'", CPR_CONFIG); in read_cpr_config()
H A Dsys-suspend.c780 if ((fd = open(CPR_CONFIG, O_RDONLY)) < 0) { in is_mou3()
H A Dconf.c61 static char *cpr_conf = CPR_CONFIG;
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h44 #define CPR_CONFIG "/etc/.cpr_config" macro
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c177 static char config_path[] = CPR_CONFIG; in cpr_get_config()