Searched refs:dev_out (Results 1 – 2 of 2) sorted by relevance
94 int hw_device_init_from_string(const char *arg, HWDevice **dev_out) in hw_device_init_from_string() argument208 if (dev_out) in hw_device_init_from_string()209 *dev_out = dev; in hw_device_init_from_string()233 HWDevice **dev_out) in hw_device_init_from_type() argument263 if (dev_out) in hw_device_init_from_type()264 *dev_out = dev; in hw_device_init_from_type()
123 #define ftruncate(fd, size) ntfs_device_win32_ftruncate(dev_out, size)207 struct ntfs_device *dev_out = (struct ntfs_device*)NULL; variable684 else if (dev_out)685 i = dev_out->d_ops->write(dev_out,872 if (dev_out)873 ret = (dev_out->d_ops->seek)(dev_out, pos, mode);2497 if (dev_out)2498 dest_size = ntfs_device_size_get(dev_out, 1);2650 dev_out = ntfs_device_alloc(opt.output, 0,2652 if (!dev_out[all …]