Searched refs:VBOX_RQ_BASE (Results 1 – 1 of 1) sorted by relevance
9 #define VBOX_RQ_BASE 0x1600 macro12 #define IS_VBOX_RQ(type) (((type) & ~0x7f) == VBOX_RQ_BASE)16 #define VBOX_OPEN (VBOX_RQ_BASE + 0) /* open a connection */17 #define VBOX_CLOSE (VBOX_RQ_BASE + 1) /* close a connection */18 #define VBOX_CALL (VBOX_RQ_BASE + 2) /* perform a call */19 #define VBOX_CANCEL (VBOX_RQ_BASE + 3) /* cancel an ongoing call */