Home
last modified time | relevance | path

Searched refs:fs_path (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/extattrctl/
H A Dextattrctl.c92 char *fs_path = NULL; in initattr() local
105 fs_path = optarg; in initattr()
129 else if (fs_path != NULL) { in initattr()
131 num_inodes_by_path(fs_path); in initattr()
/freebsd/usr.bin/procstat/
H A Dprocstat_pwdx.c60 (fst->fs_path != NULL)) { in procstat_pwdx()
62 xo_emit("{:cwd/%s}", fst->fs_path); in procstat_pwdx()
H A Dprocstat_files.c586 xo_emit("{:path/%-18s/%s}", fst->fs_path != NULL ? in procstat_files()
587 fst->fs_path : "-"); in procstat_files()
/freebsd/usr.bin/fstat/
H A Dfstat.c524 printf(" %-15s", fst->fs_path != NULL ? fst->fs_path : "-"); in print_sem_info()
548 printf(" %-15s", fst->fs_path != NULL ? fst->fs_path : "-"); in print_shm_info()
/freebsd/lib/libprocstat/
H A Dlibprocstat.h126 char *fs_path; member
H A Dlibprocstat.c366 if (fst->fs_path != NULL) in procstat_freefiles()
367 free(fst->fs_path); in procstat_freefiles()
399 entry->fs_path = path; in filestat_new_entry()
1117 if (fst->fs_path == NULL && ksem.ks_path != NULL) { in procstat_get_sem_info_kvm()
1130 fst->fs_path = path; in procstat_get_sem_info_kvm()
1200 if (fst->fs_path == NULL && shmfd.shm_path != NULL) { in procstat_get_shm_info_kvm()
1213 fst->fs_path = path; in procstat_get_shm_info_kvm()