Lines Matching defs:res
202 bool GetGeometry(DISK_GEOMETRY *res) const
203 { return DeviceIoControlOut(IOCTL_DISK_GET_DRIVE_GEOMETRY, res, sizeof(*res)); }
205 bool GetGeometryEx(my_DISK_GEOMETRY_EX *res) const
206 { return DeviceIoControlOut(my_IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, res, sizeof(*res)); }
208 bool GetCdRomGeometry(DISK_GEOMETRY *res) const
209 { return DeviceIoControlOut(IOCTL_CDROM_GET_DRIVE_GEOMETRY, res, sizeof(*res)); }
211 bool GetPartitionInfo(PARTITION_INFORMATION *res)
212 { return DeviceIoControlOut(IOCTL_DISK_GET_PARTITION_INFO, LPVOID(res), sizeof(*res)); }
368 ssize_t res = write_full(data, size, processed);
369 if (res == -1)