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

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drandom.c46 #define setstate ______setstate macro
56 #undef setstate macro
74 calling the setstate() function with the same array as was initiallized
84 information also has some other information stored in it; see setstate
234 lose this information and will be able to restart with setstate.
236 setstate so that it doesn't matter when initstate is called.
300 to the order in which things are done, it is OK to call setstate with the function
303 extern char *setstate(const char *arg_state)
/illumos-gate/usr/src/head/
H A Dstdlib.h219 extern char *setstate(const char *);
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h229 char *setstate(/* const */ char *);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c41 * setstate() routine with the same array as was initiallized with initstate().
52 * in it -- see setstate() for details).
236 * be able to restart with setstate().
238 * setstate() so that it doesn't matter when initstate is called.
296 * setstate:
303 * setstate() with the same state as the current state.
308 setstate(char *arg_state) function
337 fprintf(stderr, "setstate: invalid state info; not changed.\n");
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drandom.c58 * setstate() routine with the same array as was initiallized with initstate().
69 * in it -- see setstate() for details).
215 * be able to restart with setstate().
217 * setstate() so that it doesn't matter when initstate is called.
288 * setstate:
295 * setstate() with the same state as the current state.
300 setstate(const char *arg_state) function
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h388 #undef setstate /* random clash! */ macro
454 #define setstate(s,v) ((v)?(pp.state|=(s)):(pp.state&=~(s))) macro
H A Dppcontrol.c2079 setstate(NOTEXT, !i0);
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c580 * enable_all_groups(list, setstate, online, updateproto)
588 enable_all_groups(sa_handle_t handle, struct list *work, int setstate, argument
603 * If setstate == TRUE, then make sure to set
608 if (setstate == B_TRUE) {
4746 * disable_all_groups(work, setstate)
4754 disable_all_groups(sa_handle_t handle, struct list *work, int setstate) argument
4761 if (setstate)
/illumos-gate/usr/src/man/man3c/
H A DMakefile1170 setstate.3c \
2160 setstate.3c := LINKSRC = random.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc801 char *setstate(const char *arg_state);

Completed in 97 milliseconds