Searched defs:grub_script_malloc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dscript.c42 grub_script_malloc (struct grub_parser_param *state, grub_size_t size) function
130 (struct grub_script_arg *) grub_script_malloc (state, sizeof (*arg));
138 argpart->str = grub_script_malloc (state, len);
167 (struct grub_script_arglist *) grub_script_malloc (state, sizeof (*link));
201 cmd = grub_script_malloc (state, sizeof (*cmd));
226 cmd = grub_script_malloc (state, sizeof (*cmd));
250 cmd = grub_script_malloc (state, sizeof (*cmd));
272 cmd = grub_script_malloc (state, sizeof (*cmd));
302 list = grub_script_malloc (state, sizeof (*list));

Completed in 33 milliseconds