Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c514 Elf32_Boot bootv[EB_MAX]; /* Bootstrap vector */ in read_elf32() local
516 Elf32_Boot *bv = bootv; in read_elf32()
551 vsize = (caddr_t)bv - (caddr_t)bootv; in read_elf32()
554 bcopy((char *)bootv, (char *)elfbootvec, vsize); in read_elf32()
580 bcopy(bootv, elfbootvecELF32_64, vsize); in read_elf32()
898 Elf64_Boot bootv[EB_MAX]; /* Bootstrap vector */ in read_elf64() local
900 Elf64_Boot *bv = bootv; in read_elf64()
935 vsize = (caddr_t)bv - (caddr_t)bootv; in read_elf64()
939 bcopy((char *)bootv, (char *)elfbootvecELF64, vsize); in read_elf64()