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