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()
597 xo_emit("{:path/%-18s/%s}", fst->fs_path != NULL ? in procstat_files()598 fst->fs_path : "-"); in procstat_files()
536 printf(" %-15s", fst->fs_path != NULL ? fst->fs_path : "-"); in print_sem_info()560 printf(" %-15s", fst->fs_path != NULL ? fst->fs_path : "-"); in print_shm_info()
127 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()1122 if (fst->fs_path == NULL && ksem.ks_path != NULL) { in procstat_get_sem_info_kvm()1135 fst->fs_path = path; in procstat_get_sem_info_kvm()1205 if (fst->fs_path == NULL && shmfd.shm_path != NULL) { in procstat_get_shm_info_kvm()1218 fst->fs_path = path; in procstat_get_shm_info_kvm()