Home
last modified time | relevance | path

Searched refs:foo (Results 126 – 150 of 580) sorted by relevance

12345678910>>...24

/openbmc/qemu/tests/qapi-schema/
H A Dqapi-schema-test.out276 member foo: int optional=False
283 member foo
293 case foo: TestStruct
305 case foo: int
327 member foo: int optional=False
329 member foo: int optional=False
333 member foo: int optional=False
337 member foo: int optional=False
347 member foo: int optional=False
351 member foo: int optional=False
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D066122 $QEMU_IMG snapshot -c foo "$TEST_IMG"
132 $QEMU_IMG snapshot -a foo "$TEST_IMG"
H A D17860 $QEMU_IMG measure -l snapshot.foo=bar # invalid snapshot option
61 $QEMU_IMG measure --output foo # invalid output format
63 $QEMU_IMG measure -O foo "$TEST_IMG" # unknown image file format
H A D114.out12 backing file format: foo
13 qemu-io: can't open device TEST_DIR/t.qcow2: Could not open backing file: Unknown driver 'foo'
/openbmc/linux/arch/x86/kernel/
H A Dasm-offsets_32.c11 void foo(void);
13 void foo(void) in foo() function
/openbmc/linux/Documentation/doc-guide/
H A Dparse-headers.rst160 enum foo { BAR1, BAR2, PRIVATE };
164 replace symbol BAR1 :c:type:\`foo\`
165 replace symbol BAR2 :c:type:\`foo\`
170 enum foo { BAR1, BAR2, PRIVATE };
172 It will make the BAR1 and BAR2 enum symbols to cross reference the foo
/openbmc/linux/Documentation/devicetree/bindings/power/
H A Dpower-domain.yaml78 compatible = "foo,power-controller";
88 compatible = "foo,power-controller";
94 compatible = "foo,power-controller";
106 compatible = "foo,power-controller";
113 compatible = "foo,power-controller";
/openbmc/linux/Documentation/translations/it_IT/doc-guide/
H A Dparse-headers.rst165 enum foo { BAR1, BAR2, PRIVATE };
169 replace symbol BAR1 :c:type:\`foo\`
170 replace symbol BAR2 :c:type:\`foo\`
175 enum foo { BAR1, BAR2, PRIVATE };
177 Genererà un riferimento ai valori BAR1 e BAR2 dal simbolo foo nel dominio C.
H A Dkernel-doc.rst83 scripts/kernel-doc -v -none drivers/foo/bar.c
306 usando ``@foo.bar:``
319 * struct foo - Brief description.
320 * @foo: The Foo member.
322 struct foo {
323 int foo;
338 /** @bar2: Description for struct @bar2 inside @foo */
431 See foo()
432 See struct foo.
440 See :c:func:`my custom link text for function foo <foo>`.
[all …]
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst99 foo->v4l2_dev.ctrl_handler = &foo->ctrl_handler;
105 foo->sd.ctrl_handler = &foo->ctrl_handler;
111 v4l2_ctrl_handler_free(&foo->ctrl_handler);
194 if (foo->ctrl_handler.error) {
195 int err = foo->ctrl_handler.error;
197 v4l2_ctrl_handler_free(&foo->ctrl_handler);
245 v4l2_ctrl_handler_setup(&foo->ctrl_handler);
266 struct foo *state = container_of(ctrl->handler, struct foo, ctrl_handler);
511 struct foo {
537 struct foo *state = container_of(ctrl->handler, struct foo, ctrl_handler);
[all …]
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Dti,k3-rtc.yaml59 clocks = <&foo 0>, <&foo 1>;
H A Dfaraday,ftrtc010.yaml56 clocks = <&foo 0>, <&foo 1>;
/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/
H A Dframebuffer.yaml29 compatible = "foo";
30 model = "foo";
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbug-hunting.rst206 Put the bytes into a "foo.s" file like this:
209 .globl foo
210 foo:
213 Compile it with "gcc -c -o foo.o foo.s" then look at the output of
214 "objdump --disassemble foo.o".
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbug-hunting.rst209 Put the bytes into a "foo.s" file like this:
212 .globl foo
213 foo:
216 Compile it with "gcc -c -o foo.o foo.s" then look at the output of
217 "objdump --disassemble foo.o".
/openbmc/linux/Documentation/process/
H A Dmaintainer-tip.rst563 void func(struct foo *foo)
570 void func(struct foo *foo)
585 if (foo)
592 if (foo[i])
593 do_something(foo[i]);
598 if (foo[i])
599 do_something(foo[i]);
610 unsigned long foo, bar;
618 unsigned long foo, bar;
645 struct foobar foo;
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_value_or_null.c12 int foo[MAX_ENTRIES]; member
210 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
H A Dverifier_search_pruning.c12 int foo[MAX_ENTRIES]; member
124 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in __flag()
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A Dinterp.patch27 after 0 error foo
39 } -result foo
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf284 ; http://www.foo.bar/status
285 ; http://www.foo.bar/status?json
286 ; http://www.foo.bar/status?html
287 ; http://www.foo.bar/status?xml
292 ; http://www.foo.bar/status?full
293 ; http://www.foo.bar/status?json&full
294 ; http://www.foo.bar/status?html&full
295 ; http://www.foo.bar/status?xml&full
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst267 名字。稱一個全局函數爲 ``foo`` 是一個難以饒恕的錯誤。
444 kfree(foo->bar);
445 kfree(foo);
448 這段代碼的錯誤是,在某些退出路徑上 ``foo`` 是 NULL。通常情況下,通過把它分離
454 kfree(foo->bar);
456 kfree(foo);
855 compile-command: "gcc -DMAGIC_DEBUG_FLAG foo.c"
/openbmc/linux/Documentation/dev-tools/
H A Dcheckpatch.rst634 foo = bar(...);
644 Comparisons to NULL in the form (foo == NULL) or (foo != NULL)
645 are better written as (!foo) and (foo).
771 sizeof(foo)/sizeof(foo[0]) for finding number of elements in an
961 void foo
978 int foo()
982 int foo(void)
1157 if ((foo->bar) && (foo->baz))
1162 if (foo->bar && foo->baz)
1172 &foo->bar
[all …]
/openbmc/linux/Documentation/maintainer/
H A Dmodifying-patches.rst20 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
/openbmc/phosphor-fan-presence/presence/example/
H A Dexample.yaml38 physpath: /sys/devices/foo/bar
58 physpath: /sys/devices/foo/bar
76 physpath: /sys/devices/foo/bar
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h18 u32 foo; /* FPU Operand Pointer Offset */ member
47 u32 foo; /* FPU Operand Offset */ member
85 u32 foo; member

12345678910>>...24