Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_object.c2586 strlcpy(kvo->kvo_path, cdev->si_name, in vm_object_list_handler()
2587 sizeof(kvo->kvo_path)); in vm_object_list_handler()
2601 shm_get_path(obj, kvo->kvo_path, in vm_object_list_handler()
2602 sizeof(kvo->kvo_path)); in vm_object_list_handler()
2614 strlcpy(kvo->kvo_path, fullpath, sizeof(kvo->kvo_path)); in vm_object_list_handler()
2619 kvo->kvo_structsize = offsetof(struct kinfo_vmobject, kvo_path) in vm_object_list_handler()
2620 + strlen(kvo->kvo_path) + 1; in vm_object_list_handler()
/freebsd/sys/sys/
H A Duser.h614 char kvo_path[PATH_MAX]; /* Pathname, if any. */ member
/freebsd/usr.bin/vmstat/
H A Dvmstat.c1555 xo_emit("{:path/%-s}\n", kvo->kvo_path); in display_object()