Searched refs:ut_type (Results 1 – 8 of 8) sorted by relevance
28 return (entry->ut_type == INIT_PROCESS in __utmp_equal()29 || entry->ut_type == LOGIN_PROCESS in __utmp_equal()30 || entry->ut_type == USER_PROCESS in __utmp_equal()31 || entry->ut_type == DEAD_PROCESS) in __utmp_equal()32 && (match->ut_type == INIT_PROCESS in __utmp_equal()33 || match->ut_type == LOGIN_PROCESS in __utmp_equal()34 || match->ut_type == USER_PROCESS in __utmp_equal()35 || match->ut_type == DEAD_PROCESS) in __utmp_equal()
34 to->ut_type = from->ut_type; in utmpx_convert64to32()62 to->ut_type = from->ut_type; in utmpx_convert32to64()
35 to->ut_type = from->ut_type; in utmp_convert64to32()63 to->ut_type = from->ut_type; in utmp_convert32to64()
31 short int ut_type; /* Type of login. */ member
57 short int ut_type; /* Type of login. */ member
60 short int ut_type; /* Type of login. */ member
Completed in 7 milliseconds