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

/opensolaris-onvv-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c384 void *note_buf; local
393 if ((note_buf = kmem_alloc(phdr->p_filesz, 0)) == NULL)
403 nhdr = (Elf32_Nhdr *)note_buf;
431 nhdr = (Elf32_Nhdr *)((char *)note_buf + offset);
434 kmem_free(note_buf, phdr->p_filesz);
784 void *note_buf; local
793 if ((note_buf = kmem_alloc(phdr->p_filesz, 0)) == NULL)
804 nhdr = (Elf64_Nhdr *)note_buf;
832 nhdr = (Elf64_Nhdr *)((char *)note_buf + offset);
835 kmem_free(note_buf, phd
[all...]

Completed in 42 milliseconds