Home
last modified time | relevance | path

Searched defs:kinfo_file (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Duser.h340 struct kinfo_file { struct
341 int kf_structsize; /* Variable size of record. */
342 int kf_type; /* Descriptor type. */
343 int kf_fd; /* Array index. */
344 int kf_ref_count; /* Reference count. */
345 int kf_flags; /* Flags. */
346 int kf_pad0; /* Round to 64 bit alignment. */
347 int64_t kf_offset; /* Seek location. */
348 union {
459 uint16_t kf_status; /* Status flags. */
[all …]