Home
last modified time | relevance | path

Searched refs:get_id (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/
H A D0001-meson-Run-atomics-test-on-clang-as-well.patch22 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 Dvmstate-if.h27 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 Dtransaction.hpp25 Transaction() : time(std::time(nullptr)), thread(std::this_thread::get_id()) in Transaction()
94 uint64_t get_id();
/openbmc/phosphor-logging/lib/
H A Delog.cpp34 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 Drcar3.c101 .get_id = usbhs_get_id_as_gadget,
113 .get_id = usbhs_get_id_as_gadget,
H A Drza.c51 .get_id = usbhs_get_id_as_gadget,
H A Drcar2.c69 .get_id = usbhs_get_id_as_gadget,
H A Drza2.c66 .get_id = usbhs_get_id_as_gadget,
H A Dcommon.c456 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 Diforce.h79 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 Diforce-serio.c115 .get_id = iforce_serio_get_id,
H A Diforce-usb.c133 .get_id = iforce_usb_get_id,
/openbmc/linux/tools/testing/selftests/user_events/
H A Dperf_test.c38 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 Dmeson.build47 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 Dmeson.build57 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 Drenesas_usbhs.h79 int (*get_id)(struct platform_device *pdev); member
/openbmc/openbmc/poky/meta/recipes-graphics/graphene/files/
H A Dfloat-div.patch26 …ieee754_float_div = meson.get_external_property('ieee754_float_div', cc.get_id() in ['gcc', 'clang…
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp283 __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 Dcpumap.h109 aggr_cpu_id_get_t get_id,
H A Dcpumap.c236 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 Dtransaction.cpp17 uint64_t get_id() in get_id() function
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp166 auto transactionId = sdbusplus::server::transaction::get_id(); in log()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c1504 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 Dmain.c226 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 Dmeson.build75 if (cxx.get_id() == 'clang')
104 if (cxx.get_id() == 'gcc')

12