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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c102 * When a message needs to be sent to the SC, an scosmb_msgdata_t should be
105 * the address of the scosmb_msgdata_t structure as its arg. The "length" and
124 } scosmb_msgdata_t; typedef in typeref:struct:__anon9998
143 static int scosmb_process_output(scosmb_msgdata_t *arg);
660 scosmb_msgdata_t msg;
665 scosmb_msgdata_t *cap_msgdatap; /* capability msg response */
805 cap_msgdatap = kmem_zalloc(sizeof (scosmb_msgdata_t), KM_SLEEP);
845 scosmb_process_output(scosmb_msgdata_t *msgdatap)
1000 kmem_free(msgdatap, sizeof (scosmb_msgdata_t));
1067 scosmb_msgdata_t *msgdata
[all...]

Completed in 45 milliseconds