Searched refs:dmsg_msg (Results 1 – 2 of 2) sorted by relevance
138 struct dmsg_msg;141 TAILQ_HEAD(dmsg_msg_queue, dmsg_msg);183 void (*func)(struct dmsg_msg *);213 struct dmsg_msg { struct214 TAILQ_ENTRY(dmsg_msg) qentry;224 typedef struct dmsg_msg dmsg_msg_t; argument
334 msg = malloc(offsetof(struct dmsg_msg, any.head) + hbytes); in dmsg_msg_alloc_locked()335 bzero(msg, offsetof(struct dmsg_msg, any.head)); in dmsg_msg_alloc_locked()