Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dsysctl.h703 struct kinfo_file { struct
704 uint64_t ki_fileaddr; /* PTR: address of struct file */
705 uint32_t ki_flag; /* INT: flags (see fcntl.h) */
706 uint32_t ki_iflags; /* INT: internal flags */
707 uint32_t ki_ftype; /* INT: descriptor type */
708 uint32_t ki_count; /* UINT: reference count */
709 uint32_t ki_msgcount; /* UINT: references from msg queue */
710 uint32_t ki_usecount; /* INT: number active users */
711 uint64_t ki_fucred; /* PTR: creds for descriptor */
712 uint32_t ki_fuid; /* UID_T: descriptor credentials */
[all …]