Searched refs:gi (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dvendstat.c144 is3_general_info_t *gi; local
252 gi = (is3_general_info_t *)&buf;
256 printf("hw_dev_rev: 0x%04x\n", ntohs(gi->hw_info.hw_revision));
257 printf("hw_dev_id: 0x%04x\n", ntohs(gi->hw_info.device_id));
258 printf("hw_uptime: 0x%08x\n", ntohl(gi->hw_info.uptime));
260 gi->fw_info.major, gi->fw_info.minor, gi->fw_info.sub_minor);
261 printf("fw_build_id: 0x%04x\n", ntohl(gi->fw_info.build_id));
263 gi
[all...]
/freebsd-9.3-release/tools/tools/nanobsd/
H A DFlashDevice.sub214 # Power of 2 variants can be specified with gi or mi for GiB and MiB
238 *gi)
241 NANO_MEDIASIZE=`expr -e ${a2%gi} \* 1024 \* 1024 \* 1024 / 512`
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c2668 const rc_group_icon *gi;
2671 for (c = 0, gi = group_icon; gi != NULL; gi = gi->next, c++)
2680 for (c = 1, gi = group_icon; gi != NULL; gi = gi->next, c++)
2684 gi
2665 const rc_group_icon *gi; local
[all...]
H A Dresbin.c867 rc_group_icon *gi; local
872 gi = (rc_group_icon *) res_alloc (sizeof (rc_group_icon));
874 gi->width = windres_get_8 (wrbfd, data, 1);
875 gi->height = windres_get_8 (wrbfd, data + 1, 1);
876 gi->colors = windres_get_8 (wrbfd, data + 2, 1);
877 gi->planes = windres_get_16 (wrbfd, data + 4, 2);
878 gi->bits = windres_get_16 (wrbfd, data + 6, 2);
879 gi->bytes = windres_get_32 (wrbfd, data + 8, 4);
880 gi->index = windres_get_16 (wrbfd, data + 12, 2);
882 gi
1629 const rc_group_icon *gi; local
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm47 if (/^asso?c?id=0 status=(\S{4}) (\S+), (\S+),/gi) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-alpha.c2108 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh;
2111 for (gi = hi->got_entries; gi ; gi = gin)
2113 gin = gi->next;
2115 if (gi->gotobj == gs->gotobj
2116 && gi->reloc_type == gs->reloc_type
2117 && gi->addend == gs->addend)
2119 gi->use_count += gs->use_count;
2122 gi
2100 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh; local
[all...]

Completed in 173 milliseconds