HomeSort by: relevance | last modified time | path
    Searched defs:hip (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/arm/amlogic/
meson_genfb.c 410 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local
498 hip = VPU_READ(sc, VPP_OSD_HSC_INI_PHASE_REG);
499 hip &= ~VPP_OSD_HSC_INI_PHASE_1;
500 VPU_WRITE(sc, VPP_OSD_HSC_INI_PHASE_REG, hip);
meson_genfb.c 410 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; local
498 hip = VPU_READ(sc, VPP_OSD_HSC_INI_PHASE_REG);
499 hip &= ~VPP_OSD_HSC_INI_PHASE_1;
500 VPU_WRITE(sc, VPP_OSD_HSC_INI_PHASE_REG, hip);
  /src/usr.sbin/traceroute6/
traceroute6.c 975 struct ip6_hdr *hip; local
978 hip = (struct ip6_hdr *)(icp + 1);
979 if ((up = get_udphdr(hip, (u_char *)(buf + cc))) == NULL) {
traceroute6.c 975 struct ip6_hdr *hip; local
978 hip = (struct ip6_hdr *)(icp + 1);
979 if ((up = get_udphdr(hip, (u_char *)(buf + cc))) == NULL) {
  /src/usr.sbin/traceroute/
traceroute.c 1447 struct ip *hip; local
1451 hip = &icp->icmp_ip;
1452 hlen = hip->ip_hl << 2;
1463 hicmp = (struct icmp *)((u_char *)hip + hlen);
1466 hip->ip_p == IPPROTO_ICMP &&
1471 up = (struct udphdr *)((u_char *)hip + hlen);
1474 hip->ip_p == IPPROTO_UDP &&
traceroute.c 1447 struct ip *hip; local
1451 hip = &icp->icmp_ip;
1452 hlen = hip->ip_hl << 2;
1463 hicmp = (struct icmp *)((u_char *)hip + hlen);
1466 hip->ip_p == IPPROTO_ICMP &&
1471 up = (struct udphdr *)((u_char *)hip + hlen);
1474 hip->ip_p == IPPROTO_UDP &&
  /src/sys/dist/pf/net/
pf.c 3442 struct ip *hip = mtod(m, struct ip *); local
3446 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
3449 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
pf.c 3442 struct ip *hip = mtod(m, struct ip *); local
3446 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
3449 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
  /src/external/bsd/top/dist/machine/
m_sunos5.c 1909 hash_item_pidthr *hip; local
2193 hip = hash_first_pidthr(threadhash, &pos);
2194 while (hip != NULL)
2196 op = (struct oldproc *)(hip->value);
2207 hip = hash_next_pidthr(&pos);
m_sunos5.c 1909 hash_item_pidthr *hip; local
2193 hip = hash_first_pidthr(threadhash, &pos);
2194 while (hip != NULL)
2196 op = (struct oldproc *)(hip->value);
2207 hip = hash_next_pidthr(&pos);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc 6008 vn_phi_iterator_type hip; local
6021 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->phis, vp, vn_phi_t, hip)
tree-ssa-sccvn.cc 6008 vn_phi_iterator_type hip; local
6021 FOR_EACH_HASH_TABLE_ELEMENT (*valid_info->phis, vp, vn_phi_t, hip)
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 13472 struct mips_hi16 **hip, *hi;
13478 hip = &tdata->mips_hi16_list;
13479 while ((hi = *hip) != NULL)
13483 *hip = hi->next;
13487 hip = &hi->next;
13431 struct mips_hi16 **hip, *hi; local
elfxx-mips.c 13472 struct mips_hi16 **hip, *hi;
13478 hip = &tdata->mips_hi16_list;
13479 while ((hi = *hip) != NULL)
13483 *hip = hi->next;
13487 hip = &hi->next;
13431 struct mips_hi16 **hip, *hi; local

Completed in 105 milliseconds