Searched defs:acct_v3 (Results 1 – 5 of 5) sorted by relevance
60 struct acct_v3 struct62 char ac_flag; /* Flags */63 char ac_version; /* Always set to ACCT_VERSION */64 uint16_t ac_tty; /* Control Terminal */65 uint32_t ac_exitcode; /* Exitcode */66 uint32_t ac_uid; /* Real User ID */67 uint32_t ac_gid; /* Real Group ID */68 uint32_t ac_pid; /* Process ID */69 uint32_t ac_ppid; /* Parent Process ID */70 uint32_t ac_btime; /* Process Creation Time */[all …]
75 struct acct_v3 struct77 char ac_flag; /* Flags */78 char ac_version; /* Always set to ACCT_VERSION */79 __u16 ac_tty; /* Control Terminal */80 __u32 ac_exitcode; /* Exitcode */81 __u32 ac_uid; /* Real User ID */82 __u32 ac_gid; /* Real Group ID */83 __u32 ac_pid; /* Process ID */84 __u32 ac_ppid; /* Parent Process ID */86 __u32 ac_btime; /* Process Creation Time */[all …]
72 struct acct_v3 struct74 char ac_flag; /* Flags */75 char ac_version; /* Always set to ACCT_VERSION */76 __u16 ac_tty; /* Control Terminal */77 __u32 ac_exitcode; /* Exitcode */78 __u32 ac_uid; /* Real User ID */79 __u32 ac_gid; /* Real Group ID */80 __u32 ac_pid; /* Process ID */81 __u32 ac_ppid; /* Parent Process ID */82 __u32 ac_btime; /* Process Creation Time */[all …]