Searched refs:DeviceIoControl (Results 1 – 5 of 5) 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() 1557 status = DeviceIoControl(hDevice, in IsAsyncMessageAvailable() 1752 status = DeviceIoControl(hDevice, in RegisterForImbAsyncMessageNotification() 1813 status = DeviceIoControl(hDevice, in UnRegisterForImbAsyncMessageNotification() [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/qga/ |
H A D | commands-win32.c | 658 if (!DeviceIoControl(dev_file, IOCTL_STORAGE_GET_DEVICE_NUMBER, in get_pci_info() 792 if (!DeviceIoControl(vol_h, IOCTL_STORAGE_QUERY_PROPERTY, &query, in get_disk_properties() 804 if (!DeviceIoControl(vol_h, IOCTL_STORAGE_QUERY_PROPERTY, &query, in get_disk_properties() 882 if (DeviceIoControl(disk_h, IOCTL_SCSI_GET_ADDRESS, NULL, 0, scsi_ad, in get_single_disk_info() 928 if (!DeviceIoControl(vol_h, IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, NULL, in build_guest_disk_info() 937 if (!DeviceIoControl( in build_guest_disk_info() 1059 if (!DeviceIoControl(dev_file, IOCTL_STORAGE_GET_DEVICE_NUMBER, in qmp_guest_get_disks()
|
/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/linux/Documentation/filesystems/ |
H A D | coda.rst | 300 In Windows NT and the DPMI Windows 95 implementation a DeviceIoControl 301 call is used. The DeviceIoControl call is designed to copy buffers
|