Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/usr.bin/procstat/
H A Dprocstat_pwdx.c61 (fst->fs_path != NULL)) { in procstat_pwdx()
63 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-14.2/usr.bin/fstat/
H A Dfstat.c530 printf(" %-15s", fst->fs_path != NULL ? fst->fs_path : "-"); in print_sem_info()
554 printf(" %-15s", fst->fs_path != NULL ? fst->fs_path : "-"); in print_shm_info()
/freebsd-14.2/lib/libprocstat/
H A Dlibprocstat.h125 char *fs_path; member
H A Dlibprocstat.c368 if (fst->fs_path != NULL) in procstat_freefiles()
369 free(fst->fs_path); in procstat_freefiles()
401 entry->fs_path = path; in filestat_new_entry()
1119 if (fst->fs_path == NULL && ksem.ks_path != NULL) { in procstat_get_sem_info_kvm()
1132 fst->fs_path = path; in procstat_get_sem_info_kvm()
1202 if (fst->fs_path == NULL && shmfd.shm_path != NULL) { in procstat_get_shm_info_kvm()
1215 fst->fs_path = path; in procstat_get_shm_info_kvm()