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

  /src/sys/arch/amd64/stand/prekern/
prekern.h 62 } state_t; typedef in typeref:enum:__anon77171f6f0103
70 void print_state(state_t, char *);
  /src/sys/arch/arm/sociox/
sni_i2c.c 101 } state_t; typedef in typeref:enum:__anon3a2d28f30103
114 state_t sc_state;
  /src/sbin/init/
init.c 122 * The following at least guarantees that the return type of (*state_t)()
126 typedef state_func_t (*state_t)(void); typedef in typeref:typename:state_func_t (*)(void)
148 static void transition(state_t);
191 static state_t requested_transition = runcom;
197 static state_t current_state = death;
201 static char get_runlevel(const state_t);
213 static state_t requested_transition = single_user;
578 transition(state_t s)
591 s = (state_t)(*s)();
1370 get_runlevel(const state_t s
    [all...]
  /src/usr.bin/mail/
thread.c 63 typedef int state_t; typedef in typeref:typename:int
74 static state_t state = S_STATE_INIT; /* the current state */
575 static state_t
578 state_t old_state;
614 restore_state(state_t new_state)
939 state_t oldstate;
1095 state_t oldstate;
1632 state_t oldstate;
1717 state_t oldstate;

Completed in 15 milliseconds