Searched defs:scosmb_process_output (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c104 * scosmb_process_output should be dispatched on the scosmb_output_taskq, with
111 * immediately prior to sending the message in scosmb_process_output().
143 static int scosmb_process_output(scosmb_msgdata_t *arg);
810 (task_func_t *)scosmb_process_output, cap_msgdatap,
836 * scosmb_process_output() - outgoing message processing routine
845 scosmb_process_output(scosmb_msgdata_t *msgdatap) function
1099 (task_func_t *)scosmb_process_output, msgdatap, KM_SLEEP);
1115 (task_func_t *)scosmb_process_output, cap_msgdatap, KM_SLEEP);
1244 (task_func_t *)scosmb_process_output,
1256 return (scosmb_process_output(msg_header_pt
[all...]

Completed in 58 milliseconds