Home
last modified time | relevance | path

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

/dragonfly/sbin/init/
HDinit.c202 static void make_utmpx(const char *, const char *, int, pid_t,
1140 make_utmpx("", BOOT_MSG, BOOT_TIME, 0, &boot_time, 0); in f_read_ttys()
1151 make_utmpx("", DOWN_MSG, DOWN_TIME, 0, &down_time, 0); in f_read_ttys()
1771 make_utmpx(name, line, add ? LOGIN_PROCESS : DEAD_PROCESS, in session_utmpx()
1776 make_utmpx(const char *name, const char *line, int type, pid_t pid, in make_utmpx() function