Home
last modified time | relevance | path

Searched defs:isc_session (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/iscsi_initiator/
HDiscsivar.h121 typedef struct isc_session { struct
123 int flags;
124 struct cdev *dev;
125 struct socket *soc;
126 struct file *fp;
127 struct thread *td;
129 struct proc *proc; // the userland process
130 int signal;
131 struct proc *soc_proc;
132 struct proc *stp; // the sm thread
[all …]