Home
last modified time | relevance | path

Searched refs:rsh (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/
H A Dinetutils_2.5.bb4 rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
18 file://rsh.xinetd.inetutils \
49 EXTRA_OECONF:append = " --disable-rsh --disable-rshd --disable-rcp \
91 cp ${UNPACKDIR}/rsh.xinetd.inetutils ${D}/${sysconfdir}/xinetd.d/rsh
113 ${PN}-rsh ${PN}-rshd"
191 FILES:${PN}-rsh = "${bindir}/rsh ${bindir}/rlogin ${bindir}/rexec ${bindir}/rcp"
192 RCONFLICTS:${PN}-rsh += "netkit-rsh-client"
193 RPROVIDES:${PN}-rsh = "rsh"
196 … ${sysconfdir}/xinetd.d/rsh ${sysconfdir}/xinetd.d/rlogin ${sysconfdir}/xinetd.d/rexec"
/openbmc/qemu/target/arm/tcg/
H A Dgengvec.c1017 TCGv_i32 rsh = tcg_temp_new_i32(); in gen_ushl_i32() local
1027 tcg_gen_neg_i32(rsh, lsh); in gen_ushl_i32()
1029 tcg_gen_shr_i32(rval, src, rsh); in gen_ushl_i32()
1031 tcg_gen_movcond_i32(TCG_COND_LTU, dst, rsh, max, rval, dst); in gen_ushl_i32()
1039 TCGv_i64 rsh = tcg_temp_new_i64(); in gen_ushl_i64() local
1049 tcg_gen_neg_i64(rsh, lsh); in gen_ushl_i64()
1051 tcg_gen_shr_i64(rval, src, rsh); in gen_ushl_i64()
1053 tcg_gen_movcond_i64(TCG_COND_LTU, dst, rsh, max, rval, dst); in gen_ushl_i64()
1062 TCGv_vec rsh = tcg_temp_new_vec_matching(dst); in gen_ushl_vec() local
1065 tcg_gen_neg_vec(vece, rsh, shift); in gen_ushl_vec()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Drsh.xinetd.inetutils4 # consequently, for the rsh(1) program. The server provides
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A DCVE-2018-19518.patch4 mailboxes through running imapd over rsh, and therefore ssh (Closes:
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1557 uint16_t rsh, rsl, rth, rtl; in helper_precrqu_s_qb_ph() local
1559 rsh = (rs & MIPSDSP_HI) >> 16; in helper_precrqu_s_qb_ph()
1564 tempD = mipsdsp_sat8_reduce_precision(rsh, env); in helper_precrqu_s_qb_ph()
2022 int16_t rsh, rth; \
2025 rsh = (rs >> movbits) & MIPSDSP_LO; \
2027 temp = mipsdsp_##func(rsh, rth, env); \
2041 int16_t rsh, rsl, rth, rtl; \
2045 MIPSDSP_SPLIT32_16(rs, rsh, rsl); \
2049 tempB = mipsdsp_mul_q15_q15(ac, rsh, rth, env); \
2052 tempB = mipsdsp_mul_u16_u16(rsh, rth); \
[all …]
/openbmc/linux/tools/bpf/
H A Dbpf_exp.y112 | rsh
433 rsh
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.7.rst179 - ``inetutils``: This recipe has rsh disabled.
H A Dmigration-2.3.rst194 "rsh" Parameter:* The SVN fetcher now takes an "ssh" parameter
195 instead of an "rsh" parameter. This new optional parameter is used
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.h1108 int rsh; member
H A Ducc_geth.c2316 ug_info->rsh, ug_info->pro, &uf_regs->upsmr); in ucc_geth_startup()
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/
H A Dopenssh_9.9p1.bb3 DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) \
/openbmc/qemu/target/ppc/
H A Dtranslate.c2033 int rsh = (32 - sh) & 31; in gen_rlwinm() local
2037 } else if (me == 31 && rsh + len <= 32) { in gen_rlwinm()
2038 tcg_gen_extract_tl(t_ra, t_rs, rsh, len); in gen_rlwinm()
2162 int rsh = (64 - sh) & 63; in gen_rldinm() local
2166 } else if (me == 63 && rsh + len <= 64) { in gen_rldinm()
2167 tcg_gen_extract_tl(t_ra, t_rs, rsh, len); in gen_rldinm()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc4124 TCGv_i32 rsh = tcg_temp_new_i32();
4126 tcg_gen_neg_i32(rsh, lsh);
4127 tcg_gen_andi_i32(rsh, rsh, (8 << vece) - 1);
4129 tcg_gen_shrs_vec(vece, v0, v1, rsh);
4132 tcg_temp_free_i32(rsh);
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst297 "ext", BitBake examines the "rsh" parameter and sets ``CVS_RSH``. You
316 - *"rsh":* Used in conjunction with the "method" parameter.
/openbmc/linux/Documentation/networking/
H A Dfilter.rst255 rsh 0, 4 A >> <x>
/openbmc/linux/Documentation/driver-api/
H A Dipmi.rst515 rsh=<regshift>
/openbmc/linux/
H A Dopengrok1.0.log[all...]