• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/lib/libprocstat/

Lines Matching refs:filestat

134 static int	procstat_get_pipe_info_sysctl(struct filestat *fst,
136 static int procstat_get_pipe_info_kvm(kvm_t *kd, struct filestat *fst,
138 static int procstat_get_pts_info_sysctl(struct filestat *fst,
140 static int procstat_get_pts_info_kvm(kvm_t *kd, struct filestat *fst,
142 static int procstat_get_sem_info_sysctl(struct filestat *fst,
144 static int procstat_get_sem_info_kvm(kvm_t *kd, struct filestat *fst,
146 static int procstat_get_shm_info_sysctl(struct filestat *fst,
148 static int procstat_get_shm_info_kvm(kvm_t *kd, struct filestat *fst,
150 static int procstat_get_socket_info_sysctl(struct filestat *fst,
152 static int procstat_get_socket_info_kvm(kvm_t *kd, struct filestat *fst,
155 static int procstat_get_vnode_info_kvm(kvm_t *kd, struct filestat *fst,
157 static int procstat_get_vnode_info_sysctl(struct filestat *fst,
370 struct filestat *fst, *tmp;
388 static struct filestat *
392 struct filestat *entry;
473 struct filestat *entry;
689 * Create filestat entry.
705 * kinfo types to filestat translation.
741 * kinfo flags to filestat translation.
862 struct filestat *entry;
912 * Create filestat entry.
952 procstat_get_pipe_info(struct procstat *procstat, struct filestat *fst,
972 procstat_get_pipe_info_kvm(kvm_t *kd, struct filestat *fst,
1001 procstat_get_pipe_info_sysctl(struct filestat *fst, struct pipestat *ps,
1019 procstat_get_pts_info(struct procstat *procstat, struct filestat *fst,
1039 procstat_get_pts_info_kvm(kvm_t *kd, struct filestat *fst,
1067 procstat_get_pts_info_sysctl(struct filestat *fst, struct ptsstat *pts,
1084 procstat_get_sem_info(struct procstat *procstat, struct filestat *fst,
1104 procstat_get_sem_info_kvm(kvm_t *kd, struct filestat *fst,
1150 procstat_get_sem_info_sysctl(struct filestat *fst, struct semstat *sem,
1167 procstat_get_shm_info(struct procstat *procstat, struct filestat *fst,
1187 procstat_get_shm_info_kvm(kvm_t *kd, struct filestat *fst,
1233 procstat_get_shm_info_sysctl(struct filestat *fst, struct shmstat *shm,
1250 procstat_get_vnode_info(struct procstat *procstat, struct filestat *fst,
1270 procstat_get_vnode_info_kvm(kvm_t *kd, struct filestat *fst,
1353 * kinfo vnode type to filestat translation.
1384 procstat_get_vnode_info_sysctl(struct filestat *fst, struct vnstat *vn,
1460 procstat_get_socket_info(struct procstat *procstat, struct filestat *fst,
1480 procstat_get_socket_info_kvm(kvm_t *kd, struct filestat *fst,
1582 procstat_get_socket_info_sysctl(struct filestat *fst, struct sockstat *sock,
1638 * Descriptor flags to filestat translation.