Searched defs:kinfo_file (Results 1 – 2 of 2) sorted by relevance
336 struct kinfo_file { struct338 int kf_type; /* Descriptor type. */339 int kf_fd; /* Array index. */340 int kf_ref_count; /* Reference count. */341 int kf_flags; /* Flags. */343 int64_t kf_offset; /* Seek location. */344 int kf_vnode_type; /* Vnode type. */346 int kf_sock_type; /* Socket type. */350 union {399 } kf_un;[all …]
342 struct kinfo_file { struct343 int kf_structsize; /* Variable size of record. */344 int kf_type; /* Descriptor type. */345 int kf_fd; /* Array index. */346 int kf_ref_count; /* Reference count. */347 int kf_flags; /* Flags. */348 int kf_pad0; /* Round to 64 bit alignment. */349 int64_t kf_offset; /* Seek location. */350 union {446 uint16_t kf_status; /* Status flags. */[all …]