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