Home
last modified time | relevance | path

Searched defs:cprconfig (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/uts/common/sys/
H A Dcpr.h127 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 */
[all …]
/titanic_53/usr/src/uts/common/cpr/
H A Dcpr_misc.c65 static struct cprconfig cprconfig; variable