Searched refs:acct (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/etc/periodic/daily/
H A D310.accounting16 if [ ! -f /var/account/acct ]
18 echo '$daily_accounting_enable is set but /var/account/acct' \
34 for f in acct.*; do
35 case "$f" in acct.\*) continue ;; esac # No files match
36 m=${f%.gz} ; m=${m#acct.}
44 [ -f acct.$n.gz ] && { mv -f acct.$n.gz acct.$m.gz || rc=3; }
45 [ -f acct.$n ] && { mv -f acct
[all...]
/freebsd-9.3-release/tools/regression/usr.sbin/sa/
H A Dprime.sh15 # To compile it you will also need sys/acct.h from that date
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
[all...]
H A Dregress.t22 cp $LCDIR/v1-$ARCH-acct.in $DIR/v1-$ARCH-acct.in
23 cp $LCDIR/v2-$ARCH-acct.in $DIR/v2-$ARCH-acct.in
27 # Command listings of the two acct versions
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
[all...]
/freebsd-9.3-release/tools/regression/usr.bin/lastcomm/
H A Dregress.t24 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
[all...]
H A Dvalues.sh6 ACCT=acct
7 RESULTS=acct.`uname -m`.tar.gz
72 tar -cf - acct sa.u lastcomm.cesuS *.time |
82 echo accton /var/account/acct
/freebsd-9.3-release/usr.sbin/accton/
H A Daccton.c69 if (acct(NULL))
73 if (acct(*argv))
/freebsd-9.3-release/tools/regression/priv/
H A Dpriv_acct.c87 if (acct(NULL) != 0) {
88 warn("priv_acct_setup: acct(NULL)");
93 if (acct(fpath1) != 0) {
94 warn("priv_acct_setup: acct(\"%s\")", fpath1);
105 (void)acct(NULL);
121 error = acct(fpath1);
137 error = acct(NULL);
153 error = acct(fpath2);
169 error = acct(NULL);
/freebsd-9.3-release/sys/kern/
H A Dkern_acct.c75 #include <sys/acct.h>
140 SX_SYSINIT(acct, &acct_sx, "acct_sx");
345 * "acct.h" header file.)
350 struct acctv2 acct; local
387 acct.ac_tty = tty_udev(p->p_pgrp->pg_session->s_ttyp);
389 acct.ac_tty = NODEV;
393 bcopy(p->p_comm, acct.ac_comm, sizeof acct.ac_comm);
397 acct.ac_utime = encode_timeval(ut);
398 acct
[all...]
H A Dkern_exit.c71 #include <sys/acct.h> /* for acct_process() function prototype */
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py103 def process_one_raw(acct, options, prop, elem):
104 """Update the acct dict to incorporate the
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.3-release/lib/libcompat/4.3/
H A Drexec.c305 char c, *acct; local
313 acct = NULL;
314 ruserpass(hp->h_name, &name, &pass, &acct);
315 free(acct);
/freebsd-9.3-release/share/man/man5/
H A DMakefile7 MAN= acct.5 \
/freebsd-9.3-release/tools/regression/security/cap_test/
H A Dcap_test_capmode.c89 CHECK_CAPMODE(acct, "/tmp/cap_capmode_acct");
/freebsd-9.3-release/usr.bin/lastcomm/
H A Dlastcomm.c46 #include <sys/acct.h>
H A Dreadrec.c34 #include <sys/acct.h>
/freebsd-9.3-release/usr.sbin/sa/
H A Ddb.c32 #include <sys/acct.h>
H A Dusrdb.c36 #include <sys/acct.h>
H A Dmain.c46 #include <sys/acct.h>
H A Dpdb.c35 #include <sys/acct.h>
/freebsd-9.3-release/sys/sys/
H A Dsyscall.mk50 acct.o \
/freebsd-9.3-release/sys/arm/arm/
H A Dundefined.c69 #include <sys/acct.h>
/freebsd-9.3-release/include/
H A Dunistd.h488 int acct(const char *);
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dng_netflow.c589 uint8_t acct = 0, bypass = 0, is_frag = 0, upper_proto = 0; local
923 acct = 1;
926 if (acct == 0) {
/freebsd-9.3-release/lib/libc/sys/
H A DSymbol.map43 acct;
/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib.c973 tac_create_acct(struct tac_handle *h, int acct, int action, int type, int service) argument
980 as->action = acct;

Completed in 149 milliseconds

12