Lines Matching refs:vgaInfo
132 _BE_env.vgaInfo.function = info->function; in BE_setVGA()
133 _BE_env.vgaInfo.device = info->device; in BE_setVGA()
134 _BE_env.vgaInfo.bus = info->bus; in BE_setVGA()
135 _BE_env.vgaInfo.pcidev = info->pcidev; in BE_setVGA()
137 _BE_env.vgaInfo.pciInfo = info->pciInfo; in BE_setVGA()
139 _BE_env.vgaInfo.BIOSImage = info->BIOSImage; in BE_setVGA()
164 info->function = _BE_env.vgaInfo.function; in BE_getVGA()
165 info->device = _BE_env.vgaInfo.device; in BE_getVGA()
166 info->bus = _BE_env.vgaInfo.bus; in BE_getVGA()
167 info->pcidev = _BE_env.vgaInfo.pcidev; in BE_getVGA()
169 info->pciInfo = _BE_env.vgaInfo.pciInfo; in BE_getVGA()
171 info->BIOSImage = _BE_env.vgaInfo.BIOSImage; in BE_getVGA()