Searched refs:LITEIPC_DRIVER (Results 1 – 3 of 3) sorted by relevance
21 #define LITEIPC_DRIVER "/dev/lite_ipc" macro
16 `LITEIPC_DRIVER` specifies the name of the character device used to communicate with the LiteIPC dr…94 …ich the system dynamically allocates the first time a process opens `LITEIPC_DRIVER`. Called by t…103 int fd = open(LITEIPC_DRIVER, O_RDONLY);
66 connector->fd = open(LITEIPC_DRIVER, O_RDWR); in OpenDriver()