Home
last modified time | relevance | path

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

/minix3/minix/include/minix/
H A Dcom.h1038 #define SDEV_RS_BASE 0x1980 macro
1041 #define IS_SDEV_RS(type) (((type) & ~0x7f) == SDEV_RS_BASE)
1063 #define SDEV_REPLY (SDEV_RS_BASE + 0) /* generic reply */
1064 #define SDEV_SOCKET_REPLY (SDEV_RS_BASE + 1) /* socket reply */
1065 #define SDEV_ACCEPT_REPLY (SDEV_RS_BASE + 2) /* accept reply */
1066 #define SDEV_RECV_REPLY (SDEV_RS_BASE + 3) /* receive reply */
1067 #define SDEV_SELECT1_REPLY (SDEV_RS_BASE + 4) /* select reply 1 */
1068 #define SDEV_SELECT2_REPLY (SDEV_RS_BASE + 5) /* select reply 2 */