Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c565 if (strlen(asinfo.as_behavior) == 0 || in work_handler()
566 strcmp(asinfo.as_behavior, "noshutdown") == 0 || in work_handler()
567 strcmp(asinfo.as_behavior, "unconfigured") == 0) { in work_handler()
569 } else if (strcmp(asinfo.as_behavior, "default") == 0) { in work_handler()
571 } else if (strcmp(asinfo.as_behavior, "shutdown") == 0 || in work_handler()
572 strcmp(asinfo.as_behavior, "autowakeup") == 0) { in work_handler()
576 asinfo.as_behavior); in work_handler()
587 (strcmp(asinfo.as_behavior, "autowakeup") == 0) ? 1 : 0; in work_handler()
H A Dhandlers.c545 STRCPYLIM(new_cc.as_behavior, *bp, unrec); in autosd()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h150 char as_behavior[64]; /* "default","unconfigured", */ member