Searched refs:lmalloc (Results 1 – 25 of 36) sorted by relevance
12
87 buf = lmalloc(sectors * SECTOR); in read_sectors()91 dapa = lmalloc(sizeof(*dapa)); in read_sectors()
43 buf = lmalloc(size); in write_sectors()47 dapa = lmalloc(sizeof(*dapa)); in write_sectors()
137 dp = lmalloc(sizeof *dp); in get_drive_parameters_with_extensions()
22 gi = lmalloc(sizeof *gi); in vesa_getmodes()26 mi = lmalloc(sizeof *mi); in vesa_getmodes()
98 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()
50 gci = lmalloc(sizeof *gci + max_dhcp_packet); in pxe_get_cached_info()
130 lbuf = lmalloc(len); in core_udp_send()166 lbuf = lmalloc(len); in core_udp_sendto()
66 uw = lmalloc(sizeof *uw + len); in send_ack_packet()67 ur = lmalloc(sizeof *ur + RCV_BUF); in send_ack_packet()
12 char *d = lmalloc(l); in lstrdup()
37 p = lmalloc(size); in lzalloc()
65 gi = lmalloc(sizeof *gi); in set_graphics_mode()69 mi = lmalloc(sizeof *mi); in set_graphics_mode()
69 e820buf = lmalloc(sizeof(*e820buf)); in mboot_scan_memory()
24 .lmalloc = pmapi_lmalloc, /* Allocate low memory */
57 void *(*lmalloc)(size_t); member
27 bounce = lmalloc(strlen(cmd) + 1); in runsyslinuxcmd()
43 fx = lmalloc(sizeof *fx); in gpxecmd()
43 fx = lmalloc(sizeof *fx); in sanboot()
31 vesa = lmalloc(sizeof(*vesa)); in print_modes()
47 low_ed = lmalloc(sizeof ed); in dump_e820()
18 vip = lmalloc(sizeof *vip); in dump_vesa_tables()
25 curr = lmalloc(sizeof *curr); in dump_e820()
29 rmstack = lmalloc(REAL_MODE_STACK_SIZE); in start_thread()
83 extern void *lmalloc(size_t);
123 void *lmalloc(size_t);
148 buf = lmalloc(size); in get_file_lba()