Searched defs:out_identify (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/ata_id/
H A Data_id.c313 * @out_identify: Return location for IDENTIFY data.
318 * copied into @out_identify and @out_is_packet_device.
328 uint8_t out_identify[512],
339 memzero(out_identify, 512);
371 ret = disk_identify_packet_device_command(fd, out_identify, 512);
381 ret = disk_identify_command(fd, out_identify, 512);
389 if (out_identify[n] != '\0') {
326 disk_identify(struct udev *udev, int fd, uint8_t out_identify[512], int *out_is_packet_device) argument

Completed in 26 milliseconds