Home
last modified time | relevance | path

Searched refs:acct (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_acct.c350 struct acctv3 acct; in acct_process() local
389 acct.ac_tty = NODEV; in acct_process()
393 bcopy(p->p_comm, acct.ac_comm, sizeof acct.ac_comm); in acct_process()
403 acct.ac_btime = tmp.tv_sec; in acct_process()
417 acct.ac_mem = 0; in acct_process()
427 acct.ac_flagx = p->p_acflag; in acct_process()
430 acct.ac_flagx |= ANVER; in acct_process()
431 acct.ac_zero = 0; in acct_process()
432 acct.ac_version = 3; in acct_process()
433 acct.ac_len = acct.ac_len2 = sizeof(acct); in acct_process()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c114 boolean_t acct = blk_queue_io_stat(q); in zvol_write() local
115 if (acct) in zvol_write()
161 if (acct) in zvol_write()
189 boolean_t acct = blk_queue_io_stat(q); in zvol_discard() local
190 if (acct) in zvol_discard()
237 if (acct) in zvol_discard()
263 boolean_t acct = blk_queue_io_stat(q); in zvol_read() local
264 if (acct) in zvol_read()
294 if (acct) in zvol_read()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c598 uint8_t acct = 0, bypass = 0, flags = 0, upper_proto = 0; in ng_netflow_rcvdata() local
962 acct = 1; in ng_netflow_rcvdata()
965 if (acct == 0) { in ng_netflow_rcvdata()
/f-stack/freebsd/sys/
H A Dsyscall.mk48 acct.o \