Searched defs:_smb_thread (Results 1 – 1 of 1) sorted by relevance
267 typedef struct _smb_thread { struct268 uint32_t sth_magic;269 char sth_name[32];270 smb_thread_state_t sth_state;271 struct smb_server *sth_server;272 kthread_t *sth_th;273 kt_did_t sth_did;274 smb_thread_ep_t sth_ep;275 void *sth_ep_arg;276 pri_t sth_pri;[all …]