Home
last modified time | relevance | path

Searched refs:foo (Results 76 – 100 of 580) sorted by relevance

12345678910>>...24

/openbmc/qemu/tests/qapi-schema/
H A Dredefined-command.json2 { 'command': 'foo', 'data': { 'one': 'str' } }
3 { 'command': 'foo', 'data': { '*two': 'str' } }
H A Dfeatures-duplicate-name.err2 features-duplicate-name.json:1: feature 'foo' collides with feature 'foo'
H A Ddoc-before-include.json4 # @foo:
7 { 'struct': 'foo', 'data': {} }
H A Ddoc-bad-feature.json4 # @foo:
9 { 'command': 'foo' }
H A Ddoc-bad-command-arg.json4 # @foo:
8 { 'command': 'foo', 'data': {'a': 'int'} }
H A Ddoc-bad-indent.json4 # @foo:
9 { 'command': 'foo', 'data': { 'a': 'int' } }
H A Dqapi-schema-test.json254 'data': { 'foo': 'int',
260 'data': [ 'foo', { 'name' : 'bar', 'if': 'TEST_IF_ENUM_MEMBER' } ],
266 'data': { 'foo': 'TestStruct',
275 'data': { 'foo': 'int',
303 'data': { 'foo': 'int' },
309 'data': { 'foo': { 'type': 'int', 'features': [ 'unstable' ] } },
312 'data': { 'foo': 'int' },
319 'data': { 'foo': 'int' },
322 'data': { 'foo': 'int' },
326 'data': { 'foo': 'int' },
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func11.c11 __noinline int foo(const struct S *s) in foo() function
20 return foo((const void *)skb); in global_func11()
H A Dtest_global_func13.c11 __noinline int foo(const struct S *s) in foo() function
25 return foo(s); in global_func13()
H A Dtest_global_func12.c11 __noinline int foo(const struct S *s) in foo() function
22 return foo(&s); in global_func12()
H A Dtest_global_func10.c16 __noinline int foo(const struct Big *big) in foo() function
30 return foo((struct Big *)&small) ? 1 : 0; in global_func10()
/openbmc/qemu/tests/tcg/aarch64/
H A Dsme-outprod1.c8 extern void foo(float *dst);
63 foo(dst); in main()
/openbmc/qemu/tests/qemu-iotests/
H A D05188 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=foo,if=none,id=$device_id
97 run_qemu -drive file="$TEST_IMG",format=qcow2,file.unknown_opt=foo
103 run_qemu -drive file="$TEST_IMG",format=foo
104 run_qemu -drive file="$TEST_IMG",driver=foo
119 run_qemu -drive file="$TEST_IMG",node-name=123foo
121 run_qemu -drive file="$TEST_IMG",node-name=foo#12
151 run_qemu -drive file="$TEST_IMG",format=qcow2,lazy-refcounts=foo
280 run_qemu -drive foo=bar
331 run_qemu -hda foo:bar
332 run_qemu -drive file=foo:bar
[all …]
H A D051.out38 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=foo: Unknown driver 'foo'
41 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=foo: Unknown driver 'foo'
64 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=123foo: Invalid node-name: '123foo'
70 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=foo#12: Invalid node-name: 'foo#12'
269 Testing: -drive foo=bar
359 Testing: -hda foo:bar
360 QEMU_PROG: -hda foo:bar: Unknown protocol 'foo'
362 Testing: -drive file=foo:bar
363 QEMU_PROG: -drive file=foo:bar: Unknown protocol 'foo'
365 Testing: -drive file.filename=foo:bar
[all …]
H A D21755 $QEMU_IMG snapshot -c foo "$TEST_IMG"
70 $QEMU_IMG snapshot -d foo "blkdebug:$TEST_DIR/blkdebug.conf:$TEST_IMG"
/openbmc/qemu/docs/system/devices/
H A Dvhost-user.rst45 $ virtio-foo --socket-path=/var/run/foo.sock $OTHER_ARGS
54 -chardev socket,id=ba1,path=/var/run/foo.sock \\
55 -device vhost-user-foo,chardev=ba1,$OTHER_ARGS \\
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch112 @@ -154,10 +154,10 @@ foo
120 foo
121 foo
130 a=4 b=7 foo
136 a=4 echo foo 2>&1 >&$(foo) | { grep -q 'Bad file' || echo 'redir11 bad 3'; }
137 a=1 echo foo 2>&1 >&$(foo) | { grep -q 'Bad file' || echo 'redir11 bad 4'; }
/openbmc/linux/samples/bpf/
H A Dtest_cgrp2_sock2.sh28 mkdir -p /tmp/cgroupv2/foo
29 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
42 $TEST /tmp/cgroupv2/foo $BPF_PROG $1
/openbmc/linux/Documentation/driver-api/
H A Dpin-control.rst75 .name = "foo",
361 group "foo":
1061 .dev_name = "foo-spi.0",
1069 .dev_name = "foo-spi.0",
1091 .dev_name = "foo-mmc.0",
1099 .dev_name = "foo-mmc.0",
1107 .dev_name = "foo-mmc.0",
1207 if (IS_ERR(foo->p)) {
1212 foo->s = pinctrl_lookup_state(foo->p, PINCTRL_STATE_DEFAULT);
1213 if (IS_ERR(foo->s)) {
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch188 +foo
192 +check 'patch -e foo -i ed1.diff' <<EOF
195 +check 'cat foo' <<EOF
196 +foo
205 +check 'patch -e foo -i ed2.diff 2> /dev/null || echo "Status: $?"' <<EOF
210 +check 'cat foo' <<EOF
211 +foo
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp337 const json element = R"( { "foo": 23 } )"_json; in TEST()
471 "foo": "bar" in TEST()
718 "foo": "bar" in TEST()
761 "foo": "bar" in TEST()
871 "foo": true in TEST()
902 const json element = R"( { "foo": "bar" } )"_json; in TEST()
1015 const json element = R"( [ "foo", "bar" ] )"_json; in TEST()
1022 const json element = R"( { "foo": "bar" } )"_json; in TEST()
1036 const json element = R"( { "foo": "bar" } )"_json; in TEST()
1043 const json element = R"( [ "foo", "bar" ] )"_json; in TEST()
[all …]
/openbmc/docs/
H A Dcpp-style-and-conventions.md175 void foo()
201 namespace foo
222 void foo()
237 switch (foo)
259 void foo()
392 foo((a-1)/b,c-2); /// Incorrect.
409 foo(x, y); /// Correct.
410 foo ( x , y ); /// Incorrect.
431 reallyLongFunctionCall(foo,
436 foo,
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dmaxim,max9485.txt54 foo@0 {
55 compatible = "bar,foo";
57 clock-names = "foo-input-clk";
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/
H A DTestMbox.test_bugzilla_entry_format.fail4 Subject: [PATCH] README: adds 'foo' to the header
6 This test patch adds 'foo' to the header
H A DTestMbox.test_bugzilla_entry_format.pass4 Subject: [PATCH] README: adds 'foo' to the header
6 This test patch adds 'foo' to the header

12345678910>>...24