Searched refs:new_type (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/libbb/ |
D | utmp.c | 17 void FAST_FUNC write_new_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, … in write_new_utmp() argument 25 utent.ut_type = new_type; in write_new_utmp() 65 void FAST_FUNC update_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, con… in update_utmp() argument 87 if (utp->ut_type >= new_type) { in update_utmp() 102 if (new_type != DEAD_PROCESS) in update_utmp() 103 write_new_utmp(pid, new_type, tty_name, username, hostname); in update_utmp() 113 utent.ut_type = new_type; in update_utmp()
|
/busybox-1.35.0/include/ |
D | libbb.h | 1197 void FAST_FUNC write_new_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, … 1198 void FAST_FUNC update_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, con… 1201 # define write_new_utmp(pid, new_type, tty_name, username, hostname) ((void)0) argument 1202 # define update_utmp(pid, new_type, tty_name, username, hostname) ((void)0) argument
|