Searched refs:SESSION_HASH (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrv-os2.cpp64 #define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab)) macro
161 unsigned iHash = SESSION_HASH(sfn);
182 const unsigned iHash = SESSION_HASH(sfn);
235 const unsigned iHash = SESSION_HASH(sfn);
272 const unsigned iHash = SESSION_HASH(sfn);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-os2.cpp82 #define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab)) macro
369 unsigned iHash = SESSION_HASH(sfn);
390 const unsigned iHash = SESSION_HASH(sfn);
443 const unsigned iHash = SESSION_HASH(sfn);
534 const unsigned iHash = SESSION_HASH(sfn);
H A DVBoxGuest-darwin.cpp223 #define SESSION_HASH(pid) ((pid) % RT_ELEMENTS(g_apSessionHashTab)) macro
382 unsigned iHash = SESSION_HASH(Process);
448 const unsigned iHash = SESSION_HASH(Process);
1032 unsigned iHash = SESSION_HASH(m_pSession->Process);
1084 const unsigned iHash = SESSION_HASH(Process);
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c196 #define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab)) macro
543 iHash = SESSION_HASH(pSession->Process);
601 const unsigned iHash = SESSION_HASH(Process);
698 const unsigned iHash = SESSION_HASH(Process);
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp228 #define SESSION_HASH(pid) ((pid) % RT_ELEMENTS(g_apSessionHashTab)) macro
495 unsigned iHash = SESSION_HASH(Process);
567 const unsigned iHash = SESSION_HASH(Process);
1524 unsigned iHash = SESSION_HASH(m_pSession->Process);
1573 const unsigned iHash = SESSION_HASH(Process);

Completed in 53 milliseconds