Searched refs:VBOX_CALL (Results 1 – 3 of 3) sorted by relevance
18 #define VBOX_CALL (VBOX_RQ_BASE + 2) /* perform a call */ macro
130 m.m_type = VBOX_CALL; in vbox_call()
693 case VBOX_CALL: r = do_call(m_ptr, ipc_status, &code); break; in hgcm_message()