/*
* This file is auto - generated . Modifications will be lost .
*
* See https : //android.googlesource.com/platform/bionic/+/master/libc/kernel/
* for more information .
*/
#ifndef _UAPI_LINUX_ACCT_H
#define _UAPI_LINUX_ACCT_H
#include <linux/types.h>
#include <asm /param.h>
#include <asm /byteorder.h>
typedef __u16 comp_t;
typedef __u32 comp2_t;
#define ACCT_COMM 16
struct acct {
char ac_flag;
char ac_version;
__u16 ac_uid16;
__u16 ac_gid16;
__u16 ac_tty;
__u32 ac_btime;
comp_t ac_utime;
comp_t ac_stime;
comp_t ac_etime;
comp_t ac_mem;
comp_t ac_io;
comp_t ac_rw;
comp_t ac_minflt;
comp_t ac_majflt;
comp_t ac_swaps;
__u16 ac_ahz;
__u32 ac_exitcode;
char ac_comm[ACCT_COMM + 1 ];
__u8 ac_etime_hi;
__u16 ac_etime_lo;
__u32 ac_uid;
__u32 ac_gid;
};
struct acct_v3 {
char ac_flag;
char ac_version;
__u16 ac_tty;
__u32 ac_exitcode;
__u32 ac_uid;
__u32 ac_gid;
__u32 ac_pid;
__u32 ac_ppid;
__u32 ac_btime;
float ac_etime;
comp_t ac_utime;
comp_t ac_stime;
comp_t ac_mem;
comp_t ac_io;
comp_t ac_rw;
comp_t ac_minflt;
comp_t ac_majflt;
comp_t ac_swaps;
char ac_comm[ACCT_COMM];
};
#define AFORK 0 x01
#define ASU 0 x02
#define ACOMPAT 0 x04
#define ACORE 0 x08
#define AXSIG 0 x10
#define AGROUP 0 x20
#if defined (__BYTE_ORDER) ? __BYTE_ORDER == __BIG_ENDIAN : defined (__BIG_ENDIAN)
#define ACCT_BYTEORDER 0 x80
#elif defined (__BYTE_ORDER)?__BYTE_ORDER==__LITTLE_ENDIAN:defined (__LITTLE_ENDIAN)
#define ACCT_BYTEORDER 0 x00
#else
#error unspecified endianness
#endif
#define ACCT_VERSION 2
#define AHZ (HZ)
#endif
Messung V0.5 in Prozent C=83 H=97 G=90
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-28)
¤
*© Formatika GbR, Deutschland