Searched defs:mWatches (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp992 inotifyWatch mWatches; member in class:hotplugInotifyImpl
1098 mWatches.mhInotify = -1; /* term will access this variable */
1105 if (RT_FAILURE(rc = iwInit(&mWatches)))
1107 if (RT_FAILURE(rc = iwAddWatch(&mWatches, mpcszDevicesRoot)))
1131 iwTerm(&mWatches);
1142 cchRead = read(iwGetFD(&mWatches), chBuf, sizeof(chBuf));
1180 if (RT_FAILURE(rc = iwAddWatch(&mWatches, *ppszEntry)))
1186 pollFD[INOTIFY_ID].fd = iwGetFD(&mWatches);

Completed in 36 milliseconds