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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c1330 struct PROC_TABLE tmproc, *oprocess; local
1415 tmproc.p_id[0] = cmd->c_id[0];
1416 tmproc.p_id[1] = cmd->c_id[1];
1417 tmproc.p_id[2] = cmd->c_id[2];
1418 tmproc.p_id[3] = cmd->c_id[3];
1419 tmproc.p_pid = getpid();
1420 tmproc.p_exit = 0;
1421 (void) account(INIT_PROCESS, &tmproc,

Completed in 69 milliseconds