Home
last modified time | relevance | path

Searched refs:emlxs_thread (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_thread.h37 typedef struct emlxs_thread struct
39 struct emlxs_thread *next; argument
40 struct emlxs_thread *prev; argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c33 static void emlxs_thread(emlxs_thread_t *ethread);
257 emlxs_thread(emlxs_thread_t *ethread) in emlxs_thread() function
368 thread_create(NULL, 0, emlxs_thread, (char *)ethread, 0, &p0, in emlxs_thread_create()
565 (void) thread_create(NULL, 0, &emlxs_thread, (char *)ethread, 0, &p0, in emlxs_thread_spawn()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files910 emlxs_thread.o