Home
last modified time | relevance | path

Searched refs:kvo_path (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sys/
Duser.h552 char kvo_path[PATH_MAX]; /* Pathname, if any. */ member
/freebsd-12-stable/sys/vm/
Dvm_object.c2410 strlcpy(kvo->kvo_path, fullpath, sizeof(kvo->kvo_path)); in sysctl_vm_object_list()
2415 kvo->kvo_structsize = offsetof(struct kinfo_vmobject, kvo_path) in sysctl_vm_object_list()
2416 + strlen(kvo->kvo_path) + 1; in sysctl_vm_object_list()
/freebsd-12-stable/usr.bin/vmstat/
Dvmstat.c1621 xo_emit("{:path/%-s}\n", kvo->kvo_path); in display_object()