Home
last modified time | relevance | path

Searched refs:USER_PROCESS (Results 1 – 8 of 8) sorted by relevance

/minix/usr.bin/who/
H A Dutmpentry.c73 int etype = 1 << USER_PROCESS;
221 if ((etype & (1 << USER_PROCESS)) != 0) { in getutentries()
296 e->type = USER_PROCESS; in getentry()
H A Dwho.c93 { USER_PROCESS, "user process" },
/minix/lib/libc/gen/
H A Dutmpx.c193 case USER_PROCESS: in getutxid()
198 case USER_PROCESS: in getutxid()
227 case USER_PROCESS: in getutxline()
420 ux->ut_type = USER_PROCESS; in getutmpx()
/minix/include/
H A Dutmpx.h63 #define USER_PROCESS 7 macro
/minix/external/bsd/tmux/dist/
H A Dutmp.c82 utmpx->ut_type = USER_PROCESS; in login_utmpx()
/minix/usr.bin/login/
H A Dcommon.c251 utmpx.ut_type = USER_PROCESS; in doutmpx()
/minix/usr.bin/w/
H A Dw.c221 if (utx->ut_type != USER_PROCESS) in main()
/minix/libexec/ftpd/
H A Dftpd.c1242 utmpx.ut_type = USER_PROCESS; in login_utmp()
1250 ftpd_logwtmpx(line, name, host, haddr, 0, USER_PROCESS); in login_utmp()