Searched defs:target_kinfo_proc (Results 1 – 1 of 1) sorted by relevance
92 struct target_kinfo_proc { struct93 int32_t ki_structsize; /* size of this structure */94 int32_t ki_layout; /* reserved: layout identifier */95 abi_ulong ki_args; /* address of command arguments */96 abi_ulong ki_paddr; /* address of proc */97 abi_ulong ki_addr; /* kernel virtual addr of u-area */98 abi_ulong ki_tracep; /* pointer to trace file */99 abi_ulong ki_textvp; /* pointer to executable file */100 abi_ulong ki_fd; /* pointer to open file info */101 abi_ulong ki_vmspace; /* pointer to kernel vmspace struct */[all …]