Lines Matching defs:ibuf
964 struct inquiry_standard_data ibuf;
1002 memset (&ibuf, 0, sizeof (ibuf));
1003 buf_size = sizeof (ibuf);
1004 status = inquiry (fd, &ibuf, &buf_size, 0, HS2P_INQUIRY_STANDARD_PAGE_CODE);
1015 ibuf.devtype, ibuf.vendor, ibuf.product, ibuf.revision);
1018 ibuf.rmb_evpd, ibuf.version, ibuf.response_data_format, ibuf.length,
1019 ibuf.byte7);
1021 if (ibuf.devtype != 6 || strncmp ((char *) ibuf.vendor, "RICOH ", 8) != 0)
1027 else if (!is_device_supported ((char *) ibuf.product))
1031 ibuf.product);
1085 if (strncmp ((char *) ibuf.product, "IS450", 5) == 0)
1089 else if (strncmp ((char *) ibuf.product, "IS420", 5) == 0)
1152 dev->info.devtype = ibuf.devtype;
1153 snprintf (dev->info.vendor, 9, "%-.5s", ibuf.vendor); /* RICOH */
1155 snprintf (dev->info.product, 16, "%-.16s", ibuf.product); /* IS450 */
1157 snprintf (dev->info.revision, 5, "%-.4s", ibuf.revision); /* 1R04 */