Lines Matching full:sizeof
122 memset(&ov, 0, sizeof(ov));
143 memset(&ov, 0, sizeof(ov));
202 NULL, 0, &dg, sizeof(dg), &count, NULL);
247 .instance_size = sizeof(BDRVRawState),
268 memset(drives, 0, sizeof(drives));
269 GetLogicalDriveStrings(sizeof(drives), drives);
293 snprintf(s->drive_path, sizeof(s->drive_path), "%c:\\", p[0]);
326 if (find_cdrom(device_name, sizeof(device_name)) < 0)
334 snprintf(device_name, sizeof(device_name), "\\\\.\\%c:", filename[0]);
402 .instance_size = sizeof(BDRVRawState),