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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2823 nsresult (*SetBus)(IPciAddress *pThis, PRInt16 bus); member in struct:IPciAddress_vtbl
H A DVBoxCAPI_v4_1.h3014 nsresult (*SetBus)(IPciAddress *pThis, PRInt16 bus); member in struct:IPciAddress_vtbl
H A DVBoxCAPI_v4_2.h3283 nsresult (*SetBus)(IPCIAddress *pThis, PRInt16 bus); member in struct:IPCIAddress_vtbl
H A DVBoxCAPI_v4_3.h4887 nsresult (*SetBus)(IPCIAddress *pThis, PRInt16 bus); member in struct:IPCIAddress_vtbl
4913 nsresult (*SetBus)(IPCIAddress *pThis, PRInt16 bus); member in struct:IPCIAddressVtbl
4937 #define IPCIAddress_put_Bus(p, aBus) ((p)->lpVtbl->SetBus(p, aBus))
4938 #define IPCIAddress_SetBus(p, aBus) ((p)->lpVtbl->SetBus(p, aBus))

Completed in 280 milliseconds