phsize            245 arch/i386/stand/installboot/installboot.c 	Elf_Word phsize;
phsize            271 arch/i386/stand/installboot/installboot.c 	phsize = eh.e_phnum * sizeof(Elf_Phdr);
phsize            272 arch/i386/stand/installboot/installboot.c 	ph = malloc(phsize);
phsize            278 arch/i386/stand/installboot/installboot.c 	if (read(fd, ph, phsize) != phsize)
phsize            349 kern/exec_elf.c 	u_long phsize;
phsize            394 kern/exec_elf.c 	phsize = eh.e_phnum * sizeof(Elf_Phdr);
phsize            395 kern/exec_elf.c 	ph = malloc(phsize, M_TEMP, M_WAITOK);
phsize            398 kern/exec_elf.c 	    phsize)) != 0)
phsize            540 kern/exec_elf.c 	u_long pos = 0, phsize;
phsize            568 kern/exec_elf.c 	phsize = eh->e_phnum * sizeof(Elf_Phdr);
phsize            569 kern/exec_elf.c 	ph = malloc(phsize, M_TEMP, M_WAITOK);
phsize            572 kern/exec_elf.c 	    phsize)) != 0)
phsize            868 kern/exec_elf.c 	size_t phsize;
phsize            871 kern/exec_elf.c 	phsize = eh->e_phnum * sizeof(Elf_Phdr);
phsize            872 kern/exec_elf.c 	hph = malloc(phsize, M_TEMP, M_WAITOK);
phsize            874 kern/exec_elf.c 	    (caddr_t)hph, phsize)) != 0)