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

/osnet-11/usr/src/grub/grub2/grub-core/loader/mips/
H A Dlinux.c56 static grub_uint8_t *playground; variable
165 playground = get_virtual_current_address (ch);
168 *extra_mem = playground + extraoff;
183 *addr = (grub_addr_t) (phdr->p_paddr - base + playground);
220 playground = get_virtual_current_address (ch);
223 *extra_mem = playground + extraoff;
237 *addr = (grub_addr_t) (phdr->p_paddr - base + playground);
344 argv_off = (grub_uint8_t *) linux_argv - (grub_uint8_t *) playground;
349 *linux_argv = (grub_uint8_t *) linux_args - (grub_uint8_t *) playground
363 *linux_argv = (grub_uint8_t *) linux_args - (grub_uint8_t *) playground
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c88 static char *playground = 0, *playground_ptr = 0; variable
476 playground = playground_ptr = 0;
709 playground = playground_ptr
713 if (! playground)

Completed in 22 milliseconds