Searched refs:i_matches (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | MediumAttachmentImpl.h | 71 bool i_matches(CBSTR aControllerName, LONG aPort, LONG aDevice);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumAttachmentImpl.cpp | 498 bool MediumAttachment::i_matches(CBSTR aControllerName, LONG aPort, LONG aDevice) function in class:MediumAttachment
|
H A D | MachineImpl.cpp | 3864 if (pAttachTemp->i_matches(Bstr(aName).raw(), aControllerPort, aDevice)) 3962 if (pAttach->i_matches(Bstr(aName).raw(), aControllerPort, aDevice)) 11086 if (pAttach->i_matches(aControllerName, aControllerPort, aDevice))
|
Completed in 78 milliseconds