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

  /src/sys/arch/evbarm/mini2440/
mini2440_bootinfo.h 48 #define BTINFO_NET 6
79 struct btinfo_net { struct
mini2440_machdep.c 220 struct btinfo_net *bi_net;
496 bi_net = lookup_bootinfo(BTINFO_NET);
  /src/sys/arch/sandpoint/include/
bootinfo.h 45 #define BTINFO_NET 7
83 struct btinfo_net { struct
  /src/sys/arch/sandpoint/sandpoint/
autoconf.c 59 static struct btinfo_net *bi_net;
188 bi_net = lookup_bootinfo(BTINFO_NET);
  /src/sys/arch/evbarm/stand/boot2440/
main.c 105 struct btinfo_net bi_net;
260 bi_add(&bi_net, BTINFO_NET, sizeof(bi_net));
  /src/sys/arch/sandpoint/stand/altboot/
main.c 82 struct btinfo_net bi_net;
370 bi_add(&bi_net, BTINFO_NET, sizeof(bi_net));

Completed in 37 milliseconds