Searched defs:disk_cc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dconf.c76 static struct cprconfig disk_cc; variable in typeref:struct:cprconfig
189 nread = read(fd, &disk_cc, sizeof (disk_cc));
191 if (nread != (ssize_t)sizeof (disk_cc)) {
197 bzero(&disk_cc, sizeof (disk_cc));
251 new_cc.cf_magic = disk_cc.cf_magic;
252 new_cc.cf_type = disk_cc.cf_type;
253 MCCPY_FIELD(new_cc, disk_cc, cf_path);
254 MCCPY_FIELD(new_cc, disk_cc, cf_f
[all...]

Completed in 191 milliseconds