Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gen/
H A Dutmpx.c140 ut.ut_type = SIGNATURE; in getutxent()
149 ut.ut_type != SIGNATURE) in getutxent()
175 if (utx->ut_type == EMPTY) in getutxid()
179 if (ut.ut_type == EMPTY) in getutxid()
181 switch (utx->ut_type) { in getutxid()
188 if (ut.ut_type == utx->ut_type) in getutxid()
195 switch (ut.ut_type) { in getutxid()
223 switch (ut.ut_type) { in getutxline()
352 ut.ut_type = SIGNATURE; in updwtmpx()
420 ux->ut_type = USER_PROCESS; in getutmpx()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dplatform.c53 ut.ut_type = RUN_LVL; in platform_get_runlevel()
122 ut.ut_type = RUN_LVL; in platform_get_runlevel()
126 if (utp->ut_type == RUN_LVL && in platform_get_runlevel()
/netbsd-src/libexec/utmp_update/
H A Dutmp_update.c112 switch (utx->ut_type) { in main()
117 logerr(0, "Invalid utmpx type %d", (int)utx->ut_type); in main()
156 if (utx->ut_type != DEAD_PROCESS) in main()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshlogin.c236 ux.ut_type = USER_PROCESS; in record_login()
266 uxp->ut_type = DEAD_PROCESS; in record_login()
/netbsd-src/lib/librpcsvc/
H A Drusers.x55 int ut_type; /* type of entry */ member
/netbsd-src/usr.bin/who/
H A Dutmpentry.c202 if (fname == NULL && ((1 << utx->ut_type) & etype) == 0) in getutentries()
321 e->type = up->ut_type; in getentryx()
/netbsd-src/lib/libutil/compat/
H A Dcompat_logoutx.c64 utp->ut_type = type; in logoutx()
/netbsd-src/lib/libutil/
H A Dlogoutx.c64 utp->ut_type = type; in logoutx()
H A Dlogwtmpx.c69 ut.ut_type = type; in logwtmpx()
/netbsd-src/lib/libc/compat/include/
H A Dutmpx.h42 uint16_t ut_type; /* type of this entry */ member
/netbsd-src/include/
H A Dutmpx.h109 uint16_t ut_type; /* type of this entry */ member
/netbsd-src/libexec/ftpd/
H A Dlogwtmp.c133 ut.ut_type = utx_type; in ftpd_logwtmpx()
H A Dftpd.c1233 utmpx.ut_type = USER_PROCESS; in login_utmp()
/netbsd-src/external/bsd/tmux/usr.bin/tmux/
H A Dutempter.c72 ut.ut_type = type; in doutmpx()
/netbsd-src/usr.bin/last/
H A Dlast.c398 #define TYPE(a) (a)->ut_type
/netbsd-src/libexec/rpc.rusersd/
H A Drusers_proc.c208 utmps[nu].ut_type = RUSERS_USER_PROCESS; in do_names_3()
/netbsd-src/usr.bin/login/
H A Dcommon.c252 utmpx.ut_type = USER_PROCESS; in doutmpx()
/netbsd-src/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c286 utmpx.ut_type = USER_PROCESS; in doutmpx()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Daix.c1028 if (utmp_buf->ut_user[0] && utmp_buf->ut_type == USER_PROCESS) in uv_uptime()
1030 if (utmp_buf->ut_type == BOOT_TIME) in uv_uptime()
H A Dos390.c220 u.ut_type = BOOT_TIME; in uv_uptime()
/netbsd-src/sbin/init/
H A Dinit.c1350 ut.ut_type = type; in make_utmpx()
1402 ut.ut_type = RUN_LVL; in utmpx_set_runlevel()
/netbsd-src/usr.bin/w/
H A Dw.c237 if (utx->ut_type != USER_PROCESS) in main()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_cfg.c1681 ut.ut_type = USER_PROCESS;
1695 ut.ut_type = DEAD_PROCESS;
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c1246 ut.ut_type = BOOT_TIME; in machine_init()