Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/init/
H A Dinit.c938 struct PROC_TABLE *su_process; in enter_maintenance() local
943 while ((su_process = efork(M_OFF, NULLPROC, NOCLEANUP)) == NO_ROOM) in enter_maintenance()
946 if (su_process == NULLPROC) { in enter_maintenance()
980 while (waitproc(su_process) == FAILURE) { in enter_maintenance()