/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/ |
H A D | inetutils_2.5.bb | 4 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 D | gengvec.c | 1017 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 D | rsh.xinetd.inetutils | 4 # consequently, for the rsh(1) program. The server provides
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | CVE-2018-19518.patch | 4 mailboxes through running imapd over rsh, and therefore ssh (Closes:
|
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1557 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 D | bpf_exp.y | 112 | rsh 433 rsh
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.7.rst | 179 - ``inetutils``: This recipe has rsh disabled.
|
H A D | migration-2.3.rst | 194 "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 D | ucc_geth.h | 1108 int rsh; member
|
H A D | ucc_geth.c | 2316 ug_info->rsh, ug_info->pro, &uf_regs->upsmr); in ucc_geth_startup()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/ |
H A D | openssh_9.9p1.bb | 3 DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) \
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2033 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 D | tcg-target.c.inc | 4124 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 D | bitbake-user-manual-fetching.rst | 297 "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 D | filter.rst | 255 rsh 0, 4 A >> <x>
|
/openbmc/linux/Documentation/driver-api/ |
H A D | ipmi.rst | 515 rsh=<regshift>
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |