Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c845 scosmb_process_output(scosmb_msgdata_t *msgdatap) in scosmb_process_output() argument
859 if (msgdatap == NULL) { in scosmb_process_output()
866 free_data = msgdatap->data; in scosmb_process_output()
867 free_data_len = msgdatap->length; in scosmb_process_output()
872 switch (msgdatap->cmd) { in scosmb_process_output()
885 msgdatap->length = 0; in scosmb_process_output()
886 msgdatap->data = NULL; in scosmb_process_output()
890 msgdatap->data = nodename; in scosmb_process_output()
891 msgdatap->length = length; in scosmb_process_output()
893 if (msgdatap->transid == 0) { in scosmb_process_output()
[all …]