Home
last modified time | relevance | path

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

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