Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dmultiboot.c374 mb_info->drives_length = bootp_response_size; in multiboot_exec()
375 mb_info->drives_addr = mb_malloc(bootp_response_size); in multiboot_exec()
377 bootp_response_size); in multiboot_exec()
H A Dpxe.c245 bootp_response_size = gci_p->BufferSize; in pxe_init()
247 bootp_response, bootp_response_size); in pxe_init()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h143 extern size_t bootp_response_size;
H A Dbootp.c89 size_t bootp_response_size; variable
330 bootp_response_size = n; in bootprecv()
331 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c797 size += sizeof (multiboot_tag_network_t) + bootp_response_size; in mbi_size()
1091 mb_malloc(sizeof (*tag) + bootp_response_size); in multiboot2_exec()
1094 tag->mb_size = sizeof (*tag) + bootp_response_size; in multiboot2_exec()
1095 memcpy(tag->mb_dhcpack, bootp_response, bootp_response_size); in multiboot2_exec()