Searched defs:g_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c446 #define cur_state (g_state->ist_runlevel)
447 #define num_proc (g_state->ist_num_proc)
448 #define proc_table (g_state->ist_proc_table)
449 #define utmpx_ok (g_state->ist_utmpx_ok)
515 static struct init_state *g_state = NULL; variable in typeref:struct:init_state
3815 ptr = realloc(g_state, g_state_sz + delta);
3823 g_state = ptr;
3836 * Sanity check g_state.
3930 g_state = malloc(stb.st_size);
3931 while (g_state
[all...]

Completed in 55 milliseconds