Searched refs:initstate (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/initpkg/
H A Dshutdown.sh39 echo "Usage: $0 [ -y ] [ -g<grace> ] [ -i<initstate> ] [ message ]"
93 initstate=s
112 initstate=$OPTARG
119 echo "$0: $OPTARG is not a valid initstate"
224 # Go to the requested initstate.
227 echo "Changing to init state $initstate - please wait"
234 /sbin/init ${initstate}
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c56 static UINT4 initstate[4] = variable
147 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
244 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
260 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
329 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drandom.c44 #define initstate ______initstate macro
54 #undef initstate macro
69 interface. The initstate() routine is called with a seed, an array of
75 with initstate(). By default, the package runs with 128 bytes of state
150 initstate(1, randtbl, 128);
174 initstate(1, randtbl, 128);
233 value of the rear pointer; this is so successive calls to initstate won't
236 setstate so that it doesn't matter when initstate is called. function
238 extern char* initstate(unsigned int seed, char* arg_state, size_t n)
/illumos-gate/usr/src/head/
H A Dstdlib.h213 extern char *initstate(unsigned, char *, size_t);
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h208 char *initstate(unsigned long /* XSI requires u_int */, char *, long);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c36 * interface. The initstate() routine is called with a seed, an array of
41 * setstate() routine with the same array as was initiallized with initstate().
122 * initstate(1, randtbl, 128)
145 * initstate(1, &randtbl, 128);
227 * initstate:
235 * successive calls to initstate() won't lose this information and will
238 * setstate() so that it doesn't matter when initstate is called.
248 initstate(unsigned seed, char *arg_state, int n) function
262 "initstate: state array too small, ignored; minimum size is %d bytes\n",
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drandom.c53 * interface. The initstate() routine is called with a seed, an array of
58 * setstate() routine with the same array as was initiallized with initstate().
139 * initstate( 1, randtbl, 128 )
162 * initstate( 1, &randtbl, 128 );
206 * initstate:
214 * successive calls to initstate() won't lose this information and will
217 * setstate() so that it doesn't matter when initstate is called.
222 initstate( function
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c139 const blf_ctx initstate = local
411 *c = initstate;
/illumos-gate/usr/src/man/man3c/
H A DMakefile877 initstate.3c \
2159 initstate.3c := LINKSRC = random.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc800 char *initstate(unsigned seed, char *arg_state, size_t n);

Completed in 240 milliseconds