Home
last modified time | relevance | path

Searched refs:xnew (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/boot/efi/
Dinitrd.c92 loader = xnew(struct initrd_loader, 1); in initrd_register()
Dboot.c157 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()
Dlinux.c39 loaded_image = xnew(EFI_LOADED_IMAGE, 1); in loaded_image_register()
Dutil.h46 #define xnew(type, n) xnew_alloc(type, (n), xallocate_pool) macro
Dutil.c310 str = xnew(CHAR16, len + 1); in xstra_to_str()
340 str = xnew(CHAR16, len + 2); in xstra_to_path()
Dsplash.c304 blt = xnew(EFI_GRAPHICS_OUTPUT_BLT_PIXEL, dib->x * dib->y); in graphics_splash()