Home
last modified time | relevance | path

Searched refs:utmp_get_runlevel (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Dutmp-wtmp.h13 int utmp_get_runlevel(int *runlevel, int *previous);
40 static inline int utmp_get_runlevel(int *runlevel, int *previous) { in utmp_get_runlevel() function
Dutmp-wtmp.c27 int utmp_get_runlevel(int *runlevel, int *previous) { in utmp_get_runlevel() function
262 r = utmp_get_runlevel(&previous, NULL); in utmp_put_runlevel()
/systemd-251/src/systemctl/
Dsystemctl-compat-runlevel.c71 r = utmp_get_runlevel(&runlevel, &previous); in runlevel_main()
Dsystemctl-compat-halt.c80 if (utmp_get_runlevel(&runlevel, NULL) >= 0) in halt_parse_argv()
/systemd-251/src/update-utmp/
Dupdate-utmp.c180 q = utmp_get_runlevel(&previous, NULL); in on_runlevel()