Home
last modified time | relevance | path

Searched refs:xbuf (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c143 md5_word_t xbuf[16]; in md5_process() local
169 memcpy(xbuf, data, 64); in md5_process()
170 X = xbuf; in md5_process()
187 X = xbuf; /* (dynamic only) */ in md5_process()
189 # define xbuf X /* (static only) */ in md5_process() macro
192 xbuf[i] = xp[0] + (xp[1] << 8) + (xp[2] << 16) + (xp[3] << 24); in md5_process()
/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c76 static uint mmc_spi_readdata(struct mmc *mmc, void *xbuf, in mmc_spi_readdata() argument
80 u8 *buf = xbuf; in mmc_spi_readdata()
111 static uint mmc_spi_writedata(struct mmc *mmc, const void *xbuf, in mmc_spi_writedata() argument
115 const u8 *buf = xbuf; in mmc_spi_writedata()
/openbmc/qemu/ui/
H A Dvdagent.c46 uint8_t *xbuf; member
765 g_clear_pointer(&vd->xbuf, g_free); in vdagent_reset_xbuf()
788 vd->xbuf = g_malloc0(vd->xsize); in vdagent_chr_recv_chunk()
798 memcpy(vd->xbuf + vd->xoff, vd->msgbuf, vd->msgsize); in vdagent_chr_recv_chunk()
804 msg = (void *)vd->xbuf; in vdagent_chr_recv_chunk()
1059 VMSTATE_VBUFFER_ALLOC_UINT32(xbuf, VDAgentChardev, 0, 0, xsize),
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch10861 + struct v4l2_exportbuffer xbuf = {
10867 + if (ioctl(mbc->vfd, VIDIOC_EXPBUF, &xbuf) == 0) {
10868 + be->dh[i] = dmabuf_import(xbuf.fd, planes[i].length);
10869 + close(xbuf.fd); // dmabuf_import dups the fd so close this one
10893 + struct v4l2_exportbuffer xbuf = {
10898 + if (ioctl(mbc->vfd, VIDIOC_EXPBUF, &xbuf) == 0)
10899 + be->dh[0] = dmabuf_import(xbuf.fd, buf.length);