Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
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/external/bsd/ntp/dist/libntp/
Dsystime.c428 ut.ut_type = OLD_TIME; in update_uwtmp()
433 ut.ut_type = NEW_TIME; in update_uwtmp()
447 utx.ut_type = OLD_TIME; in update_uwtmp()
452 utx.ut_type = NEW_TIME; in update_uwtmp()
470 ut.ut_type = OLD_TIME; in update_uwtmp()
475 ut.ut_type = NEW_TIME; in update_uwtmp()
489 utx.ut_type = OLD_TIME; in update_uwtmp()
499 utx.ut_type = NEW_TIME; in update_uwtmp()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcsd/
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/
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/
Dsshlogin.c236 ux.ut_type = USER_PROCESS; in record_login()
266 uxp->ut_type = DEAD_PROCESS; in record_login()
/netbsd/src/lib/librpcsvc/
Drusers.x55 int ut_type; /* type of entry */ member
/netbsd/src/usr.bin/who/
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/
Dcompat_logoutx.c64 utp->ut_type = type; in logoutx()
/netbsd/src/lib/libutil/
Dlogoutx.c64 utp->ut_type = type; in logoutx()
Dlogwtmpx.c69 ut.ut_type = type; in logwtmpx()
/netbsd/src/lib/libc/compat/include/
Dutmpx.h42 uint16_t ut_type; /* type of this entry */ member
/netbsd/src/include/
Dutmpx.h109 uint16_t ut_type; /* type of this entry */ member
/netbsd/src/bin/date/
Ddate.c537 utx.ut_type = OLD_TIME; in setthetime()
557 utx.ut_type = NEW_TIME; in setthetime()
/netbsd/src/libexec/ftpd/
Dlogwtmp.c133 ut.ut_type = utx_type; in ftpd_logwtmpx()
Dftpd.c1233 utmpx.ut_type = USER_PROCESS; in login_utmp()
/netbsd/src/external/bsd/tmux/usr.bin/tmux/
Dutempter.c72 ut.ut_type = type; in doutmpx()
/netbsd/src/usr.bin/last/
Dlast.c398 #define TYPE(a) (a)->ut_type
/netbsd/src/libexec/rpc.rusersd/
Drusers_proc.c208 utmps[nu].ut_type = RUSERS_USER_PROCESS; in do_names_3()
/netbsd/src/usr.bin/login/
Dcommon.c252 utmpx.ut_type = USER_PROCESS; in doutmpx()
/netbsd/src/lib/libpam/modules/pam_lastlog/
Dpam_lastlog.c286 utmpx.ut_type = USER_PROCESS; in doutmpx()
/netbsd/src/sbin/init/
Dinit.c1350 ut.ut_type = type; in make_utmpx()
1402 ut.ut_type = RUN_LVL; in utmpx_set_runlevel()
/netbsd/src/usr.bin/w/
Dw.c237 if (utx->ut_type != USER_PROCESS) in main()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Disakmp_cfg.c1621 ut.ut_type = USER_PROCESS; in isakmp_cfg_accounting_system()
1635 ut.ut_type = DEAD_PROCESS; in isakmp_cfg_accounting_system()
/netbsd/src/external/bsd/top/dist/machine/
Dm_sunos5.c1246 ut.ut_type = BOOT_TIME; in machine_init()