OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acct
(Results
1 - 2
of
2
) sorted by relevancy
/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/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
...]
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025