/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
H A D | 0001-libacpi-Fix-build-witth-fno-commom.patch | 24 + * globals->battery_count 29 + * globals->thermal_count 34 + * globals->fan_count 47 * globals->battery_count 53 * globals->thermal_count 59 * globals->fan_count
|
/openbmc/linux/samples/bpf/ |
H A D | sockex3_kern.c | 58 struct globals { struct 65 __type(value, struct globals); argument 70 static struct globals *this_cpu_globals(void) in this_cpu_globals() 90 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() 107 struct globals *g, __u32 ip_proto) in parse_ip_proto() 160 struct globals *g = this_cpu_globals(); in bpf_func_ip() 189 struct globals *g = this_cpu_globals(); in bpf_func_ipv6()
|
H A D | tc_l2_redirect.sh | 83 rm -f /sys/fs/bpf/tc/globals/tun_iface 109 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex) 146 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ip6t/ifindex)
|
H A D | lwt_len_hist.sh | 12 rm /sys/fs/bpf/tc/globals/lwt_len_hist_map
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | qed.py | 214 for cmd in sorted(x for x in globals() if x.startswith('cmd_')): 215 print(globals()[cmd].__doc__) 224 if cmd not in globals(): 229 globals()[cmd](qed, *sys.argv[3:]) 231 sys.stderr.write(globals()[cmd].__doc__ + '\n')
|
/openbmc/openbmc/poky/meta/recipes-multimedia/mpeg2dec/files/ |
H A D | 61_global-symbol-test.patch | 11 test/globals | 42 +++++++++++++++++++++++++++--------------- 14 --- mpeg2dec.orig/test/globals 15 +++ mpeg2dec/test/globals
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | CVE-2019-13232_p2.patch | 34 globals.c | 1 + 35 globals.h | 3 + 276 diff --git a/globals.c b/globals.c 278 --- a/globals.c 279 +++ b/globals.c 288 diff --git a/globals.h b/globals.h 290 --- a/globals.h 291 +++ b/globals.h
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/ |
H A D | use-emacs-native-tools-for-cross-compiling.patch | 58 - $(AM_V_GLOBALS)$(libsrc)/make-docfile -d $(srcdir) -g $(doc_obj) > globals.tmp 59 + make-docfile -d $(srcdir) -g $(doc_obj) > globals.tmp 60 $(AM_V_at)$(top_srcdir)/build-aux/move-if-change globals.tmp globals.h
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | index.rst | 13 globals
|
/openbmc/qemu/tests/guest-debug/ |
H A D | test_gdbstub.py | 51 code.InteractiveConsole(locals=globals()).interact()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | dtlb_prot.S | 21 rdpr %pstate, %g5 ! Move into alt-globals
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/ |
H A D | 0001-Modify-include-dir.patch | 29 /* Callbacks, globals and object handlers */
|
/openbmc/qemu/system/ |
H A D | meson.build | 18 'globals.c',
|
/openbmc/u-boot/Documentation/ |
H A D | conf.py | 528 loadConfig(globals())
|
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
H A D | testtargetloader.py | 63 module = __import__(modulename, globals(), locals(), [target])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/ |
H A D | 0002-yasm-Use-BUILD_DATE-for-reproducibility.patch | 21 #include "tools/re2c/globals.h"
|
/openbmc/linux/scripts/ |
H A D | Makefile.kasan | 43 $(call cc-param,asan-globals=1) \
|
/openbmc/linux/Documentation/ |
H A D | conf.py | 543 loadConfig(globals())
|
/openbmc/linux/mm/kasan/ |
H A D | kasan.h | 566 void __asan_register_globals(void *globals, ssize_t size); 567 void __asan_unregister_globals(void *globals, ssize_t size);
|
H A D | generic.c | 227 struct kasan_global *globals = ptr; in __asan_register_globals() local 230 register_global(&globals[i]); in __asan_register_globals()
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 79 they are called *direct globals*, or may be specified as an offset 80 from a direct global, in which case they are called *indirect globals*. 81 Even indirect globals should still reference memory within 82 ``CPUArchState``. All TCG globals are defined during 159 By default, before calling a helper, all globals are stored at their 161 CPU state (including the state represented by tcg globals) 167 The helper does not modify any globals, but may read them. 173 The helper does not read globals, either directly or via an exception. 964 - Use globals to represent the parts of the QEMU CPU state which are
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/ |
H A D | 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 34 getter = globals()[f'_get_python_inc_{os.name}']
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | main.py | 170 cProfile.runctx('render()', globals(), locals(), profile)
|
/openbmc/linux/arch/arc/kernel/ |
H A D | head.S | 123 ; Clear BSS before updating any globals
|
/openbmc/qemu/scripts/tracetool/ |
H A D | __init__.py | 402 module = __import__(mod_name, globals(), locals(), ["__package__"])
|