/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LocalConsumer.java | 154 CLOSED enumConstant 290 if (state == State.CLOSED) { in open() 333 case CLOSED: in checkCompile() 452 case CLOSED: in enable() 475 if (state == State.CLOSED) { in getProgramInfo() 529 case CLOSED: in setOption() 554 case CLOSED: in getOption() 568 return ((state != State.INIT) && (state != State.CLOSED)); in isOpen() 590 return (state == State.CLOSED); in isClosed() 638 if (state == State.STOPPED || state == State.CLOSED) { in work() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | fsm.c | 101 f->state = CLOSED; 130 case CLOSED: 180 case CLOSED: 235 f->state = CLOSED; 265 case CLOSED: 289 f->state = (f->state == CLOSING)? CLOSED: STOPPED; 422 case CLOSED: 510 case CLOSED: 570 case CLOSED: 647 f->state = CLOSED; [all …]
|
H A D | fsm.h | 141 #define CLOSED 2 /* Up, hasn't been opened */ macro
|
H A D | lcp.c | 604 f->state = CLOSED;
|
/titanic_41/usr/src/uts/sun4v/ |
H A D | Makefile | 121 @if [ -f $(CLOSED)/uts/sun4v/$@/Makefile ]; then \ 122 cd $(CLOSED)/uts/sun4v/$@; pwd; \ 129 cd $(CLOSED)/uts/sun4v/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | Makefile | 44 CPPFLAGS += -I$(SRC)/uts/sun4u -I$(CLOSED)/uts/sun4u 45 CPPFLAGS += -I$(SRC)/uts/common -I$(CLOSED)/uts/common
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | perfstat.c | 217 static int LogFile = CLOSED; /* Log file file destriptor. */ 672 if (*logfile != CLOSED) 675 *logfile = CLOSED; 1009 if (*logfile != CLOSED)
|
H A D | log.h | 38 #define CLOSED (-1) /* Shows log file is closed. */ macro
|
H A D | security.c | 80 static int LogFile = CLOSED; /* Log file file destriptor. */ 149 if (LogFile == CLOSED) {
|
H A D | account.c | 75 static int LogFile = CLOSED; /* Log file file destriptor. */
|
H A D | Dialers | 123 # For normal operation, dip switch 4 should be CLOSED. 145 # For normal operation, dip switch 4 should be CLOSED.
|
/titanic_41/usr/src/uts/common/sharefs/ |
H A D | Makefile | 42 $(CLOSEDHDRS:%.h=$(CLOSED)/uts/common/sharefs/%.check)
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | nchan2.ms | 16 S4: ellipse "INPUT" "CLOSED" 34 S4: ellipse "OUTPUT" "CLOSED"
|
/titanic_41/usr/src/cmd/lms/ |
H A D | Channel.h | 49 CLOSED enumerator
|
H A D | Protocol.cpp | 1315 c->SetStatus(Channel::CLOSED); 1324 case Channel::CLOSED:
|
/titanic_41/usr/src/uts/sun4u/tazmo/ |
H A D | Makefile | 98 cd $(CLOSED)/uts/sun4u/tazmo/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
|
/titanic_41/usr/src/uts/sun4u/grover/ |
H A D | Makefile | 101 cd $(CLOSED)/uts/sun4u/grover/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
|
/titanic_41/usr/src/uts/sun4u/javelin/ |
H A D | Makefile | 97 cd $(CLOSED)/uts/sun4u/javelin/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
|
/titanic_41/usr/src/uts/sun4u/sunfire/ |
H A D | Makefile | 101 @cd $(CLOSED)/uts/sun4u/sunfire/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
|
/titanic_41/usr/src/cmd/fwflash/ |
H A D | Makefile.com | 29 CLOSED= $(SRC)/../closed
|
/titanic_41/usr/src/uts/sun4u/blade/ |
H A D | Makefile | 84 cd $(CLOSED)/uts/sun4u/blade/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
|
/titanic_41/usr/src/uts/sun4u/opl/ |
H A D | Makefile | 85 cd $(CLOSED)/uts/sun4u/opl/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
|
/titanic_41/usr/src/uts/sun4u/mpxu/ |
H A D | Makefile | 89 cd $(CLOSED)/uts/sun4u/mpxu/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
|
/titanic_41/usr/src/ |
H A D | Makefile.master | 109 CLOSED= $(SRC)/../closed
|