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

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dscsi.c124 struct grub_scsi_inquiry iq;
129 iq.opcode = grub_scsi_cmd_inquiry;
130 iq.lun = scsi->lun << GRUB_SCSI_LUN_SHIFT;
131 iq.page = 0;
132 iq.reserved = 0;
133 iq.alloc_length = 0x24; /* XXX: Hardcoded for now */
134 iq.control = 0;
135 grub_memset (iq.pad, 0, sizeof(iq.pad));
137 err = scsi->dev->read (scsi, sizeof (iq), (cha
122 struct grub_scsi_inquiry iq; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c783 * There are four cases, depending on the values of 'old[iq]' and
784 * 'new[iq]':
786 * (1) old[iq] == 0 && new[iq] == 0
789 * (2) old[iq] == 0 && new[iq] != 0
793 * (3) old[iq] != 0 && new[iq] == 0
797 * (4) old[iq] != 0 && new[iq] !
820 int i, n, rnq, iq, r, ret = LDAP_SUCCESS; local
[all...]

Completed in 31 milliseconds