Searched refs:schpc_msg_thread (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c128 * schpc_msg_thread using a linked list of schpc_replylist_t
182 static void schpc_msg_thread(void);
320 * NOTE: the callback is null because the schpc_msg_thread will
383 * Start the schpc_msg_thread to continuously monitor the
388 (void) thread_create(NULL, 0, schpc_msg_thread,
391 SCHPC_DEBUG0(D_ATTACH, "_init() started schpc_msg_thread");
2724 * schpc_msg_thread
2737 * The schpc_msg_thread is started in _init().
2740 schpc_msg_thread(void) function
2749 SCHPC_DEBUG0(D_THREAD, "schpc_msg_thread() runnin
[all...]

Completed in 48 milliseconds