Home
last modified time | relevance | path

Searched refs:bootp (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dstrplumb.c541 uchar_t *bootp; in strplumb_get_netdev_path()
558 DDI_PROP_DONTPASS, BP_BOOTP_RESPONSE, &bootp, &bootp_len) in strplumb_get_netdev_path()
565 boot_maclen = *(bootp + 2); in strplumb_get_netdev_path()
567 bcopy(bootp + 28, boot_macaddr, boot_maclen); in strplumb_get_netdev_path()
570 bcopy(bootp, dhcack, bootp_len); in strplumb_get_netdev_path()
573 ddi_prop_free(bootp); in strplumb_get_netdev_path()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h166 extern int bootp(void);
H A DMakefile.solaris124 3c595.c 3c595.h 3c90x.c basemem.c big_bswap.h bootp.h \
H A DMakefile.am13 libdrivers_a_SOURCES = big_bswap.h bootp.h byteswap.h config.c cpu.h \
H A Dnic.c572 int bootp(void) in bootp() function
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4175 * bootp: bootp.
H A Dgrub.info-2167 preset menu to execute the command `bootp' (*note bootp::)
709 * bootp:: Initialize a network device via BOOTP
728 File: grub.info, Node: bootp, Next: color, Up: General commands
730 bootp
733 - Command: bootp [`--with-configfile']
743 File: grub.info, Node: color, Next: device, Prev: bootp, Up: General commands
832 this command is just an alias for `bootp', since the two protocols
H A Dgrub.info1302 server and run `bootp' (*note bootp::), `dhcp' (*note dhcp::) or `rarp'
1312 You can also use `ifconfig' in conjuction with `bootp', `dhcp' or
1322 grub> bootp
1472 preset menu to execute the command `bootp' (*note bootp::)
2013 * bootp:: Initialize a network device via BOOTP
2032 File: grub.info, Node: bootp, Next: color, Up: General commands
2034 13.2.1 bootp
2037 -- Command: bootp [`--with-configfile']
2047 File: grub.info, Node: color, Next: device, Prev: bootp, Up: General commands
2136 this command is just an alias for `bootp', since the two protocols
[all …]
H A Dgrub.texi1464 server and run @command{bootp} (@pxref{bootp}), @command{dhcp}
1477 You can also use @command{ifconfig} in conjuction with @command{bootp},
1489 grub> @kbd{bootp}
1649 preset menu to execute the command @command{bootp} (@pxref{bootp})
2192 * bootp:: Initialize a network device via BOOTP
2212 @node bootp
2213 @subsection bootp
2215 @deffn Command bootp [@option{--with-configfile}]
2337 this command is just an alias for @command{bootp}, since the two
H A Dgrub.info-11303 server and run `bootp' (*note bootp::), `dhcp' (*note dhcp::) or `rarp'
1313 You can also use `ifconfig' in conjuction with `bootp', `dhcp' or
1323 grub> bootp
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl111 # numbers correspond to the values defined in the IANA bootp-dhcp-parameters
/titanic_50/usr/src/grub/grub-0.97/
H A DNEWS115 execute the command "bootp" as if you specified it in the preset
118 call "bootp" implicitly when the preset menu is used explicitly. In
155 * The commands "bootp" and "dhcp" accepts a new option
286 * New commands "bootp", "dhcp" and "rarp" can be used to initialize a
H A DChangeLog434 * netboot/main.c: Fixed bootp only code so that options
1917 string "bootp\n".
4114 (bootp): Likewise.
4933 (bootp): Likewise.
5519 print_network_configuration if bootp succeeds.
5545 about "bootp", "dhcp" and "rarp".
5547 * netboot/main.c (bootp) [!NO_DHCP_SUPPORT]: Added casts to
5569 (bootp): Call eth_probe and return zero if fails. Clear
5572 (bootp) [T509HACK]: If FLAG is non-zero, skip calling
5574 (bootp) [!NO_DHCP_SUPPORT]: If any ack packet is not reached
/titanic_50/usr/src/pkg/manifests/
H A Dsource-system-grub.mf122 file path=usr/share/src/grub/netboot/bootp.h
/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm.c7700 char *bootp; local
7708 bootp = strstr(physical, "p0:boot");
7709 if (bootp)
7710 *bootp = '\0';
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c373 if (! bootp ()) in bootp_func()