Home
last modified time | relevance | path

Searched defs:utmpx (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dcompat.h65 struct utmpx struct
67 char ut_user[32]; /* user login name */
68 char ut_id[4]; /* inittab id */
69 char ut_line[32]; /* device name (console, lnxx) */
70 long ut_pid; /* process id */
71 short ut_type; /* type of entry */
72 struct exit_status ut_exit; /* process termination/exit status */
73 struct timeval ut_tv; /* time entry was made */
74 long ut_session; /* session ID, used for windowing */
75 long pad[5]; /* reserved for future use */
[all …]
/titanic_50/usr/src/head/
H A Dutmpx.h67 struct utmpx { struct
68 char ut_user[32]; /* user login name */
69 char ut_id[4]; /* inittab id */
70 char ut_line[32]; /* device name (console, lnxx) */
71 pid_t ut_pid; /* process id */
72 short ut_type; /* type of entry */
74 struct exit_status ut_exit; /* process termination/exit status */
76 struct ut_exit_status ut_exit; /* process termination/exit status */
78 struct timeval ut_tv; /* time entry was made */
79 int ut_session; /* session ID, used for windowing */
[all …]
/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetutx.c274 struct utmpx *utmpx; in getutent() local
389 struct utmpx utmpx; in getutid() local
452 struct utmpx utmpx; in getutline() local
704 struct utmpx utmpx; in pututline() local
892 struct utmpx utmpx; in updwtmp() local
960 struct utmpx utmpx; in modut() local
1242 struct utmpx utmpx; in makeut() local
/titanic_50/usr/src/cmd/acct/
H A Dclosewtmp.c44 struct utmpx *utmpx; in main() local
H A Dutmp2wtmp.c47 struct utmpx *utmpx; in main() local
/titanic_50/usr/src/ucbcmd/users/
H A Dusers.c35 struct utmpx *utmpx; in main() local
/titanic_50/usr/src/lib/libmail/common/
H A Dnotifyu.c58 struct utmpx utmpx, *putmpx = &utmpx; in notify() local
/titanic_50/usr/src/cmd/ttymon/
H A Dtmutmp.c66 struct utmpx utmpx; /* prototype utmpx entry */ local
/titanic_50/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c70 struct utmpx utmpx; in rckrunlevel() local
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c359 struct utmpx *utmpx; variable
484 struct utmpx *utmpx, utmpx_id; in getkmem() local
/titanic_50/usr/src/cmd/saf/
H A Dsac.c537 struct utmpx utmpx; /* prototype utmpx entry */ in account() local
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c295 struct utmpx utmpx; in ckrunlevel() local
/titanic_50/usr/src/cmd/utmpd/
H A Dutmpd.c549 struct utmpx *utmpx; in scan_utmps() local
/titanic_50/usr/src/ucbcmd/shutdown/
H A Dshutdown.c102 struct utmpx *utmpx; variable
/titanic_50/usr/src/cmd/rpcsvc/
H A Drstat_proc.c178 struct utmpx *utmpx, utmpx_id; in stat_init() local
/titanic_50/usr/src/cmd/login/
H A Dlogin.c2015 struct utmpx utmpx; in update_utmpx_entry() local
/titanic_50/usr/src/cmd/find/
H A Dfind.c1594 struct utmpx utmpx; variable
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2874 static struct utmpx utmpx; local
/titanic_50/usr/src/cmd/tar/
H A Dtar.c6227 struct utmpx utmpx; variable