/openbmc/sdbusplus/test/async/ |
H A D | task.cpp | 26 struct _ in TEST() struct 28 static auto one() -> task<int> in TEST() 32 static auto two(bool& executed) -> task<> in TEST() 50 struct _ in TEST() struct 52 static auto one() -> task<> in TEST() 58 static auto two(bool& caught) -> task<> in TEST() 82 struct _ in TEST() struct 84 static auto one(size_t count, size_t& executed) -> task<size_t> in TEST()
|
H A D | context.cpp | 73 struct _ in TEST_F() struct 75 static auto one(size_t count, in TEST_F() 126 struct _ in TEST_F() struct
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 770 _, base_maps = bpftool("map") variable 782 _, out = cmd("mount") variable 794 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable 991 ret, _ = sim.set_xdp(obj, "drv", fail=False) variable 1015 ret, _ = sim.set_mtu(9000, fail=False) variable 1030 ret, _, err = sim.set_xdp(nooffload, "offload", variable 1056 _, _, err = sim.set_xdp(obj, "offload", verbose=True, include_stderr=True) variable 1088 ret, _, err = sim.set_xdp(pinned, "offload", variable 1093 ret, _, err = sim.set_xdp(pinned, "offload", variable 1159 ret, _ = cmd_result(tc_proc, fail=False) variable [all …]
|
/openbmc/sdbusplus/example/ |
H A D | calculator-client.cpp | 24 auto _ = co_await c.multiply(7, 6); in startup() local 30 auto _ = co_await c.last_result(); in startup() local 41 auto _ = co_await c.last_result(); in startup() local 49 auto _ = co_await c.last_result(); in startup() local 58 auto _ = co_await c.owner(); in startup() local
|
/openbmc/linux/rust/kernel/ |
H A D | kunit.rs | 15 pub fn err(args: fmt::Arguments<'_>) { in err() 22 &args as *const _ as *const c_void, in err() constant 31 pub fn info(args: fmt::Arguments<'_>) { in info() 38 &args as *const _ as *const c_void, in info() constant
|
H A D | print.rs | 29 let _ = w.write_fmt(unsafe { *(ptr as *const fmt::Arguments<'_>) }); in rust_fmt_argument() localVariable 106 args: fmt::Arguments<'_>, 114 &args as *const _ as *const c_void, constant 126 pub fn call_printk_cont(args: fmt::Arguments<'_>) { in call_printk_cont() 134 &args as *const _ as *const c_void, in call_printk_cont() constant
|
H A D | static_assert.rs | 32 const _: () = core::assert!($condition); constant
|
/openbmc/linux/rust/kernel/init/ |
H A D | macros.rs | 813 const _: () = { constant 1147 let _ = || { localVariable 1374 const _: () = { constant
|
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop2.h | 42 glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH) in glue() argument 99 glue(glue(glue(cirrus_colorexpand_transp_, ROP_NAME), _),DEPTH) in glue() argument 148 glue(glue(glue(cirrus_colorexpand_, ROP_NAME), _),DEPTH) in glue() argument 184 glue(glue(glue(cirrus_colorexpand_pattern_transp_, ROP_NAME), _),DEPTH) in glue() argument 228 glue(glue(glue(cirrus_colorexpand_pattern_, ROP_NAME), _),DEPTH) in glue() argument 262 glue(glue(glue(cirrus_fill_, ROP_NAME), _),DEPTH) in glue() argument
|
/openbmc/linux/scripts/ |
H A D | jobserver-exec | 32 _, _, path = fds.partition('fifo:') variable
|
/openbmc/linux/rust/kernel/sync/ |
H A D | condvar.rs | 106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal() 133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait() 142 pub fn wait_uninterruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait_uninterruptible()
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc-tid0.c | 35 static void *f(void *_) in f() 40 static void sigalrm(int _) in sigalrm()
|
H A D | proc-empty-vm.c | 122 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV() 128 static void sigaction_SIGSEGV_vsyscall(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV_vsyscall()
|
H A D | setns-dcache.c | 48 char _ = 0; in main() local
|
H A D | setns-sysvipc.c | 47 char _ = 0; in main() local
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | switch_to.h | 21 typedef struct { int _[NUM_ACRS]; } acrstype; in save_access_regs() member 28 typedef struct { int _[NUM_ACRS]; } acrstype; in restore_access_regs() member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | special_insns.h | 229 const struct { char _[64]; } *__src = src; in movdir64b() member 230 struct { char _[64]; } __iomem *__dst = dst; in movdir64b() member 269 const struct { char _[64]; } *__src = src; in enqcmds() member 270 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
|
/openbmc/openbmc/poky/scripts/ |
H A D | verify-bashisms | 138 realfn, _, _ = bb.cache.virtualfn2realfn(fn) variable
|
/openbmc/webui-vue/src/store/modules/Operations/ |
H A D | VirtualMediaStore.js | 95 async mountImage(_, { id, data }) { argument 106 async unmountImage(_, id) { argument
|
H A D | KeyClearStore.js | 7 async clearEncryptionKeys(_, selectedKey) { argument
|
/openbmc/sdbusplus/test/event/ |
H A D | event.cpp | 44 static int _(sd_event_source*, int, uint32_t, void* data) in TEST_F() function 66 static int _(sd_event_source*, uint64_t, void* data) in TEST_F() function
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_core_read.h | 292 #define ___nolast2(a, _) a argument 293 #define ___nolast3(a, b, _) a, b argument 294 #define ___nolast4(a, b, c, _) a, b, c argument 295 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 296 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument 297 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 298 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument 299 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 300 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | atmapi.h | 28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | merge_yamls.py | 17 def represent_none(self, _): argument
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw/ |
H A D | merge_sensor_config.py | 17 def represent_none(self, _): argument
|