Home
last modified time | relevance | path

Searched refs:SUSPEND (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/power/
H A DMakefile36 SUSPEND = sys-suspend macro
41 PROG = $(DAEMON) $(PMCFG) $(SYSIDPM) $(SUSPEND)
75 ROOTUSRBINSUSPEND= $(SUSPEND:%=$(ROOTBIN)/%)
118 $(SUSPEND): $(SUSPEND_OBJS)
/titanic_41/usr/src/cmd/tnf/prex/
H A Dprexlex.l98 suspend { yylval.intval = SUSPEND; return (SUSPEND); }
H A Dprexgram.y64 %token SUSPEND
185 | QUIT SUSPEND NL { quit(B_FALSE, B_FALSE); }
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_hub.h96 #define SUSPEND 0x05 /* Suspended port */ macro
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_hub.h96 #define SUSPEND 0x05 /* Suspended port */ macro