Searched defs:io (Results 1 – 8 of 8) sorted by relevance
70 struct dm_ioctl io; in CreateDevice() local108 struct dm_ioctl io; in DeleteDevice() local141 struct dm_ioctl io; in DeleteDeviceDeferred() local212 struct dm_ioctl io; in GetDeviceUniquePath() local228 struct dm_ioctl io; in GetDetailedInfo() local237 struct dm_ioctl io; in GetState() local253 struct dm_ioctl io; in ChangeState() local278 struct dm_ioctl* io = reinterpret_cast<struct dm_ioctl*>(&ioctl_buffer[0]); in LoadTableAndActivate() local321 struct dm_ioctl* io = reinterpret_cast<struct dm_ioctl*>(buffer.get()); in GetAvailableTargets() local398 struct dm_ioctl* io = reinterpret_cast<struct dm_ioctl*>(buffer.get()); in GetAvailableDevices() local[all …]
32 void fuzz(const FakeIoDelegate& io, const std::vector<std::string>& args) { in fuzz()57 FakeIoDelegate io; in fuzzLang() local73 FakeIoDelegate io; in fuzzCheckApi() local
11 static void ioctl_init(struct dm_ioctl *io, size_t dataSize, const char *name, unsigned flags) in ioctl_init()28 struct dm_ioctl *io; in main() local
58 io_stats io[UID_STATS]; variable66 io_stats io[UID_STATS]; // [0]:foreground [1]:background variable
49 struct iovec io; in RemoteGet() local
60 FakeIoDelegate io; member
3998 FakeIoDelegate io; in Run() local
124 io() : handle_(nullptr, fec_close) {} in io() function