| /openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/ |
| H A D | smack_test_file_access.sh | 4 RC=0 20 …MP/notroot.py $uid "TheOne" $CAT $test_file 2>&1 1>/dev/null | grep -q "Permission denied" || RC=$? 21 if [ $RC -ne 0 ]; then 23 exit $RC 28 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file | grep -q "TEST" || RC=$? 29 if [ $RC -ne 0 ]; then 31 exit $RC 39 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file | grep -q "TEST" || RC=$? 40 if [ $RC -ne 0 ]; then 42 exit $RC [all …]
|
| H A D | test_smack_onlycap.sh | 2 RC=0 12 echo "$test_label" > $SMACK_PATH/onlycap || RC=$? 13 if [ $RC -ne 0 ]; then 15 return $RC
|
| /openbmc/u-boot/board/sysam/amcore/ |
| H A D | amcore.c | 55 u32 dramsize, RC; in dram_init() local 78 RC = (CONFIG_SYS_CPU_CLK / 1000000) >> 1; in dram_init() 79 RC = (RC * 15) >> 4; in dram_init() 82 out_be16(&dc->dcr, 0x8200 | RC); in dram_init()
|
| /openbmc/u-boot/board/freescale/m5253demo/ |
| H A D | m5253demo.c | 33 u32 RC, temp; in dram_init() local 35 RC = (CONFIG_SYS_CLK / 1000000) >> 1; in dram_init() 36 RC = (RC * 15) >> 4; in dram_init() 39 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | go-ptest.bbclass | 26 RC=0 46 echo "run_test $testdir $testprog || RC=1" >> ${D}${PTEST_PATH}/run-ptest 50 echo "exit \$RC" >> ${D}${PTEST_PATH}/run-ptest
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | dmtf_redfishtool_utils.robot | 27 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 46 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 66 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 84 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd}
|
| H A D | common_utils.robot | 141 ${rc} ${output}= Run and return RC and Output ping -c 4 ${host} 142 Log RC: ${rc}\nOutput:\n${output} 974 ${RC} ${output}= Run and return RC and Output ping -c 4 ${OPENBMC_HOST} 975 Log RC: ${RC}\nOutput:\n${output} 976 Should be equal ${RC} ${1} 986 ${RC} ${output}= Run and return RC and Output ping -c 4 ${ip} 987 Log RC: ${RC}\nOutput:\n${output} 988 Should be equal ${RC} ${1}
|
| H A D | certificate_utils.robot | 99 ${rc} ${output}= Run And Return RC and Output ${openssl_cmd} 153 ${rc} ${output}= Run And Return RC and Output which openssl
|
| H A D | connection_client.robot | 143 ${rc} ${output}= Run and Return RC and Output ${cmd}
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/ |
| H A D | vblade.init | 130 RC=$? 139 case "$RC" in
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | lpc_common.h | 11 #define RC 0x3400 /* 32bit */ macro
|
| /openbmc/u-boot/arch/x86/include/asm/arch-broadwell/ |
| H A D | rcb.h | 27 #define RC 0x3400 /* 32bit */ macro
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-pytss/ |
| H A D | python3-tpm2-pytss_2.3.0.bb | 1 …ure API (FAPI), Marshaling (MU), TCTI Loader (TCTILdr), TCTIs, policy, and RC Decoding (rcdecode) …
|
| /openbmc/openbmc-test-automation/lib/pdu/ |
| H A D | synaccess.robot | 21 ... PDU returned RC=${resp}.
|
| /openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/ |
| H A D | test_smack_udp_sockets.sh | 2 RC=0
|
| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | cpu.c | 50 writel(1 << 2, RCB_REG(RC)); in cpu_common_init()
|
| /openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/ |
| H A D | test_smack_tcp_sockets.sh | 2 RC=0
|
| /openbmc/qemu/disas/ |
| H A D | alpha.c | 308 #define RC (RB + 1) macro 312 #define FA (RC + 1) 657 #define ARG_OPRLZ1 { ZA, LIT, RC } 802 { "clr", OPR(0x11,0x20), BASE, { ZA, ZB, RC } }, /* pseudo */ 803 { "mov", OPR(0x11,0x20), BASE, { ZA, RB, RC } }, /* pseudo */ 804 { "mov", OPR(0x11,0x20), BASE, { RA, RBA, RC } }, /* pseudo */ 805 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */ 835 0xFFFFFFE0, BASE, { RC } }, /* ev56 but */ 1548 { "ftoit", FP(0x1C, 0x70), CIX, { FA, ZB, RC } }, 1549 { "ftois", FP(0x1C, 0x78), CIX, { FA, ZB, RC } },
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | pauth_helper.c | 229 static const uint64_t RC[5] = { in pauth_computepac_architected() local 253 workingval ^= RC[i]; in pauth_computepac_architected() 299 workingval ^= RC[iterations - i]; in pauth_computepac_architected()
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_network_nping.robot | 57 ${rc} ${output}= Run And Return RC And Output ${cmd_buff}
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-15.1.inc | 37 #RELEASE ?= "15.1.0-RC-20250418"
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | Kconfig | 113 PCIe controllers. The PCIe may works in RC or EP mode according to
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | standby_bmc.robot | 178 ${rc} ${output}= Run And Return RC And Output
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_dumps.robot | 504 ${rc}= Run And Return RC dd if=${filename} of=output.zst bs=1 skip=628 507 ${rc}= Run And Return RC zstd -d output.zst 510 ${rc}= Run And Return RC tar -xvf output
|
| /openbmc/u-boot/arch/x86/cpu/broadwell/ |
| H A D | pch.c | 571 setbits_le32(RCB_REG(RC), 1 << 2); in broadwell_pch_init()
|