HomeSort by: relevance | last modified time | path
    Searched defs:make_utmpx (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/init/
init.c 199 static void make_utmpx(const char *, const char *, int, pid_t,
1181 make_utmpx("", BOOT_MSG, BOOT_TIME, 0, &boot_time, 0);
1192 make_utmpx("", DOWN_MSG, DOWN_TIME, 0, &down_time, 0);
1337 make_utmpx(name, line, add ? LOGIN_PROCESS : DEAD_PROCESS,
1342 make_utmpx(const char *name, const char *line, int type, pid_t pid, function in typeref:typename:void
init.c 199 static void make_utmpx(const char *, const char *, int, pid_t,
1181 make_utmpx("", BOOT_MSG, BOOT_TIME, 0, &boot_time, 0);
1192 make_utmpx("", DOWN_MSG, DOWN_TIME, 0, &down_time, 0);
1337 make_utmpx(name, line, add ? LOGIN_PROCESS : DEAD_PROCESS,
1342 make_utmpx(const char *name, const char *line, int type, pid_t pid, function in typeref:typename:void
init.c 199 static void make_utmpx(const char *, const char *, int, pid_t,
1181 make_utmpx("", BOOT_MSG, BOOT_TIME, 0, &boot_time, 0);
1192 make_utmpx("", DOWN_MSG, DOWN_TIME, 0, &down_time, 0);
1337 make_utmpx(name, line, add ? LOGIN_PROCESS : DEAD_PROCESS,
1342 make_utmpx(const char *name, const char *line, int type, pid_t pid, function in typeref:typename:void

Completed in 33 milliseconds