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 in struct:bootp_t
160 char bp_file[128]; member in struct:dhcp_t
H A Dgrub.h59 #define KERNEL_BUF (BOOTP_DATA_ADDR->bootp_reply.bp_file)
H A Dnic.c566 bootfile = bootpreply->bp_file;
663 bootfile = dhcpreply->bp_file;
1345 bootfile = dhcpreply->bp_file;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootp.h40 unsigned char bp_file[128]; /* boot file name */ member in struct:bootp
H A Dbootp.c134 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file));
212 bcopy(rbuf.rbootp.bp_file, bootfile, sizeof(bootfile));

Completed in 847 milliseconds