Searched defs:cprconfig (Results 1 – 2 of 2) sorted by relevance
127 struct cprconfig { struct128 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 …]
65 static struct cprconfig cprconfig; variable