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

/osnet-11/usr/src/grub/grub2/grub-core/loader/mips/
H A Dlinux.c258 grub_uint32_t *linux_envp; local
395 linux_envp = extra;
396 envp_off = (grub_uint8_t *) linux_envp - (grub_uint8_t *) playground;
397 linux_envs = (char *) (linux_envp + 5);
401 linux_envp[0] = (grub_uint8_t *) linux_envs - (grub_uint8_t *) playground
407 linux_envp[1] = (grub_uint8_t *) linux_envs - (grub_uint8_t *) playground
413 linux_envp[2] = (grub_uint8_t *) linux_envs - (grub_uint8_t *) playground
418 linux_envp[3] = (grub_uint8_t *) linux_envs - (grub_uint8_t *) playground
422 linux_envp[4] = 0;

Completed in 33 milliseconds