HomeSort by: relevance | last modified time | path
    Searched refs:netbbinfo (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/alpha/stand/netboot/
if_prom.c 60 struct netbbinfo netbbinfo = { variable in typeref:struct:netbbinfo
132 for (i = 0, qp = (u_int64_t *)&netbbinfo;
133 i < (sizeof netbbinfo / sizeof (u_int64_t)); i++, qp++)
137 netbbinfovalid = netbbinfo.set;
140 printf("netbbinfo ");
144 printf("valid: force = %d, ea = %s\n", netbbinfo.force,
145 ether_sprintf(netbbinfo.ether_addr));
180 if (netbbinfovalid && netbbinfo.force) {
182 memcpy(desc->myea, netbbinfo.ether_addr, sizeof desc->myea)
    [all...]
  /src/sys/arch/alpha/stand/common/
bbinfo.h 46 struct netbbinfo { struct
  /src/sys/arch/evbmips/stand/sbmips/common/
bbinfo.h 46 struct netbbinfo { struct
  /src/sys/arch/sbmips/stand/common/
bbinfo.h 46 struct netbbinfo { struct
  /src/sys/arch/alpha/stand/setnetbootinfo/
setnetbootinfo.c 71 struct netbbinfo *netbbinfop;
191 printf("looking for netbbinfo...\n");
195 if (((struct netbbinfo *)qp)->magic1 == 0xfeedbabedeadbeefLL &&
196 ((struct netbbinfo *)qp)->magic2 == 0xfeedbeefdeadbabeLL) {
197 netbbinfop = (struct netbbinfo *)qp;
205 printf("found netbbinfo structure at offset 0x%lx.\n",
209 printf("setting netbbinfo structure...\n");
223 printf("setting netbbinfo checksum...\n");

Completed in 77 milliseconds