/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
|
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...] |
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...] |