Lines Matching defs:target_kinfo_file
196 struct target_kinfo_file { struct
197 int32_t kf_structsize; /* Variable size of record. */
198 int32_t kf_type; /* Descriptor type. */
199 int32_t kf_fd; /* Array index. */
200 int32_t kf_ref_count; /* Reference count. */
201 int32_t kf_flags; /* Flags. */
202 int32_t kf_pad0; /* Round to 64 bit alignment. */
203 int64_t kf_offset; /* Seek location. */
204 union {
283 } kf_un;
284 uint16_t kf_status; /* Status flags. */
285 uint16_t kf_pad1; /* Round to 32 bit alignment. */
286 int32_t _kf_ispare0; /* Space for more stuff. */
287 target_cap_rights_t kf_cap_rights; /* Capability rights. */
288 uint64_t _kf_cap_spare; /* Space for future cap_rights_t. */
290 char kf_path[PATH_MAX]; /* Path to file, if any. */