Home
last modified time | relevance | path

Searched defs:ptr (Results 76 – 100 of 492) sorted by relevance

12345678910>>...20

/openbmc/qemu/hw/display/
H A Dbochs-display.c72 static uint64_t bochs_display_vbe_read(void *ptr, hwaddr addr, in bochs_display_vbe_read()
91 static void bochs_display_vbe_write(void *ptr, hwaddr addr, in bochs_display_vbe_write()
113 static uint64_t bochs_display_qext_read(void *ptr, hwaddr addr, in bochs_display_qext_read()
129 static void bochs_display_qext_write(void *ptr, hwaddr addr, in bochs_display_qext_write()
208 uint8_t *ptr; in bochs_display_update() local
/openbmc/libpldm/src/transport/
H A Dcontainer-of.h6 #define container_of(ptr, type, member) \ argument
/openbmc/libmctp/
H A Dcontainer_of.h5 #define container_of(ptr, type, member) \ argument
/openbmc/u-boot/tools/
H A Dmkimage.c140 char *ptr; in process_args() local
316 char *ptr; in main() local
646 unsigned char *ptr; in copy_file() local
H A Dimx8image.c27 static void imx8image_set_header(void *ptr, struct stat *sbuf, int ifd, in imx8image_set_header()
32 static void imx8image_print_header(const void *ptr) in imx8image_print_header()
301 unsigned char *ptr; in copy_file_aligned() local
365 unsigned char *ptr; in copy_file() local
442 uint8_t *ptr; in read_dcd_offset() local
710 uint8_t *ptr = NULL; in flatten_container_header() local
H A Dimagetool.c30 void *ptr, in imagetool_verify_print_header()
69 void *ptr, in imagetool_verify_print_header_by_type()
H A Dpblimage.c228 static int pblimage_verify_header(unsigned char *ptr, int image_size, in pblimage_verify_header()
250 static void pblimage_print_header(const void *ptr) in pblimage_print_header()
255 static void pblimage_set_header(void *ptr, struct stat *sbuf, int ifd, in pblimage_set_header()
/openbmc/bmcweb/http/
H A Dnghttp2_adapters.hpp109 nghttp2_session_callbacks* ptr = nullptr; member
183 nghttp2_session* ptr = nullptr; member
188 nghttp2_hd_inflater* ptr = nullptr; member
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_private.h121 static inline void hexdump(const void *ptr, size_t sz) in hexdump()
145 static inline void dcbz(void *ptr) in dcbz()
/openbmc/qemu/stubs/
H A Dphysmem.c4 RAMBlock *qemu_ram_block_from_host(void *ptr, bool round_offset, in qemu_ram_block_from_host()
/openbmc/libpldm/include/libpldm/
H A Dutils.h21 const uint8_t *ptr; member
/openbmc/u-boot/arch/x86/cpu/
H A Dlapic.c21 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \ argument
33 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg()
/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c138 TCGv_ptr ptr = tcg_temp_ebb_new_ptr(); in gen_plugin_u64_ptr() local
176 TCGv_ptr ptr = gen_plugin_u64_ptr(cb->entry); in gen_udata_cond_cb() local
208 TCGv_ptr ptr = gen_plugin_u64_ptr(cb->entry); in gen_inline_add_u64_cb() local
221 TCGv_ptr ptr = gen_plugin_u64_ptr(cb->entry); in gen_inline_store_u64_cb() local
/openbmc/u-boot/include/linux/
H A Drbtree.h39 #define rb_entry(ptr, type, member) container_of(ptr, type, member) argument
77 #define rb_entry_safe(ptr, type, member) \ argument
/openbmc/qemu/hw/misc/
H A Dbcm2835_mphi.c39 static uint64_t mphi_reg_read(void *ptr, hwaddr addr, unsigned size) in mphi_reg_read()
72 static void mphi_reg_write(void *ptr, hwaddr addr, uint64_t val, unsigned size) in mphi_reg_write()
/openbmc/u-boot/include/
H A Dmapmem.h25 static inline phys_addr_t map_to_sysmem(const void *ptr) in map_to_sysmem()
/openbmc/u-boot/cmd/
H A Dmd5sum.c24 u8 *ptr; in store_result() local
45 u8 *ptr; in parse_verify_sum() local
/openbmc/pldm/fw-update/
H A Dupdate_manager.cpp227 auto ptr = new (response.data()) pldm_msg; in handleRequest() local
236 auto ptr = new (response.data()) pldm_msg; in handleRequest() local
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp106 using ptr = std::shared_ptr<HandlerBase>; typedef in ipmi::HandlerBase
501 HandlerBase::ptr ptr(new IpmiHandler<ipmid_callback_t>(handler, ctx)); in makeLegacyHandler() local
519 HandlerBase::ptr ptr( in makeLegacyHandler() local
540 HandlerBase::ptr ptr( in makeHandler() local
/openbmc/u-boot/drivers/ddr/fsl/
H A Dfsl_mmdc.c14 static void set_wait_for_bits_clear(void *ptr, u32 value, u32 bits) in set_wait_for_bits_clear()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dhelper.h20 static inline uint32_t ptr2u32(void *ptr) in ptr2u32()
/openbmc/u-boot/drivers/spi/
H A Dspi.c26 u8 *ptr; in spi_do_alloc_slave() local
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h241 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) argument
242 #define tas(ptr) (xchg((ptr),1)) argument
245 __xchg(unsigned long x, volatile void * ptr, int size) in __xchg()
/openbmc/u-boot/lib/
H A Drc4.c19 int ptr; in rc4_encode() local
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dkeystone.c19 int cpu_to_bus(u32 *ptr, u32 length) in cpu_to_bus()

12345678910>>...20