Lines Matching defs:kinfo_file
336 struct kinfo_file { struct
337 int kf_structsize; /* Variable size of record. */
338 int kf_type; /* Descriptor type. */
339 int kf_fd; /* Array index. */
340 int kf_ref_count; /* Reference count. */
341 int kf_flags; /* Flags. */
342 int kf_pad0; /* Round to 64 bit alignment. */
343 int64_t kf_offset; /* Seek location. */
344 int kf_vnode_type; /* Vnode type. */
345 int kf_sock_domain; /* Socket domain. */
346 int kf_sock_type; /* Socket type. */
347 int kf_sock_protocol; /* Socket protocol. */
348 struct sockaddr_storage kf_sa_local; /* Socket address. */
349 struct sockaddr_storage kf_sa_peer; /* Peer address. */
350 union {
399 } kf_un;
400 uint16_t kf_status; /* Status flags. */
401 uint16_t kf_pad1; /* Round to 32 bit alignment. */
402 int _kf_ispare0; /* Space for more stuff. */
403 cap_rights_t kf_cap_rights; /* Capability rights. */
404 uint64_t _kf_cap_spare; /* Space for future cap_rights_t. */
406 char kf_path[PATH_MAX]; /* Path to file, if any. */