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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h906 struct IPciAddress;
1010 typedef struct IPciAddress IPciAddress; typedef in typeref:struct:IPciAddress
2812 /* Start of struct IPciAddress Declaration */
2822 nsresult (*GetBus)(IPciAddress *pThis, PRInt16 *bus);
2823 nsresult (*SetBus)(IPciAddress *pThis, PRInt16 bus);
2825 nsresult (*GetDevice)(IPciAddress *pThis, PRInt16 *device);
2826 nsresult (*SetDevice)(IPciAddress *pThis, PRInt16 device);
2828 nsresult (*GetDevFunction)(IPciAddress *pThis, PRInt16 *devFunction);
2829 nsresult (*SetDevFunction)(IPciAddress *pThi
2843 struct IPciAddress struct
[all...]
H A DVBoxCAPI_v4_1.h905 struct IPciAddress;
1011 typedef struct IPciAddress IPciAddress; typedef in typeref:struct:IPciAddress
3003 /* Start of struct IPciAddress Declaration */
3013 nsresult (*GetBus)(IPciAddress *pThis, PRInt16 *bus);
3014 nsresult (*SetBus)(IPciAddress *pThis, PRInt16 bus);
3016 nsresult (*GetDevice)(IPciAddress *pThis, PRInt16 *device);
3017 nsresult (*SetDevice)(IPciAddress *pThis, PRInt16 device);
3019 nsresult (*GetDevFunction)(IPciAddress *pThis, PRInt16 *devFunction);
3020 nsresult (*SetDevFunction)(IPciAddress *pThi
3034 struct IPciAddress struct
[all...]

Completed in 100 milliseconds