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

/freebsd-10.1-release/sys/sys/
H A Duser.h317 char kf_path[PATH_MAX]; /* Path to file, if any. */ member in struct:kinfo_ofile
402 char kf_path[PATH_MAX]; /* Path to file, if any. */ member in struct:kinfo_file
/freebsd-10.1-release/sys/kern/
H A Dkern_descrip.c3068 strlcpy(kif->kf_path, fullpath, sizeof(kif->kf_path));
3244 strlcpy(kif->kf_path, fullpath,
3245 sizeof(kif->kf_path));
3269 strlcpy(kif->kf_path, tty_devname(tp),
3270 sizeof(kif->kf_path));
3273 shm_path(shmfd, kif->kf_path, sizeof(kif->kf_path));
3275 ksem_info(ks, kif->kf_path, sizeof(kif->kf_path), NUL
[all...]
/freebsd-10.1-release/lib/libprocstat/
H A Dlibprocstat.c848 if (*kif->kf_path != '\0')
849 path = strdup(kif->kf_path);
1022 strlcpy(pts->devname, kif->kf_path, sizeof(pts->devname));
1362 path = kif->kf_path;
1540 strlcpy(sock->dname, kif->kf_path, sizeof(sock->dname));
2218 strncpy(pathname, files[i].kf_path, maxlen);

Completed in 74 milliseconds