Home
last modified time | relevance | path

Searched refs:RUN (Results 1 – 25 of 100) sorted by relevance

1234

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverifier.c113 #define RUN(skel) run_tests_aux(#skel, skel##__elf_bytes, NULL) macro
115 void test_verifier_and(void) { RUN(verifier_and); } in test_verifier_and()
116 void test_verifier_basic_stack(void) { RUN(verifier_basic_stack); } in test_verifier_basic_stack()
117 void test_verifier_bounds(void) { RUN(verifier_bounds); } in test_verifier_bounds()
118 void test_verifier_bounds_deduction(void) { RUN(verifier_bounds_deduction); } in test_verifier_bounds_deduction()
119 void test_verifier_bounds_deduction_non_const(void) { RUN(verifier_bounds_deduction_non_const);… in test_verifier_bounds_deduction_non_const()
120 void test_verifier_bounds_mix_sign_unsign(void) { RUN(verifier_bounds_mix_sign_unsign); } in test_verifier_bounds_mix_sign_unsign()
121 void test_verifier_bpf_get_stack(void) { RUN(verifier_bpf_get_stack); } in test_verifier_bpf_get_stack()
122 void test_verifier_bswap(void) { RUN(verifier_bswap); } in test_verifier_bswap()
123 void test_verifier_btf_ctx_access(void) { RUN(verifier_btf_ctx_access); } in test_verifier_btf_ctx_access()
[all …]
/openbmc/linux/tools/testing/ktest/examples/
H A Dcrosstests.conf96 TEST_START IF ${RUN} == alpha || ${DO_DEFAULT}
105 TEST_START IF ${RUN} == arm || ${DO_DEFAULT}
110 TEST_START IF ${RUN} == ia64 || ${DO_DEFAULT}
115 TEST_START IF ${RUN} == m68k || ${DO_DEFAULT}
120 TEST_START IF ${RUN} == mips || ${RUN} == mips64 || ${DO_DEFAULT}
125 TEST_START IF ${RUN} == mips || ${RUN} == mips32 || ${DO_DEFAULT}
130 TEST_START IF ${RUN} == hppa || ${RUN} == hppa64 || ${DO_FAILED}
135 TEST_START IF ${RUN} == hppa || ${RUN} == hppa32 || ${DO_FAILED}
140 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT}
145 TEST_START IF ${RUN} == ppc || ${RUN} == ppc64 || ${DO_DEFAULT}
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D51-these-are-not-joysticks-rm.rules7 SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/b…
9 SUBSYSTEM=="input", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/b…
11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b…
13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b…
15 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", KERNEL=="js[0-9]*", RUN+="/b…
17 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0013", KERNEL=="js[0-9]*", RUN+="/b…
19 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0014", KERNEL=="js[0-9]*", RUN+="/b…
21 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0015", KERNEL=="js[0-9]*", RUN+="/b…
23 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0016", KERNEL=="js[0-9]*", RUN+="/b…
25 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0017", KERNEL=="js[0-9]*", RUN+="/b…
[all …]
/openbmc/openbmc-build-scripts/
H A Dbuild-rootfs-size-docker.sh54 RUN apt-get update && apt-get install -yy \
68 RUN grep -q ${GROUPS[0]} /etc/group || groupadd -g ${GROUPS[0]} ${USER}
69 RUN mkdir -p $(dirname "${HOME}")
70 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
71 RUN sed -i '1iDefaults umask=000' /etc/sudoers
72 RUN echo "${USER} ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers
74 RUN /bin/bash
H A Dbuild-setup.sh169 RUN dnf --refresh install -y \
202 RUN localedef -f UTF-8 -i en_US en_US.UTF-8
204 RUN grep -q ${GROUPS[0]} /etc/group || groupadd -g ${GROUPS[0]} ${USER}
205 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
226 RUN apt-get update && apt-get install -yy \
250 RUN locale-gen en_US.UTF-8
259 RUN if id ubuntu > /dev/null 2>&1; then userdel -r ubuntu > /dev/null 2>&1; fi
260 RUN grep -q ${GROUPS[0]} /etc/group || groupadd -g ${GROUPS[0]} ${USER}
261 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
H A Dqemu-build.sh102 RUN apt-get update && apt-get install -yy --no-install-recommends \
121 RUN grep -q ${GROUPS[0]} /etc/group || groupadd -g ${GROUPS[0]} ${USER}
122 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dproftpd-basic.init23 RUN="no"
53 RUN="no"
58 RUN="yes"
61 RUN="no"
128 if [ "x$RUN" = "xyes" ] ; then
149 if [ "x$RUN" = "xyes" ] ; then
174 if [ "x$RUN" = "xyes" ] ; then
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/
H A DDockerfile8 RUN apt-get update -qq
9 RUN apt-get install -y eatmydata
14 RUN eatmydata apt-get install -qq -y \
21 RUN eatmydata apt-get install -qq -y locales \
26 RUN eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
29 RUN echo "dash dash/sh boolean false" | debconf-set-selections \
33 RUN useradd --create-home --uid 1000 --shell /usr/bin/bash ci
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-qemu-robot-docker.sh57 RUN apt-get update && apt-get install -yy \
101 RUN apt-get update -qqy \
113 RUN pip3 install \
141 RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-linux…
146 RUN grep -q ${GROUPS[0]} /etc/group || groupadd -g ${GROUPS[0]} ${USER}
147 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -l -m -u ${UID} -g ${GROUPS[0]} \
150 RUN /bin/bash
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-loongarch-cross.docker10 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
12 RUN export DEBIAN_FRONTEND=noninteractive && \
18 RUN apt-get update && \
38 RUN /usr/bin/pip3 install tomli
40 RUN curl -#SL https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64…
53 RUN if [ "${USER}" ]; then \
H A Ddebian-toolchain.docker13 RUN sed 's/^deb /deb-src /' </etc/apt/sources.list >/etc/apt/sources.list.d/deb-src.list
15 RUN apt update && \
32 RUN cd /root && ./build-toolchain.sh
38 RUN apt update && \
47 RUN if [ "${USER}" ]; then \
H A Ddebian-legacy-test-cross.docker15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
17 RUN export DEBIAN_FRONTEND=noninteractive && \
24 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
42 RUN /usr/bin/pip3 install tomli
50 RUN if [ "${USER}" ]; then \
H A Ddebian-hexagon-cross.docker11 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
12 RUN apt-get update && \
39 RUN /usr/bin/pip3 install tomli
47 RUN curl -#SL "$TOOLCHAIN_URL" | tar -xJC "$TOOLCHAIN_INSTALL"
53 RUN if [ "${USER}" ]; then \
H A Dpython.docker21 RUN dnf install -y $PACKAGES
22 RUN rpm -q $PACKAGES | sort > /packages.txt
26 RUN if [ "${USER}" ]; then \
H A Ddebian-tricore-cross.docker16 RUN apt update && \
40 RUN /usr/bin/pip3 install tomli
42 RUN curl -#SL https://github.com/bkoppelmann/package_940/releases/download/tricore-toolchain-9.40/t…
52 RUN if [ "${USER}" ]; then \
H A Ddebian.docker9 RUN export DEBIAN_FRONTEND=noninteractive && \
154 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
159 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap
160 RUN cd /usr/src/netmap && git checkout v11.3
161 RUN cd /usr/src/netmap/LINUX && \
169 RUN if [ "${USER}" ]; then \
H A Ddebian-bootstrap.docker13 RUN sed -i 's/in_target mount/echo not for docker in_target mount/g' /debootstrap/functions
16 RUN /debootstrap/debootstrap --second-stage
20 RUN cat /etc/apt/sources.list | sed "s/deb/deb-src/" >> /etc/apt/sources.list
H A Ddebian-all-test-cross.docker12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources
14 RUN export DEBIAN_FRONTEND=noninteractive && \
21 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
36 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
75 RUN if [ "${USER}" ]; then \
/openbmc/phosphor-host-ipmid/
H A D.build.sh5 RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -yy
6 RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy make g++ gcc libsyst…
7 RUN groupadd -g ${GROUPS[0]} ${USER} && useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
10 RUN /bin/bash
/openbmc/linux/arch/powerpc/include/asm/
H A Ddbdma.h33 #define RUN 0x8000 macro
97 out_le32(&((regs)->control), (RUN|FLUSH)<<16); \
103 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
104 while(in_le32(&((regs)->status)) & (RUN)) \
/openbmc/phosphor-event/
H A D.build.sh7 RUN DEBIAN_FRONTEND=noninteractive apt-get update
8 RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy \
10 RUN groupadd -g ${GROUPS} ${USER} && useradd -d ${HOME} -m -u ${UID} -g ${GROUPS} ${USER}
/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.c307 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset()
314 if (le32_to_cpu(dma->control) & RUN) in dbdma_reset()
477 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open()
479 out_le32(&rd->control, (RUN << 16) | RUN); in mace_open()
487 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open()
515 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
516 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
576 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_xmit_start()
699 out_le32(&td->control, RUN << 16); in mace_interrupt()
801 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_interrupt()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dautomount.rules17 SUBSYSTEM=="block", ACTION=="add" RUN+="/etc/udev/scripts/mount.sh"
18 SUBSYSTEM=="block", ACTION=="remove" RUN+="/etc/udev/scripts/mount.sh"
19 SUBSYSTEM=="block", ACTION=="change", ENV{DISK_MEDIA_CHANGE}=="1" RUN+="/etc/udev/scripts/mount.sh"
/openbmc/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile9 RUN apt update \
25 RUN wget -O - \
28 RUN wget -O - \
/openbmc/phosphor-hwmon/
H A D70-hwmon.rules1 SUBSYSTEM=="hwmon", ACTION=="add", RUN="/usr/bin/start_hwmon.sh start %p %E{OF_FULLNAME}"
2 SUBSYSTEM=="hwmon", ACTION=="remove", RUN="/usr/bin/start_hwmon.sh stop %p %E{OF_FULLNAME}"

1234