Searched defs:utmp (Results 1 – 6 of 6) sorted by relevance
58 struct utmp struct60 short int ut_type; /* Type of login. */61 pid_t ut_pid; /* Process ID of login process. */62 char ut_line[UT_LINESIZE]64 char ut_id[4]66 char ut_user[UT_NAMESIZE]68 char ut_host[UT_HOSTSIZE]70 struct exit_status ut_exit; /* Exit status of a process marked76 int64_t ut_session; /* Session ID, used for windowing. */78 {[all …]
29 getutmp (const struct utmpx *utmpx, struct utmp *utmp) in getutmp()
116 getutmp32 (const struct utmpx32 *utmpx, struct utmp32 *utmp) in getutmp32()129 getutmpx32 (const struct utmp32 *utmp, struct utmpx32 *utmpx) in getutmpx32()
176 updwtmp32 (const char *wtmp_file, const struct utmp32 *utmp) in updwtmp32()
252 _Unwind_Word utmp; in extract_cie_info() local334 _Unwind_Word result, reg, utmp; in execute_stack_op() local744 _Unwind_Word reg, utmp; in execute_cfa_program() local
299 _Unwind_Word utmp; in get_cie_encoding() local
Completed in 21 milliseconds