Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Duser.h336 struct kinfo_file { struct
338 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 …]
/f-stack/freebsd/sys/
H A Duser.h342 struct kinfo_file { struct
343 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 …]