Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/date/
H A Ddate.c70 static struct utmpx wtmpx[2] = { variable
348 (void) time(&wtmpx[0].ut_xtime); in setdate()
357 (void) time(&wtmpx[1].ut_xtime); in setdate()
358 (void) pututxline(&wtmpx[0]); in setdate()
359 (void) pututxline(&wtmpx[1]); in setdate()
360 (void) updwtmpx(WTMPX_FILE, &wtmpx[0]); in setdate()
361 (void) updwtmpx(WTMPX_FILE, &wtmpx[1]); in setdate()
/illumos-gate/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
/illumos-gate/usr/src/cmd/last/
H A DMakefile27 UTMPS= wtmpx
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1607 struct utmpx wtmpx; in main() local
1609 bzero(&wtmpx, sizeof (struct utmpx)); in main()
1610 (void) strcpy(wtmpx.ut_line, "~"); in main()
1611 (void) time(&wtmpx.ut_tv.tv_sec); in main()
1614 (void) strcpy(wtmpx.ut_name, "crash dump"); in main()
1616 (void) strcpy(wtmpx.ut_name, "shutdown"); in main()
1618 (void) updwtmpx(WTMPX_FILE, &wtmpx); in main()
/illumos-gate/usr/src/man/man5/
H A DMakefile232 wtmpx.5
286 wtmpx.5 := LINKSRC = utmpx.5
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man5.inc119 link path=usr/share/man/man5/wtmpx.5 target=utmpx.5
H A DSUNWcs.p5m294 link path=etc/wtmpx target=../var/adm/wtmpx
1524 file path=var/adm/wtmpx owner=adm group=adm preserve=true