/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3588s-pinctrl.dtsi | 15 /omit-if-no-ref/ 30 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 91 /omit-if-no-ref/ 100 /omit-if-no-ref/ 111 /omit-if-no-ref/ 120 /omit-if-no-ref/ 131 /omit-if-no-ref/ 138 /omit-if-no-ref/ [all …]
|
H A D | rk3568-pinctrl.dtsi | 15 /omit-if-no-ref/ 36 /omit-if-no-ref/ 43 /omit-if-no-ref/ 50 /omit-if-no-ref/ 57 /omit-if-no-ref/ 64 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 103 /omit-if-no-ref/ 128 /omit-if-no-ref/ [all …]
|
H A D | rockchip-pinconf.dtsi | 7 /omit-if-no-ref/ 12 /omit-if-no-ref/ 17 /omit-if-no-ref/ 22 /omit-if-no-ref/ 28 /omit-if-no-ref/ 34 /omit-if-no-ref/ 40 /omit-if-no-ref/ 46 /omit-if-no-ref/ 52 /omit-if-no-ref/ 58 /omit-if-no-ref/ [all …]
|
H A D | rk3588-pinctrl.dtsi | 15 /omit-if-no-ref/ 25 /omit-if-no-ref/ 35 /omit-if-no-ref/ 52 /omit-if-no-ref/ 61 /omit-if-no-ref/ 70 /omit-if-no-ref/ 77 /omit-if-no-ref/ 88 /omit-if-no-ref/ 99 /omit-if-no-ref/ 108 /omit-if-no-ref/ [all …]
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rv1126-pinctrl.dtsi | 15 /omit-if-no-ref/ 23 /omit-if-no-ref/ 29 /omit-if-no-ref/ 49 /omit-if-no-ref/ 55 /omit-if-no-ref/ 63 /omit-if-no-ref/ 81 /omit-if-no-ref/ 91 /omit-if-no-ref/ 125 /omit-if-no-ref/ 137 /omit-if-no-ref/ [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/ |
H A D | pidof-add-m-option.patch | 6 When used with -o, will also omit any processes that have the same 35 Tells \fIpidof\fP to omit processes with that process id. The special 39 +When used with -o, will also omit any processes that have the same 56 /* List of processes to omit. */ 57 OMIT *omit = NULL; 64 + OMIT *o; 66 + for (o = omit; o; o = omit) { 67 + omit = omit->next; 83 + OMIT *o, *m; 92 + m = omit; [all …]
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun7i-a20.dtsi | 779 /omit-if-no-ref/ 785 /omit-if-no-ref/ 791 /omit-if-no-ref/ 797 /omit-if-no-ref/ 803 /omit-if-no-ref/ 811 /omit-if-no-ref/ 817 /omit-if-no-ref/ 825 /omit-if-no-ref/ 836 /omit-if-no-ref/ 842 /omit-if-no-ref/ [all …]
|
H A D | sun8i-r40.dtsi | 567 /omit-if-no-ref/ 575 /omit-if-no-ref/ 654 /omit-if-no-ref/ 663 /omit-if-no-ref/ 669 /omit-if-no-ref/ 675 /omit-if-no-ref/ 681 /omit-if-no-ref/ 687 /omit-if-no-ref/ 693 /omit-if-no-ref/ 699 /omit-if-no-ref/ [all …]
|
/openbmc/linux/arch/riscv/boot/dts/allwinner/ |
H A D | sun20i-d1.dtsi | 37 /omit-if-no-ref/ 43 /omit-if-no-ref/ 49 /omit-if-no-ref/ 55 /omit-if-no-ref/ 61 /omit-if-no-ref/
|
H A D | sunxi-d1s-t113.dtsi | 55 /omit-if-no-ref/ 61 /omit-if-no-ref/ 67 /omit-if-no-ref/ 73 /omit-if-no-ref/ 81 /omit-if-no-ref/ 90 /omit-if-no-ref/ 96 /omit-if-no-ref/ 102 /omit-if-no-ref/ 108 /omit-if-no-ref/ 116 /omit-if-no-ref/ [all …]
|
/openbmc/bmcweb/include/ |
H A D | http_utility.hpp | 34 using boost::spirit::x3::omit; in getContentType() 53 auto parser = no_case[knownMimeType] >> omit[parameters]; in getContentType() 73 using boost::spirit::x3::omit; in getPreferredContentType() 93 omit[+typeCharset >> lit('/') >> +typeCharset]; in getPreferredContentType() 94 auto parser = +(mimeType >> omit[parameters >> -char_(',') >> *space]); in getPreferredContentType() 150 using boost::spirit::x3::omit; in getPreferredEncoding() 164 auto encodeType = knownAcceptEncoding | omit[+typeCharset]; in getPreferredEncoding() 165 auto parser = +(encodeType >> omit[parameters >> -char_(',') >> *space]); in getPreferredEncoding()
|
/openbmc/linux/Documentation/timers/ |
H A D | no_hz.rst | 15 1. Never omit scheduling-clock ticks (CONFIG_HZ_PERIODIC=y or 19 2. Omit scheduling-clock ticks on idle CPUs (CONFIG_NO_HZ_IDLE=y or 23 3. Omit scheduling-clock ticks on CPUs that are either idle or that 33 Never Omit Scheduling-Clock Ticks 53 periods, failing to omit scheduling-clock interrupts will result in 65 Omit Scheduling-Clock Ticks For Idle CPUs 104 Omit Scheduling-Clock Ticks For CPUs With Only One Runnable Task
|
/openbmc/bmcweb/ |
H A D | DBUS_USAGE.md | 13 detecting these will omit the property from the Redfish tree, in line with the 16 interface is never an error, and shall simply omit the relevant properties
|
/openbmc/linux/kernel/sched/ |
H A D | Makefile | 17 # According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is 22 CFLAGS_core.o := $(PROFILING) -fno-omit-frame-pointer
|
/openbmc/linux/arch/sparc/vdso/ |
H A D | Makefile | 51 # Don't omit frame pointers for ease of userspace debugging, but do 56 -fno-omit-frame-pointer -foptimize-sibling-calls \ 97 KBUILD_CFLAGS_32 += -fno-omit-frame-pointer
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | Build.txt | 61 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=address' 70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'
|
/openbmc/linux/include/uapi/linux/ |
H A D | atmsap.h | 110 unsigned char window; /* window size (k), 1-127 (0 to omit) */ 120 /* omit) */ 121 unsigned char window;/* packet window size, 1-127 (0 to omit) */
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h616.dtsi | 194 /omit-if-no-ref/ 212 /omit-if-no-ref/ 218 /omit-if-no-ref/ 224 /omit-if-no-ref/ 230 /omit-if-no-ref/ 241 /omit-if-no-ref/ 247 /omit-if-no-ref/ 697 /omit-if-no-ref/
|
/openbmc/linux/include/linux/ |
H A D | devm-helpers.h | 43 * devm_delayed_work_autocancel() can be used to omit the explicit 68 * devm_work_autocancel() can be used to omit the explicit
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/ |
H A D | 0004-Do-not-specify-PIE-flag-explicitly.patch | 40 …trict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FO… 41 …trict-aliasing -fstack-protector-strong -fasynchronous-unwind-tables -fno-omit-frame-pointer -D_FO…
|
/openbmc/webui-vue/src/components/Global/ |
H A D | TableRowAction.vue | 58 import { omit } from 'lodash'; 108 return JSON.stringify(omit(this.rowData, 'actions'));
|
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/ |
H A D | 0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch | 60 -ExecStartPost=/bin/sh -c 'ln -s /var/run/wd_keepalive.pid /run/sendsigs.omit.d/wd_keepalive.pid' 61 -ExecStopPost=/bin/sh -c 'rm -f /run/sendsigs.omit.d/wd_keepalive.pid'
|
/openbmc/linux/arch/x86/um/vdso/ |
H A D | Makefile | 44 # Don't omit frame pointers for ease of userspace debugging, but do 49 -fno-omit-frame-pointer -foptimize-sibling-calls
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | Makefile | 81 # Don't omit frame pointers for ease of userspace debugging, but do 86 -fno-omit-frame-pointer -foptimize-sibling-calls \ 163 KBUILD_CFLAGS_32 += -fno-omit-frame-pointer
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/ |
H A D | directfb.inc | 66 #Once -fno-omit-frame-pointer option of gcc is added into TARGET_CLFAGS as default 68 TARGET_CFLAGS:remove:x86 = "-fno-omit-frame-pointer"
|