Home
last modified time | relevance | path

Searched refs:kvo_structsize (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/libutil/
H A Dkinfo_getvmobject.c73 bp += kvo->kvo_structsize; in kinfo_getvmobject()
88 memcpy(kp, kvo, kvo->kvo_structsize); in kinfo_getvmobject()
89 bp += kvo->kvo_structsize; in kinfo_getvmobject()
90 kp->kvo_structsize = sizeof(*kp); in kinfo_getvmobject()
/f-stack/tools/compat/include/sys/
H A Duser.h494 int kvo_structsize; /* Variable size of record. */ member
/f-stack/freebsd/sys/
H A Duser.h543 int kvo_structsize; /* Variable size of record. */ member
/f-stack/freebsd/vm/
H A Dvm_object.c2613 kvo->kvo_structsize = offsetof(struct kinfo_vmobject, kvo_path) in sysctl_vm_object_list()
2615 kvo->kvo_structsize = roundup(kvo->kvo_structsize, in sysctl_vm_object_list()
2617 error = SYSCTL_OUT(req, kvo, kvo->kvo_structsize); in sysctl_vm_object_list()