Searched defs:target_kinfo_file (Results 1 – 1 of 1) sorted by relevance
196 struct target_kinfo_file { struct197 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;[all …]