| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 06_fix_gethostbyname.patch | 13 + struct hostent *hp; 25 + hp = gethostbyname(dot_name); 26 + if (hp) 27 + return hp;
|
| H A D | 10_usagi-ipv6.patch | 530 static struct hostent *dup_hostent(hp) 580 return (dup_hostent(hp)); 592 + struct addrinfo *hp, *res; 595 struct hostent *hp; 610 + for (res = hp, count = 0; res; res = res->ai_next, count++) { 613 for (count = 0; (addr = hp->h_addr_list[count]) != 0; count++) { 624 + freeaddrinfo(hp); 626 free((char *) hp); 895 struct hostent *hp; 1029 + struct addrinfo hints, *hp, *res; [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/db/db/ |
| H A D | 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch | 70 @@ -276,7 +276,7 @@ __memp_bh_freeze(dbmp, infop, hp, bhp, need_frozenp) 79 @@ -428,7 +428,7 @@ __memp_bh_thaw(dbmp, infop, hp, frozen_bhp, alloc_bhp) 103 hp->mtx_hash = mtx_base + (i % dbenv->mp_mtxcount); 104 SH_TAILQ_INIT(&hp->hash_bucket); 105 - atomic_init(&hp->hash_page_dirty, 0); 106 + __db_atomic_init(&hp->hash_page_dirty, 0); 108 hp->hash_io_wait = 0; 109 hp->hash_frozen = hp->hash_thawed = hp->hash_frozen_freed = 0;
|
| /openbmc/openbmc-tools/altitude/ |
| H A D | altitude | 86 hp = Hp(args.pressure) 87 local.append("Height at {:.2f}Pa: {:.2f}m".format(args.pressure, hp)) 88 t = C(T(hp)) 89 local.append("Temperature at {:.2f}m: {:.2f}C".format(hp, t))
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-sys.c | 161 uint8_t *hp, *gp; in h2g_old_sysctl() local 169 gp = hp = (uint8_t *)holdp; in h2g_old_sysctl() 189 *(uint16_t *)gp = tswap16(*(uint16_t *)hp); in h2g_old_sysctl() 192 *(uint32_t *)gp = tswap32(*(uint32_t *)hp); in h2g_old_sysctl() 195 *(uint64_t *)gp = tswap64(*(uint64_t *)hp); in h2g_old_sysctl() 210 *(abi_long *)gp = tswap32(h2g_long_sat(*(long *)hp)); in h2g_old_sysctl() 213 *(abi_ulong *)gp = tswap32(h2g_ulong_sat(*(u_long *)hp)); in h2g_old_sysctl() 223 hp += hlen; in h2g_old_sysctl()
|
| /openbmc/qemu/hw/ufs/ |
| H A D | ufs.h | 165 return u->mcq_op_reg[qid].sq.hp; in ufs_mcq_sq_head() 170 u->mcq_op_reg[qid].sq.hp = db; in ufs_mcq_update_sq_head() 190 return u->mcq_op_reg[qid].cq.hp; in ufs_mcq_cq_head() 195 u->mcq_op_reg[qid].cq.hp = db; in ufs_mcq_update_cq_head()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
| H A D | CVE-2013-4420.patch | 110 libtar_hashptr_reset(&hp); 111 - if (libtar_hash_getkey(t->h, &hp, th_get_linkname(t), 112 + if (libtar_hash_getkey(t->h, &hp, safer_name_suffix(th_get_linkname(t)), 115 lnp = (char *)libtar_hashptr_data(&hp);
|
| H A D | 0011-libtar-fix-programming-mistakes-detected-by-static-a.patch | 44 libtar_hashptr_reset(&hp); 45 if (libtar_hash_getkey(td->td_h, &hp, &(s.st_ino),
|
| /openbmc/ipmitool/control/ |
| H A D | rpmmacros.in | 11 %packager jmank@hp.com
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 676 + struct hardlink_hash *hp; 709 + for (hp = ctl->hps[hsh]; hp; hp = hp->next) { 710 + if (hp->size == st.st_size && hp->mtime == mtime) 713 + if (!hp) { 714 + hp = xmalloc(sizeof(*hp)); 715 + hp->size = st.st_size; 716 + hp->mtime = mtime; 717 + hp->chain = NULL; 718 + hp->next = ctl->hps[hsh]; 719 + ctl->hps[hsh] = hp; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-svr4.patch | 15 *"hp-ux"*) # HP-UX 9.x
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | gen-fan-zone-defs.py | 213 for i, hp in enumerate(s["hparams"]["params"]): 215 e += s["hparams"][hp] + ",\n" 217 e += s["hparams"][hp] + "\n" 247 for i, hp in enumerate(i["hparams"]["params"]): 249 e += i["hparams"][hp] + ",\n" 251 e += i["hparams"][hp] + "\n"
|
| /openbmc/u-boot/lib/bzip2/ |
| H A D | bzlib_blocksort.c | 534 Int32 i, j, h, bigN, hp; in mainSimpleSort() local 540 hp = 0; in mainSimpleSort() 541 while (incs[hp] < bigN) hp++; in mainSimpleSort() 542 hp--; in mainSimpleSort() 544 for (; hp >= 0; hp--) { in mainSimpleSort() 545 h = incs[hp]; in mainSimpleSort()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
| H A D | 0002-Add-ImageProcessor-only-when-DISBALE_IMAGEPROCESSOR_.patch | 17 … -597,7 +597,11 @@ hpcups_SOURCES = prnt/hpcups/HPCupsFilter.cpp prnt/hpcups/HPCupsFilter.h prnt/hp
|
| /openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/ |
| H A D | 0001-sched_attr-Do-not-define-for-glibc-2.41.patch | 14 …g/git/?p=glibc.git;a=commitdiff;h=21571ca0d70302909cf72707b2a7736cf12190a0;hp=298bc488fdc047da3748…
|
| /openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/ |
| H A D | rsa_oem_dss_key.pem | 34 DKwoNMa4z8JIaKdHB0kT1vK9G/QiLPtJ6Wh8q0+hp+1T/IodXOR3zFHkURJVwVob
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | uniphier-ld20-global.dts | 63 hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
|
| H A D | uniphier-ld11-global.dts | 63 hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
|
| H A D | rk3288-veyron.dtsi | 118 rockchip,hp-det-gpios = <&gpio6 5 GPIO_ACTIVE_HIGH>; 660 hp_det: hp-det {
|
| H A D | imx6sll-evk.dts | 143 hp-det-gpios = <&gpio4 24 1>;
|
| /openbmc/openbmc-build-scripts/jenkins/ |
| H A D | userid-validation | 78 hp/ci-authorized \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
| H A D | 0003-rarpd.c-bug-fix.patch | 156 struct hostent *hp; 165 (hp = gethostbyname(ename)) == NULL) {
|
| /openbmc/qemu/include/block/ |
| H A D | ufs.h | 220 uint32_t hp; member 228 uint32_t hp; member
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/ |
| H A D | NEWS | 29 + Support hp smart arrays block devices (Anders Norgaard,
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-vfp.c | 2268 MAKE_VFM_TRANS_FNS(hp) 2417 DO_VFP_2OP(VABS, hp, gen_vfp_absh, aa32_fp16_arith) in DO_VFP_VMOV() 2421 DO_VFP_2OP(VNEG, hp, gen_vfp_negh, aa32_fp16_arith) in DO_VFP_VMOV() 2440 DO_VFP_2OP(VSQRT, hp, gen_VSQRT_hp, aa32_fp16_arith) in DO_VFP_2OP() argument
|