Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 239) sorted by relevance

12345678910

/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dconversion.hpp93 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
110 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
126 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
146 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
166 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
186 static auto log_convert(const char* h, log_flag<Fs...> f, const V& v) in log_convert()
227 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
251 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
271 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
290 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
[all …]
/openbmc/qemu/linux-headers/linux/
H A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) argument
9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) argument
11 #define __GENMASK_U128(h, l) \ argument
/openbmc/google-ipmi-sys/test/
H A Dhandler_unittest.cpp45 Handler h; in TEST() local
53 Handler h; in TEST() local
102 Handler h(testFilename); in TEST() local
116 Handler h(testFilename); in TEST() local
318 MockDbusHandler h(mock); in TEST() local
326 MockDbusHandler h(mock); in TEST() local
335 MockDbusHandler h(mock); in TEST() local
343 MockDbusHandler h(mock); in TEST() local
352 MockDbusHandler h(mock); in TEST() local
361 MockDbusHandler h(mock); in TEST() local
[all …]
H A Dbm_mode_transition_unittest.cpp69 MockFsHandler h(move(fsMockPtr)); in TEST() local
84 MockFsHandler h(move(fsMockPtr)); in TEST() local
101 MockFsHandler h(move(fsMockPtr)); in TEST() local
114 MockFsHandler h(move(fsMockPtr)); in TEST() local
/openbmc/qemu/hw/xen/
H A Dxen-bus-helper.c50 void xs_node_create(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_create()
61 void xs_node_destroy(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_destroy()
71 void xs_node_vprintf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vprintf()
93 void xs_node_printf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_printf()
104 int xs_node_vscanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vscanf()
128 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_scanf()
142 char *xs_node_read(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_read()
164 struct qemu_xs_watch *xs_node_watch(struct qemu_xs_handle *h, const char *node, in xs_node_watch()
186 void xs_node_unwatch(struct qemu_xs_handle *h, struct qemu_xs_watch *w) in xs_node_unwatch()
H A Dxen-operations.c218 struct qemu_xs_handle *h = opaque; in watch_event() local
235 struct qemu_xs_handle *h; in libxenstore_open() local
250 static void libxenstore_close(struct qemu_xs_handle *h) in libxenstore_close()
258 static char *libxenstore_get_domain_path(struct qemu_xs_handle *h, in libxenstore_get_domain_path()
264 static char **libxenstore_directory(struct qemu_xs_handle *h, in libxenstore_directory()
271 static void *libxenstore_read(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_read()
277 static bool libxenstore_write(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_write()
284 static bool libxenstore_create(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_create()
307 static bool libxenstore_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_destroy()
356 static struct qemu_xs_watch *libxenstore_watch(struct qemu_xs_handle *h, in libxenstore_watch()
[all …]
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_json_unittest.cpp293 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
393 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
451 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
484 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
527 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
571 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
611 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
648 auto h = b.buildHandlerConfigs("./test/"); in TEST() local
670 auto h = b.buildHandlerConfigs("./test/"); in TEST() local
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_json_unittest.cpp51 auto h = LogHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
77 auto h = LogHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
208 auto h = LogHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
254 auto h = LogHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
298 auto h = LogHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_json_unittest.cpp37 auto h = VersionHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
63 auto h = VersionHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
194 auto h = VersionHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
240 auto h = VersionHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
284 auto h = VersionHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
/openbmc/qemu/dump/
H A Dwin_dump.c83 static void write_runs(DumpState *s, WinDumpHeader *h, bool x64, Error **errp) in write_runs()
114 static void patch_mm_pfn_database(WinDumpHeader *h, bool x64, Error **errp) in patch_mm_pfn_database()
125 static void patch_bugcheck_data(WinDumpHeader *h, bool x64, Error **errp) in patch_bugcheck_data()
155 static void patch_header(WinDumpHeader *h, bool x64) in patch_header()
180 static bool check_header(WinDumpHeader *h, bool *x64, Error **errp) in check_header()
203 static void check_kdbg(WinDumpHeader *h, bool x64, Error **errp) in check_kdbg()
249 static void patch_and_save_context(WinDumpHeader *h, bool x64, in patch_and_save_context()
395 static void restore_context(WinDumpHeader *h, bool x64, in restore_context()
410 WinDumpHeader *h = (void *)(s->guest_note + VMCOREINFO_ELF_NOTE_HDR_SIZE); in create_win_dump() local
/openbmc/qemu/hw/uefi/
H A Dvar-service-siglist.c46 uefi_vars_hash *h; in uefi_vars_siglist_add_sha256() local
71 uefi_vars_hash *h, *hs; in uefi_vars_siglist_free() local
146 uefi_vars_hash *h; in uefi_vars_siglist_blob_size() local
170 uefi_vars_hash *h; in uefi_vars_siglist_blob_generate() local
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dgetopt.h38 #define _SANDBOX_CMDLINE_OPT(f, s, ha, h) \ argument
65 #define SANDBOX_CMDLINE_OPT(f, ha, h) _SANDBOX_CMDLINE_OPT(f, 0, ha, h) argument
70 #define SANDBOX_CMDLINE_OPT_SHORT(f, s, ha, h) _SANDBOX_CMDLINE_OPT(f, s, ha, h) argument
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h302 static inline void qemu_xen_xs_close(struct qemu_xs_handle *h) in qemu_xen_xs_close()
310 static inline char *qemu_xen_xs_get_domain_path(struct qemu_xs_handle *h, in qemu_xen_xs_get_domain_path()
319 static inline char **qemu_xen_xs_directory(struct qemu_xs_handle *h, in qemu_xen_xs_directory()
329 static inline void *qemu_xen_xs_read(struct qemu_xs_handle *h, in qemu_xen_xs_read()
339 static inline bool qemu_xen_xs_write(struct qemu_xs_handle *h, in qemu_xen_xs_write()
349 static inline bool qemu_xen_xs_create(struct qemu_xs_handle *h, in qemu_xen_xs_create()
360 static inline bool qemu_xen_xs_destroy(struct qemu_xs_handle *h, in qemu_xen_xs_destroy()
369 static inline struct qemu_xs_watch *qemu_xen_xs_watch(struct qemu_xs_handle *h, in qemu_xen_xs_watch()
380 static inline void qemu_xen_xs_unwatch(struct qemu_xs_handle *h, in qemu_xen_xs_unwatch()
389 static inline xs_transaction_t qemu_xen_xs_transaction_start(struct qemu_xs_handle *h) in qemu_xen_xs_transaction_start()
[all …]
/openbmc/qemu/ui/
H A Dvnc-enc-tight.c117 static bool tight_can_send_png_rect(VncState *vs, VncTight *tight, int w, int h) in tight_can_send_png_rect()
138 tight_detect_smooth_image24(VncState *vs, VncTight *tight, int w, int h) in tight_detect_smooth_image24()
297 tight_detect_smooth_image(VncState *vs, VncTight *tight, int w, int h) in tight_detect_smooth_image()
555 int w, int h) in tight_filter_gradient24()
681 check_solid_tile32(VncState *vs, int x, int y, int w, int h, in check_solid_tile32()
710 static bool check_solid_tile(VncState *vs, int x, int y, int w, int h, in check_solid_tile()
717 static void find_best_solid_area(VncState *vs, int x, int y, int w, int h, in find_best_solid_area()
755 static void extend_solid_area(VncState *vs, int x, int y, int w, int h, in extend_solid_area()
923 int x, int y, int w, int h) in send_full_color_rect()
970 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect()
[all …]
H A Dvnc-enc-hextile.c30 static void hextile_enc_cord(uint8_t *ptr, int x, int y, int w, int h) in hextile_enc_cord()
47 int y, int w, int h) in vnc_hextile_send_framebuffer_update()
H A Dvnc-enc-zrle.c55 int x, int y, int w, int h, int bpp) in zrle_convert_fb()
119 static void zrle_choose_palette_rle(VncState *vs, int w, int h, in zrle_choose_palette_rle()
256 int x, int y, int w, int h) in zrle_send_framebuffer_update()
347 int x, int y, int w, int h) in vnc_zrle_send_framebuffer_update()
354 int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update()
/openbmc/qemu/tests/qtest/
H A Drtc-test.c303 static void set_time_regs(int h, int m, int s) in set_time_regs()
310 static void set_time(int mode, int h, int m, int s) in set_time()
318 static void set_datetime_bcd(int h, int min, int s, int d, int m, int y) in set_datetime_bcd()
329 static void set_datetime_dec(int h, int min, int s, int d, int m, int y) in set_datetime_dec()
340 static void set_datetime(int mode, int h, int min, int s, int d, int m, int y) in set_datetime()
353 #define assert_time(h, m, s) \ argument
360 #define assert_datetime_bcd(h, min, s, d, m, y) \ argument
/openbmc/qemu/hw/pci-host/
H A Duninorth.c120 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_main_realize() local
141 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_main_init() local
170 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_u3_agp_realize() local
186 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_u3_agp_init() local
214 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_agp_realize() local
230 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_agp_init() local
247 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_internal_realize() local
263 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_internal_init() local
/openbmc/openbmc-tools/altitude/
H A Daltitude21 def P(h): argument
25 def T(h): argument
/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.h55 SCCBHeader h; member
63 SCCBHeader h; member
79 SCCBHeader h; member
96 SCCBHeader h; member
102 SCCBHeader h; member
/openbmc/phosphor-ipmi-blobs/test/
H A Dprocess_unittest.cpp167 IpmiBlobHandler h = [](ManagerInterface*, std::span<const uint8_t>) { in TEST_F() local
183 IpmiBlobHandler h = [](ManagerInterface*, std::span<const uint8_t>) { in TEST_F() local
199 IpmiBlobHandler h = [](ManagerInterface*, std::span<const uint8_t>) { in TEST_F() local
216 IpmiBlobHandler h = in TEST_F() local
242 IpmiBlobHandler h = in TEST_F() local
/openbmc/u-boot/lib/libavb/
H A Davb_sha.h33 uint32_t h[8]; member
42 uint64_t h[8]; member
/openbmc/u-boot/arch/arm/mach-tegra/
H A Divc.c72 struct tegra_ivc_channel_header *h, in tegra_ivc_invalidate_counter()
80 struct tegra_ivc_channel_header *h, in tegra_ivc_flush_counter()
88 struct tegra_ivc_channel_header *h, in tegra_ivc_frame_addr()
105 struct tegra_ivc_channel_header *h, in tegra_ivc_invalidate_frame()
113 struct tegra_ivc_channel_header *h, in tegra_ivc_flush_frame()
/openbmc/qemu/target/hexagon/mmvec/
H A Dmmvec.h38 int16_t h[MAX_VEC_SIZE_BYTES / 2]; member
49 int16_t h[2 * MAX_VEC_SIZE_BYTES / 2]; member
61 int16_t h[MAX_VEC_SIZE_BYTES / 2 / 8]; member
/openbmc/u-boot/include/linux/
H A Dbitops.h25 #define GENMASK(h, l) \ argument
28 #define GENMASK(h, l) \ argument
32 #define GENMASK_ULL(h, l) \ argument

12345678910