Home
last modified time | relevance | path

Searched refs:g_state_sz (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c520 static size_t g_state_sz; variable
3778 ptr = realloc(g_state, g_state_sz + delta); in increase_proc_table_size()
3784 bzero((caddr_t)ptr + g_state_sz, delta); in increase_proc_table_size()
3787 g_state_sz += delta; in increase_proc_table_size()
3813 if (g_state_sz != sizeof (struct init_state) + (num_proc - 1) * in st_sane()
3918 g_state_sz = stb.st_size; in st_init()
3937 g_state_sz = sizeof (struct init_state) + in st_init()
3940 g_state = calloc(1, g_state_sz); in st_init()
3991 sz = g_state_sz; in st_write()