Home
last modified time | relevance | path

Searched refs:wtmpx (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/date/
H A Ddate.c68 static struct utmpx wtmpx[2] = { variable
310 (void) time(&wtmpx[0].ut_xtime); in setdate()
319 (void) time(&wtmpx[1].ut_xtime); in setdate()
320 (void) pututxline(&wtmpx[0]); in setdate()
321 (void) pututxline(&wtmpx[1]); in setdate()
322 (void) updwtmpx(WTMPX_FILE, &wtmpx[0]); in setdate()
323 (void) updwtmpx(WTMPX_FILE, &wtmpx[1]); in setdate()
/titanic_41/usr/src/cmd/acct/
H A Drunacct.sh36 _wtmpx=/var/adm/wtmpx
175 if test -r ${_nite}/wtmpx.${_date} ; then
184 cp ${_wtmpx} ${_nite}/${_date}.wtmpx
185 acctwtmp "runacct" ${_nite}/${_date}.wtmpx
198 wtmpfix < ${_date}.wtmpx > tmpwtmp 2>wtmperror
361 mv -f nite/${_date}.wtmpx nite/owtmpx
H A Dshutacct.sh35 acctwtmp "${_reason}" /var/adm/wtmpx
H A Dstartup.sh33 acctwtmp "acctg on" /var/adm/wtmpx
/titanic_41/usr/src/cmd/last/
H A DMakefile28 UTMPS= wtmpx
/titanic_41/usr/src/cmd/halt/
H A Dhalt.c1603 struct utmpx wtmpx; in main() local
1605 bzero(&wtmpx, sizeof (struct utmpx)); in main()
1606 (void) strcpy(wtmpx.ut_line, "~"); in main()
1607 (void) time(&wtmpx.ut_tv.tv_sec); in main()
1610 (void) strcpy(wtmpx.ut_name, "crash dump"); in main()
1612 (void) strcpy(wtmpx.ut_name, "shutdown"); in main()
1614 (void) updwtmpx(WTMPX_FILE, &wtmpx); in main()
/titanic_41/usr/src/man/man4/
H A DMakefile239 wtmpx.4
284 wtmpx.4 := LINKSRC = utmpx.4
/titanic_41/usr/src/cmd/ssh/
H A DREADME.altprivsep146 - Those required for record keeping (i.e., utmpx/wtmpx logging).
154 pseudo-terminals a server may need to open and close utmpx/wtmpx
273 - The monitor does not attempt to update utmpx/wtmpx independently
624 - APS_MSG_RECORD_LOGIN -> used to update utmpx/wtmpx
625 - APS_MSG_RECORD_LOGOUT -> used to update utmpx/wtmpx
/titanic_41/usr/src/tools/pmodes/
H A DREADME.pmodes84 e m 0664 -> 0644 /var/adm/wtmpx
/titanic_41/usr/src/pkg/manifests/
H A DSUNWcs.man4.inc120 link path=usr/share/man/man4/wtmpx.4 target=utmpx.4
H A DSUNWcs.mf1461 file path=var/adm/wtmpx group=adm owner=adm preserve=true
1746 link path=etc/wtmpx target=../var/adm/wtmpx
/titanic_41/usr/src/tools/depcheck/
H A Dexamples.txt404 /var/adm/wtmpx:SUNWcsr
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog965 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
/titanic_41/
H A D.gitignore1556 usr/src/cmd/last/wtmpx
8161 usr/src/man/man4/wtmpx.4