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

/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c224 typedef struct CMN_MSG_T cmn_msg_t; typedef in typeref:struct:CMN_MSG_T
230 cmn_msg_t *prev;
231 cmn_msg_t *next;
242 static cmn_msg_t *root = NULL;
674 cmn_msg_t *old;
684 cmn_msg_t *next;
703 * Allocates a new cmn_msg_t to associate with the message, and sets
713 cmn_msg_t *new;
716 new = MALLOC(sizeof (cmn_msg_t));

Completed in 16 milliseconds