Home
last modified time | relevance | path

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

/minix/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()
/minix/external/bsd/tmux/dist/
H A Dutmp.c82 utmpx->ut_type = USER_PROCESS; in login_utmpx()
98 utmpx->ut_type = DEAD_PROCESS; in logout_utmpx()
/minix/lib/libutil/compat/
H A Dcompat_logoutx.c64 utp->ut_type = type; in logoutx()
/minix/lib/libutil/
H A Dlogoutx.c64 utp->ut_type = type; in logoutx()
H A Dlogwtmpx.c69 ut.ut_type = type; in logwtmpx()
/minix/lib/libc/compat/include/
H A Dutmpx.h42 uint16_t ut_type; /* type of this entry */ member
/minix/usr.bin/who/
H A Dutmpentry.c208 if (fname == NULL && ((1 << utx->ut_type) & etype) == 0) in getutentries()
326 e->type = up->ut_type; in getentryx()
/minix/include/
H A Dutmpx.h109 uint16_t ut_type; /* type of this entry */ member
/minix/libexec/ftpd/
H A Dlogwtmp.c133 ut.ut_type = utx_type; in ftpd_logwtmpx()
H A Dftpd.c1242 utmpx.ut_type = USER_PROCESS; in login_utmp()
/minix/usr.bin/last/
H A Dlast.c398 #define TYPE(a) (a)->ut_type
/minix/usr.bin/login/
H A Dcommon.c251 utmpx.ut_type = USER_PROCESS; in doutmpx()
/minix/crypto/external/bsd/heimdal/dist/
H A Dconfigure.ac548 AC_HAVE_STRUCT_FIELD(struct utmp, ut_type, [#include <utmp.h>])
555 AC_HAVE_STRUCT_FIELD(struct utmpx, ut_type, [#include <utmpx.h>])
/minix/usr.bin/w/
H A Dw.c221 if (utx->ut_type != USER_PROCESS) in main()
/minix/sbin/init/
H A Dinit.c1392 ut.ut_type = type; in make_utmpx()
1444 ut.ut_type = RUN_LVL; in utmpx_set_runlevel()
/minix/external/bsd/top/dist/machine/
H A Dm_sunos5.c1246 ut.ut_type = BOOT_TIME; in machine_init()
/minix/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.w32938 /* Define if struct utmp has field ut_type. */