Searched refs:prep_segment (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | segment.h | 15 extern int prep_segment ( userptr_t segment, size_t filesz, size_t memsz );
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/ |
H A D | pxe_image.c | 50 if ( ( rc = prep_segment ( buffer, image->len, image->len ) ) != 0 ) {
|
H A D | com32.c | 223 if ( ( rc = prep_segment ( buffer, filesz, memsz ) ) != 0 ) { 276 if ( ( rc = prep_segment ( seg_userptr, filesz, memsz ) ) != 0 ) {
|
H A D | bzimage.c | 423 if ( ( rc = prep_segment ( phys_to_user ( address ), 0, 462 if ( ( rc = prep_segment ( bzimg.rm_kernel, bzimg.rm_filesz, 468 if ( ( rc = prep_segment ( bzimg.pm_kernel, bzimg.pm_sz,
|
H A D | comboot.c | 261 if ( ( rc = prep_segment ( seg_userptr, filesz, memsz ) ) != 0 ) {
|
H A D | multiboot.c | 210 if ( ( rc = prep_segment ( phys_to_user ( start ), 341 if ( ( rc = prep_segment ( buffer, filesz, memsz ) ) != 0 ) {
|
H A D | nbi.c | 117 if ( ( rc = prep_segment ( dest, filesz, memsz ) ) != 0 ) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/image/ |
H A D | segment.c | 55 int prep_segment ( userptr_t segment, size_t filesz, size_t memsz ) { function
|
H A D | elf.c | 93 if ( ( rc = prep_segment ( buffer, phdr->p_filesz,
|
Completed in 62 milliseconds