Searched refs:DEAD_PROCESS (Results 1 – 6 of 6) sorted by relevance
93 { .ut_type = DEAD_PROCESS, .ut_line = "ttyp1", .ut_id = "p1", UT(16000) },164 entry[n].ut_type == DEAD_PROCESS) in simulate_login()166 if (entry[n].ut_pid == DEAD_PROCESS) in simulate_login()202 entry[n].ut_type = DEAD_PROCESS; in simulate_logout()
98 #define DEAD_PROCESS 8 /* Terminated process. */ macro
110 #define DEAD_PROCESS 8 /* Terminated process. */ macro
67 ut->ut_type = DEAD_PROCESS; in logout()
21 lutmp.ut_type = (name && *name) ? USER_PROCESS : DEAD_PROCESS; in logwtmp()
28 lutmp.ut_type = (name && *name) ? USER_PROCESS : DEAD_PROCESS;
Completed in 5 milliseconds