Searched refs:grub_error_stack_items (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Derr.c36 } grub_error_stack_items[GRUB_ERROR_STACK_SIZE]; variable in typeref:struct:__anon482
74 grub_error_stack_items[grub_error_stack_pos].errno = grub_errno;
75 grub_memcpy (grub_error_stack_items[grub_error_stack_pos].errmsg,
102 grub_errno = grub_error_stack_items[grub_error_stack_pos].errno;
104 grub_error_stack_items[grub_error_stack_pos].errmsg,

Completed in 31 milliseconds