Searched refs:as_behavior (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/cmd/power/ |
| H A D | powerd.c | 557 if (strlen(asinfo.as_behavior) == 0 || in work_handler() 558 strcmp(asinfo.as_behavior, "noshutdown") == 0 || in work_handler() 559 strcmp(asinfo.as_behavior, "unconfigured") == 0) { in work_handler() 561 } else if (strcmp(asinfo.as_behavior, "default") == 0) { in work_handler() 563 } else if (strcmp(asinfo.as_behavior, "shutdown") == 0 || in work_handler() 564 strcmp(asinfo.as_behavior, "autowakeup") == 0) { in work_handler() 568 asinfo.as_behavior); in work_handler() 579 (strcmp(asinfo.as_behavior, "autowakeup") == 0) ? 1 : 0; in work_handler()
|
| H A D | handlers.c | 544 STRCPYLIM(new_cc.as_behavior, *bp, unrec); in autosd()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | cpr.h | 150 char as_behavior[64]; /* "default","unconfigured", */ member
|