vmsg
vmsg(1, fmt, ap);
vmsg(0, fmt, ap);
vmsg(1 | F_ERROR, fmt, ap);
vmsg(1, fmt, ap);
void vmsg(int, const char *, va_list) __printflike(2, 0);
panic_func = vmsg;
struct vmsg;
TAILQ_HEAD(,vmsg) vc_requests;
TAILQ_HEAD(,vmsg) vc_replies;
TAILQ_ENTRY(vmsg) vm_chain;
struct vmsg *vmp;
CODA_FREE(vmp, sizeof(struct vmsg));
struct vmsg *vmp;
CODA_FREE(vmp, sizeof(struct vmsg));
struct vmsg *vmp;
struct vmsg *vmp;
struct vmsg *vmp;
CODA_ALLOC(vmp,struct vmsg *,sizeof(struct vmsg));
struct vmsg *svmp;
CODA_ALLOC(svmp, struct vmsg *, sizeof (struct vmsg));
CODA_FREE(vmp, sizeof(struct vmsg));
mpt_print_reply(void *vmsg)
MSG_DEFAULT_REPLY *msg = vmsg;
mpt_ctlop(mpt_softc_t *mpt, void *vmsg, uint32_t reply)
MSG_DEFAULT_REPLY *dmsg = vmsg;
mpt_event_notify_reply(mpt, vmsg);
MSG_EVENT_ACK_REPLY *msg = vmsg;
MSG_PORT_ENABLE_REPLY *msg = vmsg;
MSG_CONFIG_REPLY *msg = vmsg;
static void mpt_ctlop(mpt_softc_t *, void *vmsg, uint32_t);