Home
last modified time | relevance | path

Searched full:bash (Results 1 – 25 of 1996) sorted by relevance

12345678910>>...80

/openbmc/openbmc/poky/meta/recipes-extended/bash/
H A Dbash.inc2 HOMEPAGE = "http://tiswww.case.edu/php/chet/bash/bashtop.html"
3 DESCRIPTION = "Bash is the GNU Project's Bourne Again SHell, a complete implementation of the IEEE …
11 EXTRA_OECONF = "--enable-job-control --without-bash-malloc bash_cv_wexitstatus_offset=8"
21 # Disable bracketed paste mode by default (enabled by default in bash 5.1). It
25 ALTERNATIVE:${PN} = "bash sh"
26 ALTERNATIVE_LINK_NAME[bash] = "${base_bindir}/bash"
27 ALTERNATIVE_TARGET[bash] = "${base_bindir}/bash"
29 ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash.${BPN}"
56 # Remove any leftover .build files. This ensures that bash always has the
71 # Move /usr/bin/bash to /bin/bash, if need
[all …]
/openbmc/linux/tools/perf/tests/
H A Dhists_cumulate.c41 /* bash [bash] main() */
43 /* bash [bash] xmalloc() */
45 /* bash [kernel] page_fault() */
273 * 10.00% bash [kernel] [k] page_fault in test1()
274 * 10.00% bash bash [.] main in test1()
275 * 10.00% bash bash [.] xmalloc in test1()
284 { 0, 1000, "bash", "[kernel]", "page_fault" }, in test1()
285 { 0, 1000, "bash", "bash", "main" }, in test1()
286 { 0, 1000, "bash", "bash", "xmalloc" }, in test1()
327 * 10.00% bash [kernel] [k] page_fault in test2()
[all …]
H A Dhists_common.h61 * bash: 300 bash main
62 * bash: 300 bash xmalloc
63 * bash: 300 bash xfree
64 * bash: 300 libc malloc
65 * bash: 300 libc free
66 * bash: 300 libc realloc
67 * bash: 300 [kernel] schedule
68 * bash: 300 [kernel] page_fault
69 * bash: 300 [kernel] sys_perf_event_open
H A Dhists_output.c42 /* bash [bash] main() */
44 /* bash [bash] xmalloc() */
46 /* bash [kernel] page_fault() */
157 * 10.00% bash [kernel] [k] page_fault in test1()
158 * 10.00% bash bash [.] main in test1()
159 * 10.00% bash bash [.] xmalloc in test1()
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
262 * 10.00% 0 bash : 300 in test2()
[all …]
/openbmc/pldm/pldmtool/
H A DREADME.md51 ```bash
72 ```bash
79 ```bash
99 ```bash
106 ```bash
123 ```bash
137 ```bash
155 ```bash
172 ```bash
211 ```bash
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dpreferbash.patch4 Subject: [PATCH] m4sh: prefer bash over sh
7 'sh' before 'bash'. Whilst for many systems sh is a symlink to bash,
12 as fast as bash at executing long scripts (and configure scripts are not
15 Change the search order to bash then sh, so that a known-good shell (bash)
32 - for as_base in sh bash ksh sh5; do
33 + for as_base in bash sh ksh sh5; do
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbash-completion.bbclass7 DEPENDS:append:class-target = " bash-completion"
9 PACKAGES += "${PN}-bash-completion"
11 FILES:${PN}-bash-completion = "${datadir}/bash-completion ${sysconfdir}/bash_completion.d"
13 RDEPENDS:${PN}-bash-completion = "bash-completion"
/openbmc/openbmc/poky/meta/recipes-support/bash-completion/
H A Dbash-completion_2.15.0.bb1 SUMMARY = "Programmable Completion for Bash 4"
2 DESCRIPTION = "Collection of command line command completions for the Bash shell, \
7 HOMEPAGE = "https://github.com/scop/bash-completion"
8 BUGTRACKER = "https://github.com/scop/bash-completion/issues"
18 GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases"
31 RDEPENDS:${PN} = "bash"
33 # Some recipes are providing ${PN}-bash-completion packages
/openbmc/qemu/
H A D.patchew.yml125 #!/bin/bash
132 #!/bin/bash
139 #!/bin/bash
147 #! /bin/bash
154 #!/bin/bash
183 #!/bin/bash
212 #!/bin/bash
230 #!/bin/bash
237 #!/bin/bash
264 #! /bin/bash
[all …]
/openbmc/qemu/docs/system/arm/
H A Dorangepi.rst73 .. code-block:: bash
85 .. code-block:: bash
93 .. code-block:: bash
103 .. code-block:: bash
109 .. code-block:: bash
138 .. code-block:: bash
146 .. code-block:: bash
157 .. code-block:: bash
167 .. code-block:: bash
178 .. code-block:: bash
[all …]
H A Dxlnx-versal-virt.rst75 .. code-block:: bash
88 .. code-block:: bash
101 .. code-block:: bash
114 .. code-block:: bash
126 .. code-block:: bash
139 .. code-block:: bash
154 .. code-block:: bash
168 .. code-block:: bash
189 .. code-block:: bash
195 .. code-block:: bash
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc.inc15 ac_cv_path_BASH_SHELL=${base_bindir}/bash \
41 # ensure make uses /bin/bash
42 EXTRA_OEMAKE += "SHELL=/bin/bash"
44 # We do not need bash to run tzselect script, the default is to use
45 # bash but it can be configured by setting KSHELL Makefile variable
49 sed -e "s#/bin/bash#/bin/sh#" -i ${S}/elf/ldd.bash.in
/openbmc/qemu/.gitlab-ci.d/
H A Dwindows.yml69 - .\msys64\usr\bin\bash -lc "sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf"
70 - .\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' # Core update
71 - .\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' # Normal update
75 - .\msys64\usr\bin\bash -lc "pacman -Sy --noconfirm --needed
91 - $env:JOBS = $(.\msys64\usr\bin\bash -lc nproc)
101 - ..\msys64\usr\bin\bash -lc "ccache --zero-stats"
102 - ..\msys64\usr\bin\bash -lc "../configure $CONFIGURE_ARGS"
103 - ..\msys64\usr\bin\bash -lc "make -j$env:JOBS"
104 …- ..\msys64\usr\bin\bash -lc "make check MTESTARGS='$TEST_ARGS' || { cat meson-logs/testlog.txt; e…
105 - ..\msys64\usr\bin\bash -lc "ccache --show-stats"
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0004-make.bash-override-CC-when-building-dist-and-go_boot.patch4 Subject: [PATCH] make.bash: override CC when building dist and go_bootstrap
17 src/make.bash | 4 ++--
20 diff --git a/src/make.bash b/src/make.bash
22 --- a/src/make.bash
23 +++ b/src/make.bash
34 # Run dist bootstrap to complete make.bash.
/openbmc/linux/Documentation/trace/
H A Dftrace.rst902 bash-1977 [000] .... 17284.993652: sys_close <-system_call_fastpath
903 bash-1977 [000] .... 17284.993653: __close_fd <-sys_close
904 bash-1977 [000] .... 17284.993653: _raw_spin_lock <-__close_fd
906 bash-1977 [000] .... 17284.993654: add_preempt_count <-_raw_spin_lock
907 bash-1977 [000] ...1 17284.993655: _raw_spin_unlock <-__close_fd
908 bash-1977 [000] ...1 17284.993656: sub_preempt_count <-_raw_spin_unlock
909 bash-1977 [000] .... 17284.993657: filp_close <-__close_fd
910 bash-1977 [000] .... 17284.993657: dnotify_flush <-filp_close
921 The header explains the content of the events. Task name "bash", the task
1099 bash-4000 [01] 1477.606694: simple_strtoul <-kstrtoul
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gflags/
H A Dgflags_2.2.2.bb15 PACKAGES =+ "${PN}-bash-completion"
16 FILES:${PN}-bash-completion += "${bindir}/gflags_completions.sh"
18 RDEPENDS:${PN}-bash-completion = "bash bash-completion"
/openbmc/openbmc-test-automation/lib/
H A Descape.tcl8 # Do a bash-style escape of all single quotes in the buffer and return the result.
10 …# In bash, if you wish to have a single quote (i.e. apostrophe) inside single quotes, you must esc…
12 # For example, the following bash command:
35 # This procedure can help in converting bash expressions, which are quoted with single quotes, to
37 # preserve a bash single quote escape sequence: '\''
59 # In a bash string "'\''" is an escaped quote which we wish to convert to a single quote.
98 …# bash expressions which are quoted with single quotes. This procedure will first convert single …
99 # the bash escaped single quote sequence: '\''
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard-tools_1.0.20210914.bb6 inherit bash-completion systemd pkgconfig
18 PACKAGECONFIG ??= "bash-completion wg-quick"
20 PACKAGECONFIG[bash-completion] = "WITH_BASHCOMPLETION=yes,WITH_BASHCOMPLETION=no,,bash,,"
21 PACKAGECONFIG[wg-quick] = "WITH_WGQUICK=yes,WITH_WGQUICK=no,,bash,,"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-libopts.m4-accept-POSIX_SHELL-from-the-environment-d.patch7 This lets us set it to the canonical path /bin/bash, even on systems
8 where both /bin/bash and /usr/bin/bash are available, and therefore
9 which(1) might return /usr/bin/bash (depending on PATH order).
33 POSIX_SHELL=`which bash`
45 POSIX_SHELL=`which bash`
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dconcurrency.json15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"",
40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"",
65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
90 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
115 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -f -b\"",
137 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
141 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
163 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
167 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/
H A D0001-atop.daily-atop.init-atop-pm.sh-Avoid-using-bash.patch4 Subject: [PATCH] atop.daily, atop.init, atop-pm.sh: Avoid using bash
6 Avoid using bash and bashisms when not necesary. On some systems,
7 e.g., embedded products, bash may not be available by default.
22 -#!/bin/bash
32 -#!/bin/bash
51 -#!/bin/bash
/openbmc/qemu/docs/system/riscv/
H A Dsifive_u.rst118 .. code-block:: bash
127 .. code-block:: bash
152 .. code-block:: bash
165 .. code-block:: bash
190 .. code-block:: bash
198 .. code-block:: bash
218 .. code-block:: bash
232 .. code-block:: bash
258 .. code-block:: bash
284 .. code-block:: bash
[all …]
H A Dvirt.rst65 .. code-block:: bash
77 .. code-block:: bash
93 .. code-block:: bash
139 .. code-block:: bash
148 .. code-block:: bash
160 .. code-block:: bash
180 .. code-block:: bash
187 .. code-block:: bash
197 .. code-block:: bash
205 .. code-block:: bash
[all …]
/openbmc/openbmc/meta-security/meta-parsec/
H A DREADME.md119 ```bash
123 ```bash
136 ```bash
140 ```bash
192 ```bash
196 ```bash
200 ```bash
211 ```bash
223 ```bash
227 ```bash
[all …]
/openbmc/phosphor-time-manager/
H A DREADME.md15 ```bash
22 ```bash
29 ```bash
47 ```bash
58 ```bash
88 ```bash
103 ```bash

12345678910>>...80