Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bnu/
H A Duucleanup.c94 extern void procdtype(), oprocess(), xprocess(), cprocess();
301 oprocess(fullname);
317 oprocess(statfile);
662 oprocess(fullname) in oprocess() function
/titanic_41/usr/src/cmd/init/
H A Dinit.c1330 struct PROC_TABLE tmproc, *oprocess; in spawn() local
1398 oprocess = process; in spawn()
1399 while ((process = efork(cmd->c_action, oprocess, modes)) == NO_ROOM) in spawn()
2048 struct PROC_TABLE *process, *oprocess; in boot_init() local
2099 for (oprocess = process; in boot_init()
2100 (process = efork(M_OFF, oprocess, in boot_init()