Home
last modified time | relevance | path

Searched refs:foo (Results 226 – 250 of 580) sorted by relevance

12345678910>>...24

/openbmc/qemu/tests/data/
H A Dtest-qga-config5 pidfile=/var/foo/qemu-ga.pid
/openbmc/u-boot/test/overlay/
H A Dtest-fdt-base.dts12 test-str-property = "foo";
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch25 - archcpu=`echo "int foo () { return 0; }" \
41 - archcpu=`echo "int foo () { return 0; }" \
/openbmc/openbmc-build-scripts/config/
H A D.gitlint86 # E.g. body must end in My-Commit-Tag: foo
87 # regex=My-Commit-Tag: foo$
91 # For example, use the following regex if you only want to allow email addresses from foo.com
92 # regex=[^@]+@foo.com
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c523 unsigned int foo; in init_rng() local
525 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
530 srand(foo); in init_rng()
/openbmc/qemu/tests/qemu-iotests/
H A D178.out.raw13 qemu-img: Invalid parameter 'snapshot.foo'
14 qemu-img: Failed in parsing snapshot param 'snapshot.foo=bar'
17 qemu-img: Unknown file format 'foo'
H A D06256 $QEMU_IMG snapshot -c foo "$TEST_IMG"
/openbmc/libpldm/
H A DREADME.md16 Given a PLDM command "foo", the library will provide the following API: For the
20 encode_foo_req() - encode a foo request
21 decode_foo_resp() - decode a response to foo
27 decode_foo_req() - decode a foo request
28 encode_foo_resp() - encode a response to foo
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst252 void foo_init(struct foo *foo)
254 xa_init_flags(&foo->array, XA_FLAGS_LOCK_BH);
257 int foo_store(struct foo *foo, unsigned long index, void *entry)
261 xa_lock_bh(&foo->array);
264 foo->count++;
265 xa_unlock_bh(&foo->array);
270 void foo_erase(struct foo *foo, unsigned long index)
272 xa_lock(&foo->array);
273 __xa_erase(&foo->array, index);
274 foo->count--;
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/
H A Duseraddbadtask.bb17 echo "foo"
/openbmc/openbmc/meta-openembedded/meta-python/classes/
H A Dbandit.bbclass3 # $ bitbake python-foo -c bandit
5 # Writes the report to $DEPLOY_DIR/bandit/python-foo.html.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D130-mips.patch72 -static void foo (void)
80 - foo();
/openbmc/linux/security/integrity/
H A Diint.c189 static void iint_init_once(void *foo) in iint_init_once() argument
191 struct integrity_iint_cache *iint = (struct integrity_iint_cache *) foo; in iint_init_once()
/openbmc/linux/tools/testing/ktest/examples/
H A Dtest.conf6 MACHINE = foo
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_value_adj_spill.c12 int foo[MAX_ENTRIES]; member
/openbmc/linux/Documentation/filesystems/
H A Dbefs.rst56 Assuming that your kernel source is in /foo/bar/linux and the patchfile
59 cd /foo/bar/linux
74 cd /foo/bar/linux
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst157 C = "foo"
390 inherit foo
686 OVERRIDES = "foo"
688 A:foo:append = "X"
703 OVERRIDES = "foo"
716 OVERRIDES = "foo"
903 require foo.inc
1183 FOO = "foo 1"
1194 FOO = "foo 1"
1196 FOO = "foo 2"
[all …]
/openbmc/phosphor-host-ipmid/docs/
H A Dcontributing.md13 - Too large: "convert foo to new API; also fix CVE 1234 in bar"
16 - Just right: "convert foo to new API" and "convert foo from tab to space"
22 bar()" does not need to depend on "refactor foo()". Said differently, ensure
70 are modifying. e.g. "apphandler: refactor foo to new API"
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-systemd.bbclass5 # SYSTEMD_SERVICE:${PN} = "foo.service bar.socket baz@.service"
24 # SYSTEMD_USER_${PN}.service = "foo"
25 # SYSTEMD_USER_${unit}.service = "foo"
28 # SYSTEMD_ENVIRONMENT_FILE:${PN} = "foo"
44 # a single override use "foo.conf:my-service.d/foo.conf"
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Duse-pkgconfig.patch203 - [[g_string_new ("foo");]])],
218 - [[g_string_new ("foo");]])],
236 - [[g_string_new ("foo");]])],
327 - [[g_string_new ("foo");]])],
342 - [[g_string_new ("foo");]])],
360 - [[g_string_new ("foo");]])],
/openbmc/linux/tools/testing/ktest/examples/bootconfigs/
H A Dtracing.bconf25 instance.foo {
/openbmc/linux/Documentation/kbuild/
H A Dmodules.rst147 Example (The module foo.ko, consist of bar.o and baz.o)::
151 make -C $KDIR M=$PWD foo.ko
308 file. For example, if you wanted to build two modules, foo.ko
311 obj-m := foo.o bar.o
312 foo-y := <foo_srcs>
511 If you have two modules, foo.ko and bar.ko, where
512 foo.ko needs symbols from bar.ko, you can use a
517 ./foo/ <= contains foo.ko
523 obj-m := foo/ bar/
/openbmc/linux/Documentation/translations/it_IT/process/
H A Ddeprecated.rst77 foo = kmalloc(count * size, GFP_KERNEL);
81 foo = kmalloc_array(count, size, GFP_KERNEL);
109 foo = krealloc(current_size + chunk_size * (count - 3), GFP_KERNEL);
113 foo = krealloc(size_add(current_size,
278 struct foo items[1];
290 struct foo items[0];
305 struct foo items[];
322 struct foo items[0];
357 struct foo items[1];
376 struct foo items[];
/openbmc/linux/Documentation/process/
H A Ddeprecated.rst68 foo = kmalloc(count * size, GFP_KERNEL);
72 foo = kmalloc_array(count, size, GFP_KERNEL);
100 foo = krealloc(current_size + chunk_size * (count - 3), GFP_KERNEL);
104 foo = krealloc(size_add(current_size,
250 struct foo items[1];
261 struct foo items[0];
274 struct foo items[];
290 struct foo items[0];
321 struct foo items[1];
340 struct foo items[];
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Ddeprecated.rst74 foo = kmalloc(count * size, GFP_KERNEL);
78 foo = kmalloc_array(count, size, GFP_KERNEL);
107 foo = krealloc(current_size + chunk_size * (count - 3), GFP_KERNEL);
111 foo = krealloc(size_add(current_size,
271 struct foo items[1];
279 struct foo items[1];
291 struct foo items[0];
305 struct foo items[];
320 struct foo items[0];
353 struct foo items[1];
[all …]

12345678910>>...24