Lines Matching refs:kinfo_file
68 kcore_make_file(struct kinfo_file *ufile, struct file *kfile, in kcore_make_file()
92 struct kinfo_file *kinfo_file = (struct kinfo_file *)kd->argspc; in kvm_deadfiles() local
151 kcore_make_file(kinfo_file, &kf, in kvm_deadfiles()
153 kinfo_file++; in kvm_deadfiles()
158 size = nfiles * sizeof(struct kinfo_file); in kvm_deadfiles()
167 kinfo_file = (struct kinfo_file *)kd->argspc; in kvm_deadfiles()
168 kinfo_file += found; in kvm_deadfiles()
176 struct kinfo_file *
201 if (st == -1 || size % sizeof(struct kinfo_file) != 0) { in kvm_getfiles()
205 nfiles = size / sizeof(struct kinfo_file); in kvm_getfiles()
248 size = nfiles * sizeof(struct kinfo_file); in kvm_getfiles()
266 return (struct kinfo_file *)(kd->argspc); in kvm_getfiles()