Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dkinfo.h59 struct kinfo_file { struct
60 size_t f_size; /* size of struct kinfo_file */ argument
61 pid_t f_pid; /* owning process */
62 uid_t f_uid; /* effective uid of owning process */
63 int f_fd; /* descriptor number */
64 void *f_file; /* address of struct file */
65 short f_type; /* descriptor type */
66 int f_count; /* reference count */
68 off_t f_offset; /* file offset */
69 void *f_data; /* file descriptor specific data */
[all …]
/dragonfly/lib/libkvm/
H A Dkvm_file.c92 struct kinfo_file *kinfo_file = (struct kinfo_file *)kd->argspc; in kvm_deadfiles() local