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

/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c228 typedef struct CMN_MSG_T cmn_msg_t; typedef in typeref:struct:CMN_MSG_T
234 cmn_msg_t *prev;
235 cmn_msg_t *next;
246 static cmn_msg_t *root = NULL;
678 cmn_msg_t *old;
688 cmn_msg_t *next;
707 * Allocates a new cmn_msg_t to associate with the message, and sets
717 cmn_msg_t *new;
720 new = MALLOC(sizeof (cmn_msg_t));

Completed in 58 milliseconds