Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
acct.h File Reference
#include <linux/types.h>
#include <asm/param.h>
#include <asm/byteorder.h>

Go to the source code of this file.

Data Structures

struct  acct
 
struct  acct_v3
 

Macros

#define ACCT_COMM   16
 
#define AFORK   0x01 /* ... executed fork, but did not exec */
 
#define ASU   0x02 /* ... used super-user privileges */
 
#define ACOMPAT   0x04 /* ... used compatibility mode (VAX only not used) */
 
#define ACORE   0x08 /* ... dumped core */
 
#define AXSIG   0x10 /* ... was killed by a signal */
 
#define ACCT_BYTEORDER   0x00 /* accounting file is little endian */
 
#define ACCT_VERSION   2
 
#define AHZ   (HZ)
 

Typedefs

typedef __u16 comp_t
 
typedef __u32 comp2_t
 

Macro Definition Documentation

#define ACCT_BYTEORDER   0x00 /* accounting file is little endian */

Definition at line 113 of file acct.h.

#define ACCT_COMM   16

Definition at line 41 of file acct.h.

#define ACCT_VERSION   2

Definition at line 117 of file acct.h.

#define ACOMPAT   0x04 /* ... used compatibility mode (VAX only not used) */

Definition at line 106 of file acct.h.

#define ACORE   0x08 /* ... dumped core */

Definition at line 107 of file acct.h.

#define AFORK   0x01 /* ... executed fork, but did not exec */

Definition at line 104 of file acct.h.

#define AHZ   (HZ)

Definition at line 118 of file acct.h.

#define ASU   0x02 /* ... used super-user privileges */

Definition at line 105 of file acct.h.

#define AXSIG   0x10 /* ... was killed by a signal */

Definition at line 108 of file acct.h.

Typedef Documentation

typedef __u32 comp2_t

Definition at line 32 of file acct.h.

typedef __u16 comp_t

Definition at line 31 of file acct.h.