/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
H A D | 0001-meson-Run-atomics-test-on-clang-as-well.patch | 22 if cc.get_id() == 'msvc' or cc.get_id() == 'clang-cl' or cc.links(atomictest, name : 'atomic ops') 24 - if cc.get_id() == 'gcc' and not cc.compiles(atomicdefine, name : 'atomic ops define') 25 + if (cc.get_id() == 'gcc' or cc.get_id() == 'clang') and not cc.compiles(atomicdefine, name : 'at…
|
/openbmc/qemu/include/hw/ |
H A D | vmstate-if.h | 27 char * (*get_id)(VMStateIf *obj); member 36 return VMSTATE_IF_GET_CLASS(vmif)->get_id(vmif); in vmstate_if_get_id()
|
/openbmc/sdbusplus/include/sdbusplus/server/ |
H A D | transaction.hpp | 25 Transaction() : time(std::time(nullptr)), thread(std::this_thread::get_id()) in Transaction() 94 uint64_t get_id();
|
/openbmc/phosphor-logging/lib/ |
H A D | elog.cpp | 34 uint64_t id = sdbusplus::server::transaction::get_id(); in commit() 46 uint64_t id = sdbusplus::server::transaction::get_id(); in commit()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | rcar3.c | 101 .get_id = usbhs_get_id_as_gadget, 113 .get_id = usbhs_get_id_as_gadget,
|
H A D | rza.c | 51 .get_id = usbhs_get_id_as_gadget,
|
H A D | rcar2.c | 69 .get_id = usbhs_get_id_as_gadget,
|
H A D | rza2.c | 66 .get_id = usbhs_get_id_as_gadget,
|
H A D | common.c | 456 id = usbhs_platform_call(priv, get_id, pdev); in usbhsc_hotplug() 640 if (!info->platform_callback.get_id) { in usbhs_probe()
|
/openbmc/linux/drivers/input/joystick/iforce/ |
H A D | iforce.h | 79 int (*get_id)(struct iforce *iforce, u8 id, member 118 return iforce->xport_ops->get_id(iforce, id, in iforce_get_id_packet()
|
H A D | iforce-serio.c | 115 .get_id = iforce_serio_get_id,
|
H A D | iforce-usb.c | 133 .get_id = iforce_usb_get_id,
|
/openbmc/linux/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 38 static int get_id(void) in get_id() function 154 id = get_id(); in TEST_F() 218 id = get_id(); in TEST_F()
|
/openbmc/libpldm/src/ |
H A D | meson.build | 47 c_suite = meson.get_compiler('c').get_id() 48 cpp_suite = meson.get_compiler('cpp').get_id()
|
/openbmc/openbmc-tools/dbus_sensor_tester/ |
H A D | meson.build | 57 if (cxx.get_id() == 'clang' and cxx.version().version_compare('>9.0')) 79 if (cxx.get_id() == 'gcc' and cxx.version().version_compare('>8.0'))
|
/openbmc/linux/include/linux/usb/ |
H A D | renesas_usbhs.h | 79 int (*get_id)(struct platform_device *pdev); member
|
/openbmc/openbmc/poky/meta/recipes-graphics/graphene/files/ |
H A D | float-div.patch | 26 …ieee754_float_div = meson.get_external_property('ieee754_float_div', cc.get_id() in ['gcc', 'clang…
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | stop_token.hpp | 283 __notifying_thread_ = std::this_thread::get_id(); in request_stop() 416 if (std::this_thread::get_id() == __notifying_thread) in __remove_callback_()
|
/openbmc/linux/tools/perf/util/ |
H A D | cpumap.h | 109 aggr_cpu_id_get_t get_id,
|
H A D | cpumap.c | 236 aggr_cpu_id_get_t get_id, in cpu_aggr_map__new() argument 251 struct aggr_cpu_id cpu_id = get_id(cpu, data); in cpu_aggr_map__new()
|
/openbmc/sdbusplus/src/server/ |
H A D | transaction.cpp | 17 uint64_t get_id() in get_id() function
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | log.hpp | 166 auto transactionId = sdbusplus::server::transaction::get_id(); in log()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 1504 aggr_get_id_t get_id, struct perf_cpu cpu) in perf_stat__get_aggr() argument 1510 return get_id(config, cpu); in perf_stat__get_aggr() 1513 config->cpus_aggr_map->map[cpu.cpu] = get_id(config, cpu); in perf_stat__get_aggr() 1614 aggr_cpu_id_get_t get_id = aggr_mode__get_aggr(stat_config.aggr_mode); in perf_stat_init_aggr_mode() local 1616 if (get_id) { in perf_stat_init_aggr_mode() 1619 get_id, /*data=*/NULL, needs_sort); in perf_stat_init_aggr_mode() 1912 aggr_cpu_id_get_t get_id = aggr_mode__get_aggr_file(stat_config.aggr_mode); in perf_stat_init_aggr_mode_file() local 1931 if (!get_id) in perf_stat_init_aggr_mode_file() 1935 get_id, env, needs_sort); in perf_stat_init_aggr_mode_file()
|
/openbmc/linux/tools/bpf/resolve_btfids/ |
H A D | main.c | 226 static char *get_id(const char *prefix_end) in get_id() function 281 id = get_id(name + size); in add_symbol()
|
/openbmc/bmcweb/ |
H A D | meson.build | 75 if (cxx.get_id() == 'clang') 104 if (cxx.get_id() == 'gcc')
|