Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c483 static const int init_num_proc = 20; /* Initial size of process table. */ variable
3938 ((init_num_proc - 1) * sizeof (struct PROC_TABLE)); in st_init()
3949 num_proc = init_num_proc; in st_init()