Searched refs:xnew (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/boot/efi/ |
D | initrd.c | 92 loader = xnew(struct initrd_loader, 1); in initrd_register()
|
D | boot.c | 157 line = xnew(CHAR16, size); in line_edit() 158 print = xnew(CHAR16, x_max + 1); in line_edit() 682 lines = xnew(CHAR16*, config->entry_count + 1); in menu_run() 687 lines[i] = xnew(CHAR16, line_width + 1); in menu_run() 702 clearline = xnew(CHAR16, x_max + 1); in menu_run() 703 separator = xnew(CHAR16, x_max + 1); in menu_run() 1445 entry = xnew(ConfigEntry, 1); in config_entry_add_from_file() 1879 entry = xnew(ConfigEntry, 1); in config_entry_add_call() 1911 entry = xnew(ConfigEntry, 1); in config_entry_add_loader()
|
D | linux.c | 39 loaded_image = xnew(EFI_LOADED_IMAGE, 1); in loaded_image_register()
|
D | util.h | 46 #define xnew(type, n) xnew_alloc(type, (n), xallocate_pool) macro
|
D | util.c | 310 str = xnew(CHAR16, len + 1); in xstra_to_str() 340 str = xnew(CHAR16, len + 2); in xstra_to_path()
|
D | splash.c | 304 blt = xnew(EFI_GRAPHICS_OUTPUT_BLT_PIXEL, dib->x * dib->y); in graphics_splash()
|