Home
last modified time | relevance | path

Searched refs:tr (Results 201 – 225 of 415) sorted by relevance

12345678910>>...17

/openbmc/openbmc/meta-phosphor/classes/
H A Dfit-image.bbclass401 dtb_image=$(echo $dtb_image | tr '/' '_')
402 dtb_image_sect=$(echo "${dtb_image_sect}" | tr '/' '_')
568 echo "$DTBS" | tr ' ' '\n' | grep -xq "$DTB" && continue
571 DTB=$(echo $DTB | tr '/' '_')
580 echo "$DTBS" | tr ' ' '\n' | grep -xq "$DTB" && continue
587 DTB=$(echo $DTB | tr '/' '_')
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/
H A Dminerva-fan-status-monitor27 …int_array < <(busctl get-property "$service" "$object_path" "$interface" "$property" | tr -d '"\n')
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dconfig2csv.sh45 tr -s ' ' '\012' < $i.boot | grep -v '^#' >> $T/p
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_invalid_nested_guest_state.c90 sregs.tr.unusable = 1; in main()
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/
H A Dncplite-led.sh28 …E} ${HOST_OBJPATH} ${HOST_INTERFACE} ${HOST_PROPERTY} | awk '{print $2}' | tr -d "\"" | awk -F . '…
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
H A Dhw_translate_dcn10.c406 void dal_hw_translate_dcn10_init(struct hw_translate *tr) in dal_hw_translate_dcn10_init() argument
408 tr->funcs = &funcs; in dal_hw_translate_dcn10_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/
H A Dhw_translate_dce120.c406 void dal_hw_translate_dce120_init(struct hw_translate *tr) in dal_hw_translate_dce120_init() argument
408 tr->funcs = &funcs; in dal_hw_translate_dce120_init()
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Dfind-sh4errors.sh113 /usr/bin/tr -d '#!'`
/openbmc/u-boot/board/BuR/brppt1/
H A Dconfig.mk14 dd if=/dev/zero ibs=1M count=2 2>/dev/null | tr "\000" "\377" >$@ && \
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dethtool_lib.sh45 tr -s ' ')
/openbmc/openbmc/meta-aspeed/recipes-aspeed/images/
H A Daspeed-image-norootfs.bb15 tr '\000' '\377' > ${B}/aspeed-norootfs.bin
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91sam9_sdramc.h30 u32 tr; member
/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-relocate.sh10 native_sysroot=$($SUDO_EXEC cat $env_setup_script |grep 'OECORE_NATIVE_SYSROOT='|cut -d'=' -f2|tr -…
/openbmc/openbmc/meta-raspberrypi/
H A DREADME.md9 <tr border="0">
22 </tr>
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dreadme.md9 <tr border="0">
22 </tr>
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust-cross-canadian.inc57 RUST_TARGET_TRIPLE=`echo ${RUST_TARGET_SYS} | tr '[:lower:]' '[:upper:]' | sed 's/-/_/g'`
58 RUST_HOST_TRIPLE=`echo ${RUST_HOST_SYS} | tr '[:lower:]' '[:upper:]' | sed 's/-/_/g'`
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/
H A Dsupport-cross-compile-for-linux.patch26 rm -f wipe $(OBJECTS) wipe.tr-asc.1 version.h
/openbmc/qemu/tests/qemu-iotests/
H A D038101 -e 's/qemu-io> //g' | paste - - | sort | tr '\t' '\n'
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/
H A Dmori-lib.sh20 grep -o '\[.*]' | tr -d ' \[\]')
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dfix_version_parse.patch17 tr " " "\n" | # split words into separate lines
/openbmc/linux/arch/sh/include/asm/
H A Dptrace.h59 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_core.c561 int dirplay, int sl, unsigned int tr, int thsource) in vortex_src_setupchannel() argument
575 if ((tr & 0x10000) && (tr != 0x10000)) { in vortex_src_setupchannel()
576 tr = 0; in vortex_src_setupchannel()
579 if ((((short)tr) < 0) && (tr != 0x8000)) { in vortex_src_setupchannel()
580 tr = 0; in vortex_src_setupchannel()
583 tr = 1; in vortex_src_setupchannel()
589 tr = 0; /*ebx = 0 */ in vortex_src_setupchannel()
596 tr = 1; in vortex_src_setupchannel()
604 if (tr) in vortex_src_setupchannel()
610 if (tr) in vortex_src_setupchannel()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c575 struct test_result tr = {}; in write_test_result() local
578 tr.desc = *d; in write_test_result()
579 tr.res = res; in write_test_result()
581 ret = write(results_fd[1], &tr, sizeof(tr)); in write_test_result()
582 if (ret != sizeof(tr)) in write_test_result()
2230 struct test_result tr = {}; in check_results() local
2231 struct xfrm_desc *d = &tr.desc; in check_results()
2235 ssize_t received = read(results_fd[0], &tr, sizeof(tr)); in check_results()
2241 if (received != sizeof(tr)) { in check_results()
2246 switch (tr.res) { in check_results()
/openbmc/linux/kernel/rcu/
H A Drcuscale.c461 DEFINE_TORTURE_RANDOM(tr); in rcu_scale_writer()
498 schedule_timeout_idle(torture_random(&tr) % writer_holdoff_jiffies + 1); in rcu_scale_writer()
632 DEFINE_TORTURE_RANDOM(tr); in kfree_scale_thread()
670 (kfree_rcu_test_both && torture_random(&tr) & 0x800)) in kfree_scale_thread()
/openbmc/openbmc/poky/meta/recipes-extended/sysklogd/files/
H A Dsysklogd82 cmd=`cat /proc/$pid/cmdline | tr "\000" "\n"|head -n 1`

12345678910>>...17