Lines Matching refs:filestat

126 static int	procstat_get_pipe_info_sysctl(struct filestat *fst,
128 static int procstat_get_pipe_info_kvm(kvm_t *kd, struct filestat *fst,
130 static int procstat_get_pts_info_sysctl(struct filestat *fst,
132 static int procstat_get_pts_info_kvm(kvm_t *kd, struct filestat *fst,
134 static int procstat_get_sem_info_sysctl(struct filestat *fst,
136 static int procstat_get_sem_info_kvm(kvm_t *kd, struct filestat *fst,
138 static int procstat_get_shm_info_sysctl(struct filestat *fst,
140 static int procstat_get_shm_info_kvm(kvm_t *kd, struct filestat *fst,
142 static int procstat_get_socket_info_sysctl(struct filestat *fst,
144 static int procstat_get_socket_info_kvm(kvm_t *kd, struct filestat *fst,
147 static int procstat_get_vnode_info_kvm(kvm_t *kd, struct filestat *fst,
149 static int procstat_get_vnode_info_sysctl(struct filestat *fst,
362 struct filestat *fst, *tmp;
380 static struct filestat *
384 struct filestat *entry;
454 struct filestat *entry;
640 * Create filestat entry.
654 * kinfo types to filestat translation.
688 * kinfo flags to filestat translation.
805 struct filestat *entry;
855 * Create filestat entry.
895 procstat_get_pipe_info(struct procstat *procstat, struct filestat *fst,
915 procstat_get_pipe_info_kvm(kvm_t *kd, struct filestat *fst,
944 procstat_get_pipe_info_sysctl(struct filestat *fst, struct pipestat *ps,
962 procstat_get_pts_info(struct procstat *procstat, struct filestat *fst,
982 procstat_get_pts_info_kvm(kvm_t *kd, struct filestat *fst,
1010 procstat_get_pts_info_sysctl(struct filestat *fst, struct ptsstat *pts,
1027 procstat_get_sem_info(struct procstat *procstat, struct filestat *fst,
1047 procstat_get_sem_info_kvm(kvm_t *kd, struct filestat *fst,
1093 procstat_get_sem_info_sysctl(struct filestat *fst, struct semstat *sem,
1110 procstat_get_shm_info(struct procstat *procstat, struct filestat *fst,
1130 procstat_get_shm_info_kvm(kvm_t *kd, struct filestat *fst,
1176 procstat_get_shm_info_sysctl(struct filestat *fst, struct shmstat *shm,
1193 procstat_get_vnode_info(struct procstat *procstat, struct filestat *fst,
1213 procstat_get_vnode_info_kvm(kvm_t *kd, struct filestat *fst,
1296 * kinfo vnode type to filestat translation.
1327 procstat_get_vnode_info_sysctl(struct filestat *fst, struct vnstat *vn,
1403 procstat_get_socket_info(struct procstat *procstat, struct filestat *fst,
1423 procstat_get_socket_info_kvm(kvm_t *kd, struct filestat *fst,
1521 procstat_get_socket_info_sysctl(struct filestat *fst, struct sockstat *sock,
1570 * Descriptor flags to filestat translation.