Home
last modified time | relevance | path

Searched refs:foo (Results 26 – 50 of 580) sorted by relevance

12345678910>>...24

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_data.c24 struct foo { struct
34 __type(value, struct foo); argument
52 static const struct foo struct0 = {
57 static struct foo struct1;
58 static const struct foo struct2;
59 static struct foo struct3 = {
H A Dtest_global_func9.c30 __noinline int foo(const struct S *s) in foo() function
86 result |= foo(&s); in global_func9()
93 result |= foo(s); in global_func9()
99 result |= foo((const struct S *)&c); in global_func9()
103 result |= foo(NULL); in global_func9()
/openbmc/qemu/tests/decode/
H A Dsucc_function.decode5 %foo !function=foo
6 foo 00000000000000000000000000000000 %foo
/openbmc/openbmc-tools/netboot/
H A DREADME.md7 [foo]
13 [foo.console]
17 [foo.u-boot]
27 ./netboot foo
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A Dentity-encoding.patch53 + xml.Parse("<foo>foo&amp;#xa+bar</foo>");
56 + XmlTest( "Entity escaping", "<foo>foo&amp;#xa+bar</foo>", str.c_str() );
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtask_under_cgroup.c14 int ret, foo; in test_task_under_cgroup() local
17 foo = test__join_cgroup(FOO); in test_task_under_cgroup()
18 if (!ASSERT_OK(foo < 0, "cgroup_join_foo")) in test_task_under_cgroup()
52 close(foo); in test_task_under_cgroup()
/openbmc/linux/tools/testing/selftests/damon/
H A Ddebugfs_duplicate_context_creation.sh9 if ! echo foo > "$DBGFS/mk_contexts"
15 if echo foo > "$DBGFS/mk_contexts"
21 if ! echo foo > "$DBGFS/rm_contexts"
/openbmc/qemu/tests/qapi-schema/
H A Dfeatures-duplicate-name.json2 'data': { 'foo': 'int' },
3 'features': [ 'foo', 'bar', 'foo' ] }
H A Dredefined-command.err1 redefined-command.json: In command 'foo':
2 redefined-command.json:3: 'foo' is already defined
3 redefined-command.json: In command 'foo':
/openbmc/linux/arch/ia64/scripts/
H A Dcheck-text-align.S2 .proc foo label
4 foo: .save rp, r2 label
7 .endp foo
/openbmc/qemu/tests/qemu-iotests/
H A D061124 $QEMU_IMG snapshot -c foo "$TEST_IMG"
208 $QEMU_IMG snapshot -c foo "$TEST_IMG"
213 $QEMU_IMG snapshot -a foo "$TEST_IMG"
222 $QEMU_IMG snapshot -c foo "$TEST_IMG"
226 $QEMU_IMG snapshot -a foo "$TEST_IMG"
248 $QEMU_IMG snapshot -c foo "$TEST_IMG"
253 $QEMU_IMG snapshot -a foo "$TEST_IMG"
264 $QEMU_IMG snapshot -c foo "$TEST_IMG"
268 $QEMU_IMG snapshot -a foo "$TEST_IMG"
302 $QEMU_IMG snapshot -c foo "$TEST_IMG"
H A D162.out9 qemu-img: Could not open 'json:{"driver": "ssh", "host": "localhost", "port": "0", "path": "/foo"}'…
10 qemu-img: Could not open 'driver=ssh,host=localhost,port=0,path=/foo': Failed to connect to 'localh…
11 qemu-img: Could not open 'json:{"driver": "ssh", "host": "localhost", "port": 0.42, "path": "/foo"}…
12 qemu-img: Could not open 'driver=ssh,host=localhost,port=0.42,path=/foo': Parameter 'port' expects …
/openbmc/linux/Documentation/admin-guide/
H A Dbootconfig.rst53 foo.bar {
71 foo = bar, baz
78 foo := qux
88 foo += qux
95 foo = value1
97 foo := value3 # This will update foo's value.
102 foo {
115 foo = value2
119 foo = value2
131 foo = value # value is set to foo.
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmac.c44 __be32 foo[2]; member
89 struct hash_ipmac4_elem e = { .ip = 0, { .foo[0] = 0, .foo[1] = 0 } }; in hash_ipmac4_kadt()
114 struct hash_ipmac4_elem e = { .ip = 0, { .foo[0] = 0, .foo[1] = 0 } }; in hash_ipmac4_uadt()
151 __be32 foo[2]; member
204 { .foo[0] = 0, .foo[1] = 0 } in hash_ipmac6_kadt()
232 { .foo[0] = 0, .foo[1] = 0 } in hash_ipmac6_uadt()
/openbmc/qemu/tests/tcg/s390x/
H A Dhello-s390x-asm.S10 larl %r3,foo
19 foo: .asciz "Hello, World!\n" label
22 foo_len: .quad foo_end-foo
/openbmc/boost-dbus/test/
H A Dmessage.cpp52 double foo = 1.0; in TEST() local
53 m.pack(foo, foo, foo); in TEST()
/openbmc/linux/samples/bpf/
H A Dtcp_bpf.readme7 mkdir -p /tmp/cgroupv2/foo
9 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
11 Anything that runs under this shell belongs to the foo cgroupv2. To load
15 bpftool cgroup attach /tmp/cgroupv2/foo sock_ops pinned /sys/fs/bpf/tcp_prog
28 bpftool cgroup detach /tmp/cgroupv2/foo sock_ops pinned /sys/fs/bpf/tcp_prog
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/
H A Dparse-headers.rst153 enum foo { BAR1, BAR2, PRIVATE };
157 replace symbol BAR1 :c:type:\`foo\`
158 replace symbol BAR2 :c:type:\`foo\`
163 enum foo { BAR1, BAR2, PRIVATE };
165 它会让BAR1和BAR2枚举符号交叉引用C域中的foo符号。
/openbmc/linux/tools/testing/selftests/net/
H A Dunicast_extensions.sh67 ip -n $foo_ns address add $1/$3 dev foo || return 1
68 ip -n $foo_ns link set foo up || return 1
95 ip -n $foo_ns address add $1/$5 dev foo || return 1
96 ip -n $foo_ns link set foo up || return 1
124 ip link add foo netns $foo_ns type veth peer name bar netns $bar_ns
148 ip link add foo netns $foo_ns type veth peer name foo1 netns $router_ns
/openbmc/linux/fs/gfs2/
H A Dmain.c34 static void gfs2_init_inode_once(void *foo) in gfs2_init_inode_once() argument
36 struct gfs2_inode *ip = foo; in gfs2_init_inode_once()
50 static void gfs2_init_glock_once(void *foo) in gfs2_init_glock_once() argument
52 struct gfs2_glock *gl = foo; in gfs2_init_glock_once()
62 static void gfs2_init_gl_aspace_once(void *foo) in gfs2_init_gl_aspace_once() argument
64 struct gfs2_glock_aspace *gla = foo; in gfs2_init_gl_aspace_once()
/openbmc/linux/samples/kobject/
H A Dkobject-example.c21 static int foo; variable
31 return sysfs_emit(buf, "%d\n", foo); in foo_show()
39 ret = kstrtoint(buf, 10, &foo); in foo_store()
48 __ATTR(foo, 0664, foo_show, foo_store);
/openbmc/linux/drivers/net/wireless/ath/
H A Dath.h300 #define ATH_DBG_WARN(foo, arg...) WARN(foo, arg) argument
301 #define ATH_DBG_WARN_ON_ONCE(foo) WARN_ON_ONCE(foo) argument
313 #define ATH_DBG_WARN(foo, arg...) do {} while (0) argument
314 #define ATH_DBG_WARN_ON_ONCE(foo) ({ \ argument
315 int __ret_warn_once = !!(foo); \
/openbmc/linux/arch/x86/um/
H A Dbugs_32.c35 unsigned long foo = 0; in arch_check_bugs() local
36 __asm__ __volatile__("cmovz %0, %1" : "=r" (foo) : "0" (foo)); in arch_check_bugs()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbin_package.bbclass17 # SRC_URI = "http://foo.com/foo-1.0-r1.i586.rpm;subdir=foo-1.0"
19 # Then the files would be unpacked to ${WORKDIR}/foo-1.0, otherwise
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dmaxim,max77686.txt61 foo@0 {
62 compatible = "bar,foo";
86 foo@0 {
87 compatible = "bar,foo";
109 foo@0 {
110 compatible = "bar,foo";

12345678910>>...24