HomeSort by: relevance | last modified time | path
    Searched defs:clean_ttys (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/init/
init.c 133 #define CLEAN_TTYS 'T'
141 static state_func_t clean_ttys(void);
1380 if (s == (state_t)clean_ttys)
1381 return CLEAN_TTYS;
1447 requested_transition = clean_ttys;
1467 requested_transition = clean_ttys;
1509 requested_transition = clean_ttys;
1528 clean_ttys(void) function in typeref:typename:state_func_t

Completed in 14 milliseconds