Lines Matching defs:cprconfig
127 struct cprconfig { struct
128 int cf_magic; /* magic word for */
130 int cf_type; /* CFT_UFS or CFT_SPEC */
131 char cf_path[MAXNAMELEN]; /* fs-relative path */
133 char cf_fs[MAXNAMELEN]; /* mount point for fs */
135 char cf_devfs[MAXNAMELEN]; /* path to device node */
137 char cf_dev_prom[OBP_MAXPATHLEN]; /* full device path of */
142 int is_cpr_capable; /* 0 - False, 1 - True */
143 int is_cpr_default; /* 0 - False, 1 - True */
144 int is_autowakeup_capable; /* 0 - False, 1 - True */
145 int as_idle; /* idle time in min */
146 int as_sh; /* Start_time hour */
147 int as_sm; /* Start_time minutes */
148 int as_fh; /* Finish_time hour */
149 int as_fm; /* Finish_time minute */
150 char as_behavior[64]; /* "default","unconfigured", */
153 int ttychars_thold; /* default = 0 */
154 float loadaverage_thold; /* default = 0.04 */
155 int diskreads_thold; /* default = 0 */
156 int nfsreqs_thold; /* default = 0 */
157 char idlecheck_path[MAXPATHLEN]; /* default = "" */
162 int is_autopm_default; /* 0 - False, 1 - True */
163 char apm_behavior[64]; /* "enable","disable" or */