Searched refs:kvo_path (Results 1 – 3 of 3) sorted by relevance
2616 cdev_pager_get_path(obj, kvo->kvo_path, in vm_object_list_handler()2617 sizeof(kvo->kvo_path)); in vm_object_list_handler()2628 shm_get_path(obj, kvo->kvo_path, in vm_object_list_handler()2629 sizeof(kvo->kvo_path)); in vm_object_list_handler()2641 strlcpy(kvo->kvo_path, fullpath, sizeof(kvo->kvo_path)); in vm_object_list_handler()2646 kvo->kvo_structsize = offsetof(struct kinfo_vmobject, kvo_path) in vm_object_list_handler()2647 + strlen(kvo->kvo_path) + 1; in vm_object_list_handler()
651 char kvo_path[PATH_MAX]; /* Pathname, if any. */ member
1545 xo_emit("{:path/%-s}\n", kvo->kvo_path); in display_object()