Searched defs:vmsg (Results 1 – 6 of 6) sorted by relevance
119 struct vmsg { struct121 void * vm_data;122 u_short vm_flags;123 u_short vm_inSize; /* Size is at most 5000 bytes */124 u_short vm_outSize;125 u_short vm_opcode; /* copied from data to save ptr lookup */126 int vm_unique;127 void * vm_sleep; /* Not used by Mach. */
38 vmsg() function
113 vmsg(int fatal, const char *fmt, va_list ap) in vmsg() function
453 mpt_print_reply(void *vmsg) in mpt_print_reply()
1261 mpt_ctlop(mpt_softc_t *mpt, void *vmsg, uint32_t reply) in mpt_ctlop()