Home
last modified time | relevance | path

Searched refs:whatever (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_funcs2.c49 static volatile int whatever; in set_output_weak() local
54 whatever = 2 * bpf_core_type_size(struct task_struct); in set_output_weak()
55 __sink(whatever); in set_output_weak()
69 static volatile int whatever; in BPF_PROG() local
75 whatever = bpf_core_type_size(struct task_struct); in BPF_PROG()
76 __sink(whatever); in BPF_PROG()
H A Dlinked_funcs1.c49 static volatile int whatever; in set_output_weak() local
54 whatever = bpf_core_type_size(struct task_struct); in set_output_weak()
55 __sink(whatever); in set_output_weak()
69 static volatile int whatever; in BPF_PROG() local
75 whatever = bpf_core_type_size(struct task_struct); in BPF_PROG()
76 __sink(whatever); in BPF_PROG()
H A Dtest_custom_sec_handlers.c55 int whatever; in xyz() local
58 bpf_copy_from_user(&whatever, sizeof(whatever), NULL); in xyz()
H A Dtest_autoload.c28 int whatever; member
35 fake->whatever = 123; in prog3()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dexpand_remote_port.patch64 extern char *eval_client(struct request_info *);/* whatever is available */
65 extern char *eval_server(struct request_info *);/* whatever is available */
H A D13_shlib_weaksym.patch199 -extern char *eval_client(); /* whatever is available */
200 -extern char *eval_server(); /* whatever is available */
205 +extern char *eval_client(struct request_info *);/* whatever is available */
206 +extern char *eval_server(struct request_info *);/* whatever is available */
/openbmc/qemu/tests/qapi-schema/
H A Dtype-bypass-bad-gen.json2 { 'command': 'foo', 'gen': 'whatever' }
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBSD-3-Clause-flex36 This basically says "do whatever you please with this software except
41 You are free to do whatever you please with scanners generated using flex;
H A DGutmann1 You can use this code in whatever way you want, as long as you don't try
H A DBeerware1 …BSD.ORG> wrote this file. As long as you retain this notice you can do whatever you want with thi…
H A DSoundex3 Freedom to use these sources for whatever you want, as long as credit
/openbmc/phosphor-pid-control/notimpl/
H A DREADME2 write-only object in whatever scenario.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.42-tftpboot.patch31 - "-p -c -U 002 -u tftpd -s /tftpboot" (replace 002 with whatever
32 + "-p -c -U 002 -u tftpd -s /var/lib/tftpboot" (replace 002 with whatever
/openbmc/u-boot/board/freescale/mpc8569mds/
H A DREADME44 designer, we can set whatever we want */
46 designer, we can set whatever we want */
/openbmc/linux/drivers/parport/
H A DTODO-parport14 with (maybe just log) whatever the printer wants to tell the world.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ydotool/
H A Dydotool_git.bb2 …imited to Wayland. You can use it on anything as long as it accepts keyboard/mouse/whatever input."
/openbmc/linux/arch/x86/realmode/rm/
H A Dtrampoline_32.S51 lgdtl tr_gdt # load gdt with whatever is appropriate
/openbmc/linux/scripts/
H A Dsubarch.include4 # then ARCH is assigned, getting whatever value it gets normally, and
/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/
H A D0001-Do-not-add-library-path-to-avoid-host-contamination.patch23 # the module should be linked only with libfm, not libfm-gtk or whatever
/openbmc/linux/arch/arm/boot/compressed/
H A Dhead-xscale.S19 @ whatever state it is, before it is turned off.
H A Dhead-sa1100.S29 @ whatever state it is, before it is turned off.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-dirty-equals_0.8.0.bb6 dirty-equals can be used in whatever context you like, but it comes \
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-twl403013 TWL data sheets. This uses whatever
/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool/
H A D0002-Don-t-use-build-time-hardcoded-python-binary-path.patch9 whatever is found in PATH first. This should also allow the tool to use
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/libcupsfilters/
H A D0001-use-noexcept-false-instead-of-throw-from-c-17-onward.patch8 throw(whatever) with noexcept(false).

12345678910>>...14