/src/etc/ |
daily | 139 if checkyesno purge_accounting && [ -f /var/account/acct ]; then 142 if [ -f /var/account/acct.0.gz ]; then 143 mv /var/account/acct.2.gz /var/account/acct.3.gz 2>/dev/null 144 mv /var/account/acct.1.gz /var/account/acct.2.gz 2>/dev/null 145 mv /var/account/acct.0.gz /var/account/acct.1.gz 2>/dev/null 147 mv /var/account/acct.2 /var/account/acct.3 2>/dev/nul [all...] |
/src/usr.sbin/accton/ |
accton.c | 72 if (acct(NULL)) 73 err(1, "acct"); 76 if (acct(*argv)) 77 err(1, "acct `%s'", *argv);
|
/src/sys/kern/ |
kern_acct.c | 88 #include <sys/acct.h> 336 if ((pad = (va.va_size % sizeof(struct acct))) != 0) { 341 (unsigned long)sizeof(struct acct)); 402 * "acct.h" header file.) 407 struct acct acct; local in function:acct_process 417 memset(&acct, 0, sizeof(acct)); /* to zerofill padded data */ 442 strncpy(acct.ac_comm, p->p_comm, sizeof(acct.ac_comm)) [all...] |
/src/sys/arch/alpha/alpha/ |
linux_trap.c | 38 #include <sys/acct.h>
|
/src/sys/arch/arm/arm/ |
linux_trap.c | 38 #include <sys/acct.h>
|
ast.c | 51 #include <sys/acct.h>
|
/src/sys/arch/m68k/m68k/ |
linux_trap.c | 38 #include <sys/acct.h>
|
linux_syscall.c | 77 #include <sys/acct.h>
|
sunos_syscall.c | 77 #include <sys/acct.h>
|
/src/sys/arch/mips/mips/ |
linux_trap.c | 38 #include <sys/acct.h>
|
/src/sys/arch/powerpc/powerpc/ |
linux_trap.c | 38 #include <sys/acct.h>
|
/src/usr.bin/lastcomm/ |
lastcomm.c | 47 #include <sys/acct.h> 67 static int requested(char *[], const struct acct *); 74 struct acct ab; 120 lwidth = (int)fldsiz(acct, ac_comm) - ((wflag)? 0: 6); 130 p < &ab.ac_comm[fldsiz(acct, ac_comm)] && *p; ++p) 197 requested(char *argv[], const struct acct *acp) 204 if (!strncmp(acp->ac_comm, *argv, fldsiz(acct, ac_comm)))
|
/src/sys/sys/ |
acct.h | 1 /* $NetBSD: acct.h,v 1.28 2021/09/14 17:10:46 christos Exp $ */ 36 * @(#)acct.h 8.3 (Berkeley) 7/10/94 49 struct acct { struct
|
/src/sys/arch/evbmips/loongson/ |
loongson_bus_io.c | 72 bus_space_handle_t *hp, int acct) 89 return __BS(map)(v, addr, size, flags, hp, acct);
|
/src/sys/arch/alpha/jensenio/ |
jensenio_bus_intio.c | 139 bus_space_handle_t *iohp, int acct) 151 if (acct) { 173 int acct) 178 if (acct == 0)
|
/src/sys/arch/alpha/gbus/ |
gbus_io.c | 71 int acct __unused) 85 int acct __unused)
|
/src/share/man/man5/ |
Makefile | 6 MAN= a.out.5 acct.5 ar.5 autofs.5 boot.cfg.5 \
|
/src/sys/compat/common/ |
kern_exit_43.c | 61 #include <sys/acct.h>
|
kern_sig_43.c | 49 #include <sys/acct.h>
|
/src/sys/compat/netbsd32/ |
netbsd32_kern_proc.c | 80 #include <sys/acct.h>
|
/src/sys/arch/mips/adm5120/ |
adm5120_cfio.c | 207 cf_bs_unmap(void *cookie, bus_space_handle_t bh, bus_size_t size, int acct) 209 KASSERT(acct == 1); 257 bus_space_handle_t *bhp, int acct) 261 KASSERT(acct == 1);
|
/src/usr.sbin/sa/ |
main.c | 50 #include <sys/acct.h> 300 struct acct ac; 320 if (fread(&ac, sizeof(struct acct), 1, fp) != 1) { 379 * /usr/src/sys/sys/acct.h
|
/src/sys/arch/x86/x86/ |
linux_trap.c | 42 #include <sys/acct.h>
|
/src/sys/arch/mips/alchemy/ |
au_himem_space.c | 206 int flags, bus_space_handle_t *bshp, int acct) 251 if (acct && c->c_extent != NULL) { 263 au_himem_unmap(void *cookie, bus_space_handle_t bsh, bus_size_t size, int acct) 295 if (acct) {
|
au_wired_space.c | 207 int flags, bus_space_handle_t *bshp, int acct) 226 if (acct && c->c_extent != NULL) { 238 au_wired_unmap(void *cookie, bus_space_handle_t bsh, bus_size_t size, int acct) 242 if (acct != 0 && c->c_extent != NULL) {
|