Searched defs:ut_type (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dutmp-wtmp.h36 int utmp_put_init_process(const char *id, pid_t pid, pid_t sid, const char *line, int ut_type, const char *user);
62 static inline int utmp_put_init_process(const char *id, pid_t pid, pid_t sid, const char *line, int ut_type, const char *user) { argument
H A Dutmp-wtmp.c45 struct utmpx *found, lookup = { .ut_type = RUN_LVL };
186 store.ut_type = RUN_LVL;
197 store.ut_type = BOOT_TIME;
215 int utmp_put_init_process(const char *id, pid_t pid, pid_t sid, const char *line, int ut_type, const char *user) { argument
217 .ut_type = INIT_PROCESS,
237 if (ut_type == LOGIN_PROCESS || ut_type == USER_PROCESS) {
238 store.ut_type = LOGIN_PROCESS;
244 if (ut_type == USER_PROCESS) {
245 store.ut_type
[all...]

Completed in 11 milliseconds