Home
last modified time | relevance | path

Searched refs:foo (Results 51 – 75 of 580) sorted by relevance

12345678910>>...24

/openbmc/qemu/docs/system/
H A Ddevice-emulation.rst23 the command line ``--device foo,help`` will list the additional
33 machine model you choose (``-M foo``) a number of buses will have been
45 --device foo,bus=pci.0,addr=0,id=foo
46 --device bar,bus=foo.0,addr=1,id=baz
49 the first foo bus (foo.0) at address 1. The foo device which provides
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c34 __be32 foo[2]; member
77 struct hash_mac4_elem e = { { .foo[0] = 0, .foo[1] = 0 } }; in hash_mac4_kadt()
99 struct hash_mac4_elem e = { { .foo[0] = 0, .foo[1] = 0 } }; in hash_mac4_uadt()
/openbmc/linux/Documentation/translations/zh_CN/maintainer/
H A Dmodifying-patches.rst25 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.h14 struct foo { struct
25 struct bpf_list_head head __contains(foo, node2); argument
53 private(A) struct bpf_list_head ghead __contains(foo, node2);
H A Dtest_global_func_args.c25 __noinline int foo(__u32 index, struct S *s) in foo() function
63 const int v = foo(index++, 0); in test_cls()
71 foo(index++, &s); in test_cls()
H A Dtest_global_func8.c8 __noinline int foo(struct __sk_buff *skb) in foo() function
17 if (!foo(skb)) in global_func8()
H A Dtest_global_func7.c9 void foo(struct __sk_buff *skb) in foo() function
18 foo(skb); in global_func7()
H A Dtest_global_func16.c7 __noinline int foo(int (*arr)[10]) in foo() function
21 const int rv = foo(&array); in global_func16()
H A Dtest_global_func14.c9 __noinline int foo(const struct S *s) in foo() function
22 return foo(NULL); in global_func14()
H A Dtest_global_func15.c7 __noinline int foo(unsigned int *v) in foo() function
21 foo(&v); in global_func15()
H A Dtest_global_func17.c6 __noinline int foo(int *p) in foo() function
18 return foo((int *)&i); in global_func17()
/openbmc/qemu/docs/devel/
H A Drcu.txt99 struct foo {
113 struct foo *fp = container_of(rp, struct foo, rcu);
260 p = qatomic_rcu_read(&foo);
270 old = foo;
271 qatomic_rcu_set(&foo, new);
280 p = qatomic_rcu_read(&foo);
289 old = foo;
290 qatomic_rcu_set(&foo, new);
298 old = foo;
320 p = foo; p = foo;
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch45 check 'cat foo' <<EOF
46 foo
52 +--- foo
53 ++++ foo
72 +check 'cat foo' <<EOF
/openbmc/qemu/tests/qemu-iotests/
H A D112103 $QEMU_IMG snapshot -c foo "$TEST_IMG"
118 $QEMU_IMG snapshot -c foo "$TEST_IMG"
177 $QEMU_IMG snapshot -c foo "$TEST_IMG"
226 $QEMU_IMG snapshot -c foo "$TEST_IMG"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/
H A Dptpd-use-pkgconfig.patch28 - foo=`$PATH_PCAP_CONFIG --cflags`
29 + foo=`$PATH_PCAP_CONFIG --cflags libpcap`
32 for i in $foo; do
/openbmc/qemu/tests/qapi-schema/
H A Dunknown-escape.json2 # { 'command': 'foo', 'data': {} }
3 { 'command': 'foo', 'dat\x61':{} }
H A Ddoc-no-symbol.json4 # foo:
6 { 'command': 'foo', 'data': {'a': 'int'} }
H A Dbad-if-list.json2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': { 'all': ['foo', ' '] } }
H A Ddoc-empty-section.json4 # @foo:
8 { 'command': 'foo', 'data': {'a': 'int'} }
H A Denum-if-invalid.json3 'data': [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }
H A Ddoc-before-pragma.json4 # @foo:
7 { 'struct': 'foo', 'data': {} }
H A Ddoc-undoc-feature.json4 # @foo:
9 { 'command': 'foo', 'features': ['undoc', 'doc'] }
/openbmc/linux/tools/bootconfig/samples/
H A Dbad-samekey.bconf3 foo = value
6 key.foo = value
/openbmc/linux/Documentation/devicetree/
H A Doverlay-notes.rst21 Lets take an example where we have a foo board with the following base tree::
23 ---- foo.dts ---------------------------------------------------------------
27 compatible = "corp,foo";
39 ---- foo.dts ---------------------------------------------------------------
56 when loaded (and resolved as described in [1]) should result in foo+bar.dts::
58 ---- foo+bar.dts -----------------------------------------------------------
61 compatible = "corp,foo";
79 ---- foo+bar.dts -----------------------------------------------------------
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211conv.c96 int foo; in skb_ether_to_p80211() local
188 foo = wep_encrypt(wlandev, skb->data, p80211_wep->data, in skb_ether_to_p80211()
192 if (foo) { in skb_ether_to_p80211()
195 foo); in skb_ether_to_p80211()
268 int foo; in skb_p80211_to_ether() local
308 foo = wep_decrypt(wlandev, skb->data + payload_offset + 4, in skb_p80211_to_ether()
313 if (foo) { in skb_p80211_to_ether()
316 foo); in skb_p80211_to_ether()

12345678910>>...24