HomeSort by: relevance | last modified time | path
    Searched defs:setstate (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/
led.c 45 led_setstate_fn setstate; member in struct:led_device
118 led->setstate(led->priv, state);
127 led_setstate_fn setstate)
140 led->setstate = setstate;
  /src/common/lib/libc/stdlib/
random.c 52 __weak_alias(setstate,_setstate)
82 * calling the setstate() routine with the same array as was initialized
94 * stored in it -- see setstate() for details).
116 * setstate has been inserted to the effect that on Sparc platforms
325 * able to restart with setstate().
328 * setstate() so that it doesn't matter when initstate is called.
390 * setstate:
400 * setstate() with the same state as the current state.
409 setstate(char *arg_state) /* pointer to state array */ function in typeref:typename:char *
  /src/lib/libc/include/
namespace.h 651 #define setstate _setstate macro

Completed in 13 milliseconds