| /freebsd-9-stable/etc/periodic/daily/ |
| D | 310.accounting | 16 if [ ! -f /var/account/acct ] 34 for f in acct.*; do 35 case "$f" in acct.\*) continue ;; esac # No files match 44 [ -f acct.$n.gz ] && { mv -f acct.$n.gz acct.$m.gz || rc=3; } 45 [ -f acct.$n ] && { mv -f acct.$n acct.$m || rc=3; } 52 rm -f acct.merge && cp acct.0 acct.merge || rc=3 53 sa -s $daily_accounting_flags /var/account/acct.merge || rc=3 54 rm acct.merge 58 gzip -f acct.0 || rc=3;;
|
| /freebsd-9-stable/tools/regression/usr.sbin/sa/ |
| D | regress.t | 22 cp $LCDIR/v1-$ARCH-acct.in $DIR/v1-$ARCH-acct.in 23 cp $LCDIR/v2-$ARCH-acct.in $DIR/v2-$ARCH-acct.in 28 sa -u $DIR/v1-$ARCH-acct.in | check 1 $DIR/v1-$ARCH-u.out 29 sa -u $DIR/v2-$ARCH-acct.in | check 2 $DIR/v2-$ARCH-u.out 32 sa -i $DIR/v1-$ARCH-acct.in | check 3 $DIR/v1-$ARCH-sav.out 33 sa -im $DIR/v1-$ARCH-acct.in | check 4 $DIR/v1-$ARCH-usr.out 57 sa -is -P $DIR/v2c-$ARCH-sav.in -U $DIR/v2c-$ARCH-usr.in $DIR/v1-$ARCH-acct.in >/dev/null 64 cp $LCDIR/v1-$ARCH-acct.in $DIR/v1-$ARCH-acct.in 65 sa -is -P $DIR/v2c-$ARCH-sav.in -U $DIR/v2c-$ARCH-usr.in $DIR/v1-$ARCH-acct.in >/dev/null 66 cp $LCDIR/v1-$ARCH-acct.in $DIR/v1-$ARCH-acct.in [all …]
|
| D | prime.sh | 25 $SANEW -u $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-u.out 26 $SANEW -u $LCDIR/v2-$ARCH-acct.in >v2-$ARCH-u.out 27 $SANEW -i $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-sav.out 28 $SANEW -im $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-usr.out 29 cp $LCDIR/v1-$ARCH-acct.in acct.in 31 $SAOLD -s -P v1-$ARCH-sav.in -U v1-$ARCH-usr.in acct.in >/dev/null 32 cp $LCDIR/v1-$ARCH-acct.in acct.in 34 $SANEW -s -P v2-$ARCH-sav.in -U v2-$ARCH-usr.in acct.in >/dev/null 35 rm acct.in
|
| /freebsd-9-stable/tools/regression/usr.bin/lastcomm/ |
| D | regress.t | 24 cat $DIR/v1-$ARCH-acct.in $DIR/v2-$ARCH-acct.in >$DIR/v1v2-$ARCH-acct.in 29 lastcomm -cesuS -f $DIR/v1-$ARCH-acct.in | check 1 v1-$ARCH.out 30 lastcomm -cesuS -f - <$DIR/v1-$ARCH-acct.in | tail -r | check 2 v1-$ARCH.out 31 lastcomm -cesuS -f $DIR/v2-$ARCH-acct.in | check 3 v2-$ARCH.out 32 lastcomm -cesuS -f - <$DIR/v2-$ARCH-acct.in | tail -r | check 4 v2-$ARCH.out 33 lastcomm -cesuS -f $DIR/v1v2-$ARCH-acct.in | check 5 v1v2-$ARCH.out 34 lastcomm -cesuS -f - <$DIR/v1v2-$ARCH-acct.in | tail -r | check 6 v1v2-$ARCH.out 36 rm $DIR/v1v2-$ARCH-acct.in
|
| D | values.sh | 6 ACCT=acct 7 RESULTS=acct.`uname -m`.tar.gz 72 tar -cf - acct sa.u lastcomm.cesuS *.time | 82 echo accton /var/account/acct
|
| D | README | 6 2. Unpack the generated file and rename acct into VERSION-ARCH.acct. 7 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_acct.c | 140 SX_SYSINIT(acct, &acct_sx, "acct_sx"); 350 struct acctv2 acct; in acct_process() local 387 acct.ac_tty = tty_udev(p->p_pgrp->pg_session->s_ttyp); in acct_process() 389 acct.ac_tty = NODEV; in acct_process() 393 bcopy(p->p_comm, acct.ac_comm, sizeof acct.ac_comm); in acct_process() 397 acct.ac_utime = encode_timeval(ut); in acct_process() 398 acct.ac_stime = encode_timeval(st); in acct_process() 403 acct.ac_btime = tmp.tv_sec; in acct_process() 406 acct.ac_etime = encode_timeval(tmp); in acct_process() 414 acct.ac_mem = encode_long((ru.ru_ixrss + ru.ru_idrss + in acct_process() [all …]
|
| /freebsd-9-stable/tools/regression/priv/ |
| D | priv_acct.c | 87 if (acct(NULL) != 0) { in priv_acct_setup() 93 if (acct(fpath1) != 0) { in priv_acct_setup() 105 (void)acct(NULL); in priv_acct_cleanup() 121 error = acct(fpath1); in priv_acct_enable() 137 error = acct(NULL); in priv_acct_disable() 153 error = acct(fpath2); in priv_acct_rotate() 169 error = acct(NULL); in priv_acct_noopdisable()
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | iofile_example.txt | 10 5206 tar 109 /var/adm/acct/nite 11 5206 tar 110 /var/adm/acct/sum 12 5206 tar 114 /var/adm/acct/fiscal 18 5206 tar 6416 /var/adm/acct
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| D | userspace.py | 103 def process_one_raw(acct, options, prop, elem): argument 120 v = acct[key] 125 acct[key] = v 216 acct = dict() 221 process_one_raw(acct, options, prop, elem) 244 for val in acct.itervalues():
|
| /freebsd-9-stable/usr.sbin/accton/ |
| D | accton.c | 69 if (acct(NULL)) in main() 73 if (acct(*argv)) in main()
|
| /freebsd-9-stable/lib/libcompat/4.3/ |
| D | rexec.c | 305 char c, *acct; local 313 acct = NULL; 314 ruserpass(hp->h_name, &name, &pass, &acct); 315 free(acct);
|
| /freebsd-9-stable/share/man/man5/ |
| D | Makefile | 7 MAN= acct.5 \
|
| /freebsd-9-stable/tools/regression/ |
| D | README | 78 acct Exercise the integer to float conversion used in acct(5)
|
| /freebsd-9-stable/sys/netgraph/netflow/ |
| D | ng_netflow.c | 589 uint8_t acct = 0, bypass = 0, is_frag = 0, upper_proto = 0; in ng_netflow_rcvdata() local 923 acct = 1; in ng_netflow_rcvdata() 926 if (acct == 0) { in ng_netflow_rcvdata()
|
| /freebsd-9-stable/tools/regression/security/cap_test/ |
| D | cap_test_capmode.c | 89 CHECK_CAPMODE(acct, "/tmp/cap_capmode_acct"); in test_capmode()
|
| /freebsd-9-stable/include/ |
| D | unistd.h | 488 int acct(const char *);
|
| /freebsd-9-stable/lib/libc/sys/ |
| D | Makefile.inc | 79 MAN+= abort2.2 accept.2 access.2 acct.2 adjtime.2 \
|
| D | Symbol.map | 43 acct;
|
| /freebsd-9-stable/sys/sys/ |
| D | syscall.mk | 50 acct.o \
|
| /freebsd-9-stable/lib/libtacplus/ |
| D | taclib.c | 973 tac_create_acct(struct tac_handle *h, int acct, int action, int type, int service) in tac_create_acct() argument 980 as->action = acct; in tac_create_acct()
|
| /freebsd-9-stable/contrib/wpa/hostapd/ |
| D | ChangeLog | 441 * fixed RADIUS server initialization when only auth or acct server 638 - draft-ietf-radius-acct-interim-01.txt
|
| /freebsd-9-stable/contrib/gcc/ |
| D | sys-protos.h | 91 extern int acct(const char *);
|
| /freebsd-9-stable/contrib/openbsm/etc/ |
| D | audit_event | 43 18:AUE_ACCT:acct(2):ad
|
| /freebsd-9-stable/tools/tools/sysdoc/ |
| D | tunables.mdoc | 1843 .Xr acct 2 ,
|