Home
last modified time | relevance | path

Searched refs:VBOX_CALL (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/include/minix/
H A Dvboxif.h18 #define VBOX_CALL (VBOX_RQ_BASE + 2) /* perform a call */ macro
/minix3/minix/lib/libsys/arch/i386/
H A Dvbox.c130 m.m_type = VBOX_CALL; in vbox_call()
/minix3/minix/drivers/vmm_guest/vbox/
H A Dhgcm.c693 case VBOX_CALL: r = do_call(m_ptr, ipc_status, &code); break; in hgcm_message()