Searched refs:Parameters (Results 1 - 25 of 71) sorted by relevance

123

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_funcs.py41 params = apiutil.Parameters(func_name)
46 params = apiutil.Parameters(func_name)
51 params = apiutil.Parameters(func_name)
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedback_funcs.py32 params = apiutil.Parameters(func_name)
37 params = apiutil.Parameters(func_name)
H A Dfeedbackspu_proto.py28 params = apiutil.Parameters(func_name)
H A Dfeedback.py28 params = apiutil.Parameters(func_name)
46 params = apiutil.Parameters(func_name)
H A Dfeedback_state.py27 params = apiutil.Parameters(func_name)
/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp130 "Parameters:\n"
260 struct SERVICEPARAMETERS Parameters = { FORMAT_NONE }; local
281 Parameters.enmFormat != FORMAT_NONE))
283 Parameters.enmFormat
285 if (Parameters.enmFormat == FORMAT_NONE)
290 if (errorIfSet("--command", Parameters.pcszCommand))
292 Parameters.pcszCommand = ValueUnion.psz;
294 Parameters.pcszCommand))
300 Parameters.pcszArguments))
303 Parameters
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_beginend.py159 params = apiutil.Parameters(func_name)
H A Dpackspu_flush.py28 params = apiutil.Parameters(func_name)
H A Dpackspu_proto.py43 params = apiutil.Parameters(func_name)
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dtsfuncs.py23 params = apiutil.Parameters(func_name)
H A DDD_glh.py123 params = apiutil.Parameters(func_name)
H A Dcr_gl.py59 params = apiutil.Parameters(func_name)
H A Dentrypoints.py46 params = apiutil.Parameters(func_name)
143 params = apiutil.Parameters(func_name)
163 params = apiutil.Parameters(func_name)
H A Dwindows_exports.py37 params = apiutil.Parameters(func_name)
66 params = apiutil.Parameters(func_name)
85 params = apiutil.Parameters(func_name)
H A DDD_glc.py121 params = apiutil.Parameters(func_name)
H A DNULLfuncs.py24 params = apiutil.Parameters(func_name)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_dispatch_header.py39 params = apiutil.Parameters(func_name)
H A Dserver_retval.py63 params = apiutil.Parameters(func_name)
/vbox/src/VBox/GuestHost/OpenGL/error/
H A Derror.py32 params = apiutil.Parameters(func_name)
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Ddispatchheader.py44 params = apiutil.Parameters(func_name)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosBlkIo.c690 Controller = (UINT32) Drive->Parameters.InterfacePath.Pci.Controller;
693 if ((AsciiStrnCmp ("ATAPI", Drive->Parameters.InterfaceType, 5) == 0) ||
694 (AsciiStrnCmp ("ATA", Drive->Parameters.InterfaceType, 3) == 0)
702 Node.Atapi.SlaveMaster = Drive->Parameters.DevicePath.Atapi.Master;
703 Node.Atapi.Lun = Drive->Parameters.DevicePath.Atapi.Lun;
720 if (AsciiStrnCmp ("SCSI", Drive->Parameters.InterfaceType, 4) == 0) {
732 CopyMem (&Node.Scsi.Lun, &Drive->Parameters.DevicePath.Scsi.Lun, sizeof (UINT16));
733 Node.Scsi.Pun = Drive->Parameters.DevicePath.Scsi.Pun;
735 } else if (AsciiStrnCmp ("USB", Drive->Parameters.InterfaceType, 3) == 0) {
742 Node.Usb.ParentPortNumber = (UINT8) Drive->Parameters
[all...]
H A DBiosInt13.c64 BlockMedia->LastBlock = (EFI_LBA) Bios->Parameters.PhysicalSectors - 1;
65 BlockMedia->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
67 if ((Bios->Parameters.Flags & EDD_DEVICE_REMOVABLE) == EDD_DEVICE_REMOVABLE) {
250 mLegacyDriverUnder1Mb->Parameters.StructureSize = (UINT16) sizeof (EDD_DRIVE_PARAMETERS);
251 Regs.X.DS = EFI_SEGMENT ((UINTN)(&mLegacyDriverUnder1Mb->Parameters));
252 Regs.X.SI = EFI_OFFSET ((UINTN)(&mLegacyDriverUnder1Mb->Parameters));
257 SetMem (&Drive->Parameters, sizeof (Drive->Parameters), 0xaf);
264 &Drive->Parameters,
265 &mLegacyDriverUnder1Mb->Parameters,
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_header.py223 params = apiutil.Parameters(func_name)
250 params = apiutil.Parameters(func_name)
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_header.py50 args = apiutil.Parameters(func_name)
77 args = apiutil.Parameters(func_name)
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.cpp231 pSl->Parameters.QueryInterface.InterfaceType = &USB_BUS_INTERFACE_USBDI_GUID;
232 pSl->Parameters.QueryInterface.Size = sizeof (BusIf);
233 pSl->Parameters.QueryInterface.Version = USB_BUSIF_USBDI_VERSION_1;
234 pSl->Parameters.QueryInterface.Interface = (PINTERFACE)&BusIf;
235 pSl->Parameters.QueryInterface.InterfaceSpecificData = NULL;
291 pSl->Parameters.DeviceIoControl.IoControlCode = IOCTL_INTERNAL_USB_SUBMIT_URB;
292 pSl->Parameters.Others.Argument1 = (PVOID)&Urb;
293 pSl->Parameters.Others.Argument2 = NULL;
338 pSl->Parameters.DeviceIoControl.IoControlCode = uCtl;
339 pSl->Parameters
[all...]

Completed in 3304 milliseconds

123