Searched refs:free (Results 151 - 175 of 520) sorted by relevance

1234567891011>>

/u-boot/drivers/block/
H A Dblkmap.c184 free(linear);
264 free(bmm);
406 free(bms);
483 free(hname);
485 free(hlabel);
/u-boot/common/
H A Dcli_hush_upstream.c1443 fdprintf(2, "free %p\n", ptr);
1444 free(ptr);
1449 # define free(p) xxfree(p) macro
1647 free(*v);
1650 free(strings);
1730 free(fp);
1810 /* hfclose would also free HFILE object.
1873 while (*++pp) /* note: does not free $0 */
1874 free(*pp);
1875 free(
[all...]
/u-boot/lib/efi_loader/
H A Defi_capsule.c244 free(image_info);
401 free(regs);
893 free(buf);
1020 free(boot_order);
1132 free(dirent);
1183 free(file_info);
1196 free(buf);
1200 free(buf);
1353 free(capsule);
1376 free(file
[all...]
H A Defi_var_common.c409 free(buf);
434 *bufp = NULL; /* Avoid double free() */
457 free(buf);
469 free(buf);
H A Defi_helper.c73 * Return: device path or NULL. Caller must free the returned value
98 free(var_value);
320 free(*load_options);
548 free(load_options);
H A Defi_tcg2.c446 free(new_efi);
447 free(regs);
551 free(image_load_event);
794 * tcg2_uninit - remove the final event table and free efi memory on failures
1021 free(event);
1074 free(bootvar);
1080 free(boot_order);
1142 free(event);
1274 free(gpt_h);
1275 free(entr
[all...]
/u-boot/lib/rsa/
H A Drsa-keyprop.c632 free((void *)prop->modulus);
633 free((void *)prop->public_exponent);
634 free((void *)prop->rr);
636 free(prop);
721 free(n);
722 free(rr);
723 free(rrtmp);
/u-boot/drivers/usb/gadget/
H A Df_dfu.c706 free(f_dfu->function[--i]);
709 free(f_dfu->function);
771 free(f_dfu->strings);
776 i++; /* free DFU Functional Descriptor */
778 free(f_dfu->function[--i]);
781 free(f_dfu->function);
784 free(f_dfu);
841 free(f_dfu);
/u-boot/scripts/kconfig/
H A Dexpr.c98 free(e);
130 fprintf(stderr, "how to free type %d?\n", e->type);
133 free(e);
325 free(e->left.expr);
328 free(tmp);
341 free(e->right.expr);
344 free(tmp);
354 free(e->left.expr);
357 free(tmp);
370 free(
[all...]
H A Dutil.c47 free(gs->s);
H A Dzconf.l122 free(yylval.string);
178 free(yylval.string);
311 free(text);
332 free(res);
443 free(current_buf);
/u-boot/drivers/net/
H A Dbcm-sf2-eth-gmac.c304 free(dma->tx_buf);
306 free(dma->tx_desc_aligned);
309 free(dma->rx_buf);
311 free(dma->rx_desc_aligned);
924 free(dma->tx_desc_aligned);
935 free(dma->tx_desc_aligned);
936 free(dma->tx_buf);
946 free(dma->tx_desc_aligned);
947 free(dma->tx_buf);
948 free(dm
[all...]
/u-boot/fs/ubifs/
H A Dgc.c16 * nodes to the journal, at which point the garbage-collected LEB is free to be
24 * LEBs which have less than @c->dead_wm bytes of free + dirty space are full
35 * have to waste large pieces of free space at the end of LEB B, because nodes
37 * maximum size. So dark watermark is the amount of free + dirty space in LEB
39 * be unable to reclaim it. So, LEBs with free + dirty greater than dark
473 if (lp->free + lp->dirty == c->leb_size) {
474 /* Special case - a free LEB */
475 dbg_gc("LEB %d is free, return it", lp->lnum);
478 if (lp->free != c->leb_size) {
506 * (c->leb_size - lp->free)
[all...]
/u-boot/tools/
H A Dmxsboot.c309 free(fcb);
402 free(fcbblock);
522 free(dbbt);
524 free(fcb);
526 free(buf);
577 free(buf);
/u-boot/boot/
H A Dcedit.c685 free(priv.mask);
718 free(priv.mask);
719 free(priv.value);
786 free(priv.mask);
815 free(priv.mask);
816 free(priv.value);
/u-boot/cmd/
H A Donenand.c7 * This program is free software; you can redistribute it and/or modify
295 free(buf);
296 free(verify_buf);
325 free(datbuf);
326 free(oobbuf);
351 free(datbuf);
352 free(oobbuf);
/u-boot/test/dm/
H A Dscmi.c133 free(vendor);
146 free(vendor);
159 free(agent_name);
165 free(protocols);
343 free(name);
368 free(name);
/u-boot/fs/btrfs/
H A Dextent-cache.c111 free(pe);
255 free(pe);
309 free(prev);
/u-boot/board/siemens/iot2050/
H A Dboard.c185 free(boot_targets);
481 free(fdt_copy);
482 free(overlay_copy);
/u-boot/board/freescale/ls1043aqds/
H A Deth.c139 free(bus);
152 free(bus);
153 free(pmdio);
/u-boot/board/freescale/ls1046aqds/
H A Deth.c135 free(bus);
148 free(bus);
149 free(pmdio);
/u-boot/fs/fat/
H A Dfat_write.c546 * Determine the next free cluster after 'entry' in a FAT (12/16/32) table
556 /* found free entry, link to entry */
1477 free(filename_copy);
1478 free(mydata->fatbuf);
1479 free(itr);
1521 free(fsdata.fatbuf);
1522 free(dirs);
1579 /* free cluster blocks */
1668 free(fsdata.fatbuf);
1669 free(it
[all...]
/u-boot/test/lib/
H A Dabuf.c37 /* Now set it again, to force it to free */
284 free(ptr);
307 free(ptr);
372 free(ptr);
/u-boot/fs/erofs/
H A Dsuper.c52 free(sbi->devs);
/u-boot/lib/crypto/
H A Dpublic_key.c79 free(sig->auth_ids[i]);
80 free(sig->s);
81 free(sig->digest);
82 free(sig);

Completed in 314 milliseconds

1234567891011>>