Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h142 char bp_file[128]; member
160 char bp_file[128]; member
H A Dgrub.h59 #define KERNEL_BUF (BOOTP_DATA_ADDR->bootp_reply.bp_file)
H A Dnic.c566 bootfile = bootpreply->bp_file; in await_bootp()
663 bootfile = dhcpreply->bp_file; in await_dhcp()
1345 bootfile = dhcpreply->bp_file; in dhcp_copy()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h40 char bp_file[128]; /* boot file name */ member
H A Dbootp.c157 strncpy(bp->bp_file, bootfile, sizeof (bp->bp_file)); in bootp()
215 bcopy(rbootp->bp_file, bootfile, sizeof (bootfile)); in bootp()