/titanic_51/usr/src/cmd/tip/ |
H A D | vars.c | 22 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 26 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 28 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 30 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 34 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, 38 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 40 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC, 42 { "log", STRING|INIT, (READ|WRITE)<<ROOT, 44 { "phones", STRING|INIT|IREMOTE, READ<<PUBLIC, 52 { "record", STRING|INIT|IREMOT [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | frexp.c | 40 #define INIT() _ast_dbl_exp_t _pow_ 62 #define INIT() (pow2tab[0]?0:init()) 77 INIT(); 141 INIT();
|
H A D | frexpl.c | 44 #define INIT() _ast_fltmax_exp_t _pow_ 66 #define INIT() (pow2tab[0]?0:init()) 83 INIT(); 149 INIT();
|
H A D | regexp.h | 85 #ifdef INIT in _re_read() 86 INIT; in _re_read()
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | frexp.c | 40 #define INIT() _ast_dbl_exp_t _pow_ 62 #define INIT() (pow2tab[0]?0:init()) 77 INIT(); 141 INIT();
|
H A D | frexpl.c | 44 #define INIT() _ast_fltmax_exp_t _pow_ 66 #define INIT() (pow2tab[0]?0:init()) 83 INIT(); 149 INIT();
|
H A D | regexp.h | 85 #ifdef INIT in _re_read() 86 INIT; in _re_read()
|
/titanic_51/usr/src/lib/librstp/common/ |
H A D | migrate.c | 29 CHOOSE(INIT), \ 48 case INIT: in STP_migrate_enter_state() 77 return STP_hop_2_state (this, INIT); in STP_migrate_check_conditions() 80 case INIT: in STP_migrate_check_conditions()
|
H A D | p2p.c | 30 CHOOSE(INIT), \ 59 case INIT: in STP_p2p_enter_state() 78 case INIT: in STP_p2p_check_conditions()
|
H A D | topoch.c | 30 CHOOSE(INIT), \ 116 case INIT: in STP_topoch_enter_state() 118 flush (this, "topoch INIT"); in STP_topoch_enter_state() 187 return STP_hop_2_state (this, INIT); in STP_topoch_check_conditions() 191 case INIT: in STP_topoch_check_conditions() 202 return STP_hop_2_state (this, INIT); in STP_topoch_check_conditions()
|
/titanic_51/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 78 set -- $MSGROOT/arch/*/src/cmd/INIT/INIT.msg 79 [[ -f $1 ]] || { print -u2 $"$command: INIT.msg: not found"; exit 1; } 80 MSGROOT=${1%/src/cmd/INIT/INIT.msg}
|
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LocalConsumer.java | 148 INIT, enumConstant 157 private State state = State.INIT; 293 if (state != State.INIT) { in open() 323 case INIT: in checkCompile() 441 case INIT: in enable() 483 assert ((state != State.INIT) && (state != State.OPEN)); in getProgramInfo() 521 case INIT: in setOption() 546 case INIT: in getOption() 568 return ((state != State.INIT) && (state != State.CLOSED)); in isOpen() 735 case INIT in go() [all...] |
/titanic_51/usr/src/contrib/ast/lib/package/ |
H A D | INIT.pkg | 1 INIT :PACKAGE: 8 The INIT package is required by all but the standalone
|
H A D | INIT.ver | 1 INIT 2012-08-01 2012-08-01 1
|
/titanic_51/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/ |
H A D | Intrs.xs | 73 INIT: in intrmove() 99 INIT:
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | regress.sh | 251 INIT="" 297 INIT) ;; 312 GROUP=INIT 350 if [[ $GROUP != INIT ]] 373 INIT) RM "$TWD" 437 for i in $INIT 438 do $i $TEST INIT 685 if [[ $GROUP == INIT ]] 1330 typeset ARGS COMMAND COPY DIAGNOSTICS ERROR EXEC FLUSHED=0 GROUP=INIT 1449 alias INIT alias [all...] |
/titanic_51/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 109 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro 138 #undef INIT 164 #define INIT(o, n) ((o) = (n)) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | regexp.h | 95 #ifdef INIT 96 INIT;
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | regexp.h | 95 #ifdef INIT 96 INIT;
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | regexp.h | 95 #ifdef INIT 96 INIT;
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regexp.h | 95 #ifdef INIT 96 INIT;
|
/titanic_51/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | select.c | 67 (void) set_smach_state(dsmp, INIT); in dhcp_start() 132 "reverting to INIT on %s", dsmp->dsm_name); in dhcp_selecting() 233 (void) set_smach_state(dsmp, INIT); in dhcp_selecting()
|
/titanic_51/usr/src/stand/lib/inet/ |
H A D | dhcpv4.h | 41 enum DHCPSTATE { INIT, SELECTING, REQUESTING, BOUND, CONFIGURED }; enumerator
|
/titanic_51/usr/src/lib/libadm/common/ |
H A D | regexp.c | 33 #define INIT char *sp = instring; macro
|
/titanic_51/usr/src/cmd/ast/ |
H A D | Makefile.ast | 28 C_ASTINIT = $(C_AST)/src/cmd/INIT
|