Home
last modified time | relevance | path

Searched refs:as_behavior (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/power/
H A Dpowerd.c556 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 Dhandlers.c545 STRCPYLIM(new_cc.as_behavior, *bp, unrec); in autosd()
/titanic_44/usr/src/uts/common/sys/
H A Dcpr.h150 char as_behavior[64]; /* "default","unconfigured", */ member