Searched refs:mhWakeupPipeW (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp64 mhWakeupPipeW(NIL_RTPIPE), mUsingUsbfsDevices(true /* see init */),
111 rc = RTPipeCreate(&mhWakeupPipeR, &mhWakeupPipeW, 0 /*fFlags*/);
126 RTPipeClose(mhWakeupPipeW);
127 mhWakeupPipeW = mhWakeupPipeR = NIL_RTPIPE;
217 RTPipeClose(mhWakeupPipeW);
218 mhWakeupPipeW = mhWakeupPipeR = NIL_RTPIPE;
379 int rc = RTPipeWriteBlocking(mhWakeupPipeW, WAKE_UP_STRING, WAKE_UP_STRING_LEN, NULL);
381 RTPipeFlush(mhWakeupPipeW);
H A DHostHardwareLinux.cpp990 int mhWakeupPipeW; member in class:hotplugInotifyImpl
1091 mhWakeupPipeR(-1), mhWakeupPipeW(-1), mfWaiting(0),
1109 if (RT_FAILURE(rc = pipeCreateSimple(&mhWakeupPipeR, &mhWakeupPipeW)))
1126 if (mhWakeupPipeW != -1)
1128 close(mhWakeupPipeW);
1129 mhWakeupPipeW = -1;
1222 ssize_t cbWritten = write(mhWakeupPipeW, SYSFS_WAKEUP_STRING,
1225 fsync(mhWakeupPipeW);
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h235 RTPIPE mhWakeupPipeW; member in class:USBProxyServiceLinux

Completed in 46 milliseconds