Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/isns/isnsd/
H A Disns_msgq.h68 } msg_text_t; typedef
71 msg_text_t *q_head;
72 msg_text_t *q_tail;
80 msg_text_t *queue_msg_get(msg_queue_t *);
81 void queue_msg_free(msg_text_t *);
H A Dmsgq.c65 msg_text_t *msg; in queue_msg_set()
67 msg = (msg_text_t *)calloc(1, sizeof (msg_text_t)); in queue_msg_set()
96 msg_text_t *
101 msg_text_t *msg; in queue_msg_get()
123 msg_text_t *msg in queue_msg_free()
H A Dmain.c427 msg_text_t *msg = queue_msg_get(sys_q); in main()
H A Dscn.c2102 msg_text_t *msg; in scn_proc()