/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | compat.h | 65 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 D | utmpx.h | 67 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 D | getutx.c | 274 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 D | closewtmp.c | 44 struct utmpx *utmpx; in main() local
|
H A D | utmp2wtmp.c | 47 struct utmpx *utmpx; in main() local
|
/titanic_50/usr/src/ucbcmd/users/ |
H A D | users.c | 35 struct utmpx *utmpx; in main() local
|
/titanic_50/usr/src/lib/libmail/common/ |
H A D | notifyu.c | 58 struct utmpx utmpx, *putmpx = &utmpx; in notify() local
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | tmutmp.c | 66 struct utmpx utmpx; /* prototype utmpx entry */ local
|
/titanic_50/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | check.c | 70 struct utmpx utmpx; in rckrunlevel() local
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rwhod.c | 359 struct utmpx *utmpx; variable 484 struct utmpx *utmpx, utmpx_id; in getkmem() local
|
/titanic_50/usr/src/cmd/saf/ |
H A D | sac.c | 537 struct utmpx utmpx; /* prototype utmpx entry */ in account() local
|
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | check.c | 295 struct utmpx utmpx; in ckrunlevel() local
|
/titanic_50/usr/src/cmd/utmpd/ |
H A D | utmpd.c | 549 struct utmpx *utmpx; in scan_utmps() local
|
/titanic_50/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 102 struct utmpx *utmpx; variable
|
/titanic_50/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 178 struct utmpx *utmpx, utmpx_id; in stat_init() local
|
/titanic_50/usr/src/cmd/login/ |
H A D | login.c | 2015 struct utmpx utmpx; in update_utmpx_entry() local
|
/titanic_50/usr/src/cmd/find/ |
H A D | find.c | 1594 struct utmpx utmpx; variable
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2874 static struct utmpx utmpx; local
|
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 6227 struct utmpx utmpx; variable
|