Searched refs:DeviceIoControl (Results 1 – 4 of 4) sorted by relevance
| /openbmc/ipmitool/src/plugins/imb/ |
| H A D | imbapi.c | 361 DeviceIoControl( in DeviceIoControl() function 448 status = DeviceIoControl ( hDevice, in StartAsyncMesgPoll() 532 status = DeviceIoControl( hDevice, in SendTimedI2cRequest() 645 status = DeviceIoControl( hDevice, in SendTimedEmpMessageResponse() 790 status = DeviceIoControl( hDevice, in SendTimedEmpMessageResponse_Ex() 898 status = DeviceIoControl( hDevice, in SendTimedLanMessageResponse() 1042 status = DeviceIoControl( hDevice, in SendTimedLanMessageResponse_Ex() 1116 status = DeviceIoControl( hDevice, in SendTimedImbpRequest() 1198 status = DeviceIoControl( hDevice, in SendAsyncImbpRequest() 1274 status = DeviceIoControl( hDevice, in GetAsyncImbpMessage() [all …]
|
| /openbmc/qemu/block/ |
| H A D | file-win32.c | 208 return (int) DeviceIoControl((HANDLE)_get_osfhandle(fd), FSCTL_SET_SPARSE, in set_sparse() 243 status = DeviceIoControl(s->hfile, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, in raw_probe_alignment() 548 status = DeviceIoControl(s->hfile, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, in raw_co_getlength()
|
| /openbmc/qemu/net/ |
| H A D | tap-win32.c | 400 return DeviceIoControl(handle, TAP_IOCTL_SET_MEDIA_STATUS, in tap_win32_set_status() 635 bret = DeviceIoControl(handle, TAP_IOCTL_GET_VERSION, in tap_win32_open()
|
| /openbmc/qemu/qga/ |
| H A D | commands-win32.c | 681 if (!DeviceIoControl(dev_file, IOCTL_STORAGE_GET_DEVICE_NUMBER, in get_pci_info() 815 if (!DeviceIoControl(vol_h, IOCTL_STORAGE_QUERY_PROPERTY, &query, in get_disk_properties() 827 if (!DeviceIoControl(vol_h, IOCTL_STORAGE_QUERY_PROPERTY, &query, in get_disk_properties() 903 if (DeviceIoControl(disk_h, IOCTL_SCSI_GET_ADDRESS, NULL, 0, scsi_ad, in get_single_disk_info() 948 if (!DeviceIoControl(vol_h, IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, NULL, in build_guest_disk_info() 957 if (!DeviceIoControl( in build_guest_disk_info() 1079 if (!DeviceIoControl(dev_file, IOCTL_STORAGE_GET_DEVICE_NUMBER, in qmp_guest_get_disks()
|