Searched defs:isc_session (Results 1 – 1 of 1) sorted by relevance
121 typedef struct isc_session { struct123 int flags;124 struct cdev *dev;125 struct socket *soc;126 struct file *fp;127 struct thread *td;129 struct proc *proc; // the userland process130 int signal;131 struct proc *soc_proc;132 struct proc *stp; // the sm thread[all …]