Searched refs:fs_path (Results 1 – 6 of 6) sorted by relevance
92 char *fs_path = NULL; in initattr() local105 fs_path = optarg; in initattr()129 else if (fs_path != NULL) { in initattr()131 num_inodes_by_path(fs_path); in initattr()
60 (fst->fs_path != NULL)) { in procstat_pwdx()62 xo_emit("{:cwd/%s}", fst->fs_path); in procstat_pwdx()
586 xo_emit("{:path/%-18s/%s}", fst->fs_path != NULL ? in procstat_files()587 fst->fs_path : "-"); in procstat_files()
524 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()
126 char *fs_path; member
366 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()