Home
last modified time | relevance | path

Searched refs:lmalloc (Results 1 – 25 of 36) sorted by relevance

12

/external/syslinux/com32/gpllib/disk/
Dread.c87 buf = lmalloc(sectors * SECTOR); in read_sectors()
91 dapa = lmalloc(sizeof(*dapa)); in read_sectors()
Dwrite.c43 buf = lmalloc(size); in write_sectors()
47 dapa = lmalloc(sizeof(*dapa)); in write_sectors()
Dgeom.c137 dp = lmalloc(sizeof *dp); in get_drive_parameters_with_extensions()
/external/syslinux/com32/lua/src/
Dvesa.c22 gi = lmalloc(sizeof *gi); in vesa_getmodes()
26 mi = lmalloc(sizeof *mi); in vesa_getmodes()
/external/syslinux/com32/lib/syslinux/
Ddisk.c98 eparam = lmalloc(sizeof *eparam); in disk_get_params()
178 dapa = lmalloc(sizeof *dapa); in ebios_setup()
183 buf = lmalloc(count * diskinfo->bps); in ebios_setup()
217 buf = lmalloc(count * diskinfo->bps); in chs_setup()
Dpxe_get_cached.c50 gci = lmalloc(sizeof *gci + max_dhcp_packet); in pxe_get_cached_info()
/external/syslinux/core/legacynet/
Dcore.c130 lbuf = lmalloc(len); in core_udp_send()
166 lbuf = lmalloc(len); in core_udp_sendto()
/external/syslinux/com32/libupload/
Dupload_tftp.c66 uw = lmalloc(sizeof *uw + len); in send_ack_packet()
67 ur = lmalloc(sizeof *ur + RCV_BUF); in send_ack_packet()
/external/syslinux/com32/lib/
Dlstrdup.c12 char *d = lmalloc(l); in lstrdup()
Dlmalloc.c37 p = lmalloc(size); in lzalloc()
/external/syslinux/com32/mboot/
Dinitvesa.c65 gi = lmalloc(sizeof *gi); in set_graphics_mode()
69 mi = lmalloc(sizeof *mi); in set_graphics_mode()
Dmem.c69 e820buf = lmalloc(sizeof(*e820buf)); in mboot_scan_memory()
/external/syslinux/core/
Dpmapi.c24 .lmalloc = pmapi_lmalloc, /* Allocate low memory */
/external/syslinux/com32/include/syslinux/
Dpmapi.h57 void *(*lmalloc)(size_t); member
/external/syslinux/com32/cmenu/libmenu/
Dsyslnx.c27 bounce = lmalloc(strlen(cmd) + 1); in runsyslinuxcmd()
/external/syslinux/com32/modules/
Dgpxecmd.c43 fx = lmalloc(sizeof *fx); in gpxecmd()
Dsanboot.c43 fx = lmalloc(sizeof *fx); in sanboot()
Dvesainfo.c31 vesa = lmalloc(sizeof(*vesa)); in print_modes()
Dmeminfo.c47 low_ed = lmalloc(sizeof ed); in dump_e820()
/external/syslinux/com32/sysdump/
Dvesa.c18 vip = lmalloc(sizeof *vip); in dump_vesa_tables()
Dmemmap.c25 curr = lmalloc(sizeof *curr); in dump_e820()
/external/syslinux/core/thread/
Dstart_thread.c29 rmstack = lmalloc(REAL_MODE_STACK_SIZE); in start_thread()
/external/syslinux/core/include/
Dcore.h83 extern void *lmalloc(size_t);
/external/syslinux/com32/include/
Dcom32.h123 void *lmalloc(size_t);
/external/syslinux/com32/chain/
Dutility.c148 buf = lmalloc(size); in get_file_lba()

12