Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/common/
H A Dbloblist.c17 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
29 if (offset >= hdr->alloced) in bloblist_next_blob()
61 new_alloced = hdr->alloced + sizeof(*rec) + in bloblist_addrec()
69 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
70 hdr->alloced = new_alloced; in bloblist_addrec()
177 hdr->alloced = hdr->hdr_size; in bloblist_new()
/openbmc/hiomapd/test/
H A Dflash_erase.c47 struct erase_info_user *provided, *alloced; in ioctl() local
72 alloced = realloc(recorded, n_ioctls * sizeof(*recorded)); in ioctl()
73 if (!alloced) in ioctl()
75 recorded = alloced; in ioctl()
/openbmc/phosphor-mboxd/test/
H A Derase_flash.c45 struct erase_info_user *provided, *alloced; in ioctl() local
70 alloced = realloc(recorded, n_ioctls * sizeof(*recorded)); in ioctl()
71 if (!alloced) in ioctl()
73 recorded = alloced; in ioctl()
/openbmc/u-boot/tools/
H A Dproftool.c111 int alloced; in read_system_map() local
113 for (linenum = 1, alloced = func_count = 0;; linenum++) { in read_system_map()
133 if (func_count == alloced) { in read_system_map()
134 alloced += 256; in read_system_map()
136 sizeof(struct func_info) * alloced); in read_system_map()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c23 uint alloced; member
306 buf->alloced = sizeof(uint16_t) * wanted.freq * wanted.channels; in sandbox_sdl_sound_init()
307 buf->data = malloc(buf->alloced); in sandbox_sdl_sound_init()
354 if (size > buf->alloced) in sandbox_sdl_sound_play()
/openbmc/u-boot/include/
H A Dbloblist.h74 u32 alloced; member
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c239 bool emulate, alloced; in dm_pci_run_vga_bios() local
256 ret = pci_rom_load(rom, &ram, &alloced); in dm_pci_run_vga_bios()
320 if (alloced) in dm_pci_run_vga_bios()
/openbmc/u-boot/doc/
H A DREADME.arm-caches43 - A suitable buffer can be alloced on the stack using the
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst2486 8,32 1 0 0.000036038 0 m N cfq1263 alloced
2566 cat-3587 [001] d..1 3023.276410: 8,32 m N cfq3587 alloced
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch6439 +// cma is alloced in the depths of ffmpeg on its own threads)
10995 - picture_t **pictures; /* Actual list of alloced pictures passed into picture_pool */
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3354 + struct dmabuf_h * dmabuf[VIDEO_MAX_PLANES]; // If externally alloced dmabufs - stash other inf…