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

/freebsd-10-stable/sys/sys/
H A Duser.h504 char kvo_path[PATH_MAX]; /* Pathname, if any. */ member in struct:kinfo_vmobject
/freebsd-10-stable/sys/vm/
H A Dvm_object.c2395 strlcpy(kvo->kvo_path, fullpath, sizeof(kvo->kvo_path));
2400 kvo->kvo_structsize = offsetof(struct kinfo_vmobject, kvo_path)
2401 + strlen(kvo->kvo_path) + 1;
/freebsd-10-stable/usr.bin/vmstat/
H A Dvmstat.c1412 printf("%-s\n", kvo->kvo_path);

Completed in 79 milliseconds