Searched refs:new_cc (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dconf.c77 struct cprconfig new_cc; variable in typeref:struct:cprconfig
163 new_cc.is_cpr_default = 1;
165 new_cc.is_autopm_default = 1;
168 new_cc.is_cpr_capable = 1;
173 new_cc.is_autowakeup_capable = 1;
245 struct cprconfig *wrt_cc = &new_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_c
[all...]
H A Dhandlers.c466 (void) strcpy(new_cc.apm_behavior, behavior);
486 new_cc.is_autopm_default = 1;
487 (void) strcpy(new_cc.apm_behavior, behavior);
528 new_cc.as_idle = atoi(LINEARG(1));
529 if (gethm(LINEARG(2), &new_cc.as_sh, &new_cc.as_sm) ||
530 gethm(LINEARG(3), &new_cc.as_fh, &new_cc.as_fm))
533 new_cc.as_idle, new_cc
[all...]
H A Dpmconfig.h101 extern struct cprconfig new_cc;
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dwhcdi.c2033 wusb_hc_add_cc(wusb_hc_cc_list_t **cc_list, wusb_hc_cc_list_t *new_cc) argument
2038 "wusb_hc_add_cc: cc_list = 0x%p, new_cc = 0x%p",
2039 (void *)cc_list, (void *)new_cc);
2041 if (new_cc == NULL) {
2047 *cc_list = new_cc;
2055 if (memcmp(head->cc.CDID, new_cc->cc.CDID, 16) == 0) {
2056 (void) memcpy(head->cc.CK, new_cc->cc.CK, 16);
2057 kmem_free(new_cc, sizeof (wusb_hc_cc_list_t));
2064 head->next = new_cc;
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h278 void wusb_hc_add_cc(wusb_hc_cc_list_t **cc_list, wusb_hc_cc_list_t *new_cc);

Completed in 66 milliseconds