Home
last modified time | relevance | path

Searched refs:INIT (Results 1 – 25 of 82) sorted by relevance

1234

/titanic_44/usr/src/cmd/tip/
H A Dvars.c22 { "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|IREMOTE, (READ|WRITE)<<PUBLIC,
[all …]
H A Dvalue.c88 if (!(p->v_type&(ENVIRON|INIT))) in vassign()
95 p->v_type &= ~(ENVIRON|INIT); in vassign()
/titanic_44/usr/src/lib/libast/common/comp/
H A Dfrexp.c40 #define INIT() _ast_dbl_exp_t _pow_
62 #define INIT() (pow2tab[0]?0:init())
77 INIT();
141 INIT();
H A Dfrexpl.c44 #define INIT() _ast_fltmax_exp_t _pow_
66 #define INIT() (pow2tab[0]?0:init())
83 INIT();
149 INIT();
H A Dregexp.h85 #ifdef INIT in _re_read()
86 INIT; in _re_read()
/titanic_44/usr/src/lib/librstp/common/
H A Dmigrate.c29 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 Dp2p.c30 CHOOSE(INIT), \
59 case INIT: in STP_p2p_enter_state()
78 case INIT: in STP_p2p_check_conditions()
H A Dtopoch.c30 CHOOSE(INIT), \
116 case 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_44/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java148 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_44/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A DIntrs.xs63 INIT: in intrmove()
89 INIT:
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregexec.c109 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
138 #undef INIT
164 #define INIT(o, n) ((o) = (n)) macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h95 #ifdef INIT
96 INIT;
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dregexp.h95 #ifdef INIT
96 INIT;
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dregexp.h95 #ifdef INIT
96 INIT;
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dregexp.h95 #ifdef INIT
96 INIT;
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c67 (void) set_smach_state(dsmp, INIT); in dhcp_start()
233 (void) set_smach_state(dsmp, INIT); in dhcp_selecting()
H A Dinform.c109 (void) set_smach_state(dsmp, INIT); in dhcp_inform()
/titanic_44/usr/src/stand/lib/inet/
H A Ddhcpv4.h41 enum DHCPSTATE { INIT, SELECTING, REQUESTING, BOUND, CONFIGURED }; enumerator
/titanic_44/usr/src/lib/libadm/common/
H A Dregexp.c33 #define INIT char *sp = instring; macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A DMakefile62 .INIT: $(HDRS)
/titanic_44/usr/src/lib/libshell/misc/
H A Dbuildksh93.readme51 …/licenses/cpl" --http-passwd="." 'http://www.research.att.com/sw/download/beta/INIT.2010-03-09.tgz'
57 $ gunzip -c <../INIT.2010-03-09.tgz | tar -xf -
/titanic_44/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c97 case INIT: in hpi_vmac_tx_config()
200 case INIT: in hpi_vmac_rx_config()
H A Dhpi.h135 INIT enumerator
/titanic_44/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h21 # define INIT(x) = x macro
25 # define INIT(x)
/titanic_44/usr/src/ucbcmd/sed/
H A Dsed.h46 #define INIT extern char *cp; /* cp points to RE string */\ macro

1234