Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D06_fix_gethostbyname.patch13 + struct hostent *hp;
25 + hp = gethostbyname(dot_name);
26 + if (hp)
27 + return hp;
H A D10_usagi-ipv6.patch530 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 D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch70 @@ -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 Daltitude86 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 Dos-sys.c161 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 Dufs.h165 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 DCVE-2013-4420.patch110 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 D0011-libtar-fix-programming-mistakes-detected-by-static-a.patch44 libtar_hashptr_reset(&hp);
45 if (libtar_hash_getkey(td->td_h, &hp, &(s.st_ino),
/openbmc/ipmitool/control/
H A Drpmmacros.in11 %packager jmank@hp.com
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch676 + 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 Drdist-6.1.5-svr4.patch15 *"hp-ux"*) # HP-UX 9.x
/openbmc/phosphor-fan-presence/control/
H A Dgen-fan-zone-defs.py213 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 Dbzlib_blocksort.c534 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 D0002-Add-ImageProcessor-only-when-DISBALE_IMAGEPROCESSOR_.patch17 … -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 D0001-sched_attr-Do-not-define-for-glibc-2.41.patch14 …g/git/?p=glibc.git;a=commitdiff;h=21571ca0d70302909cf72707b2a7736cf12190a0;hp=298bc488fdc047da3748…
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/
H A Drsa_oem_dss_key.pem34 DKwoNMa4z8JIaKdHB0kT1vK9G/QiLPtJ6Wh8q0+hp+1T/IodXOR3zFHkURJVwVob
/openbmc/u-boot/arch/arm/dts/
H A Duniphier-ld20-global.dts63 hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
H A Duniphier-ld11-global.dts63 hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
H A Drk3288-veyron.dtsi118 rockchip,hp-det-gpios = <&gpio6 5 GPIO_ACTIVE_HIGH>;
660 hp_det: hp-det {
H A Dimx6sll-evk.dts143 hp-det-gpios = <&gpio4 24 1>;
/openbmc/openbmc-build-scripts/jenkins/
H A Duserid-validation78 hp/ci-authorized \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch156 struct hostent *hp;
165 (hp = gethostbyname(ename)) == NULL) {
/openbmc/qemu/include/block/
H A Dufs.h220 uint32_t hp; member
228 uint32_t hp; member
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS29 + Support hp smart arrays block devices (Anders Norgaard,
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c2268 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

12