fstat.c | 56 #include <sys/unpcb.h> 1067 struct unpcb unpcb; local in function:socktrans 1186 if (kvm_read(kd, (u_long)pcb[p], (char *)&unpcb, 1187 sizeof(struct unpcb)) != sizeof(struct unpcb)){ 1188 dprintf("can't read unpcb at %p", so.so_pcb); 1195 if (unpcb.unp_vnode == NULL) 1197 if (!checkfs(unpcb.unp_vnode, &vn, &fst, 1202 if (unpcb.unp_addr) [all...] |