Home
last modified time | relevance | path

Searched defs:brdprop (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dglobals.h28 struct brdprop { struct
36 void (*setup)(struct brdprop *); argument
37 void (*brdfix)(struct brdprop *); argument
38 void (*pcifix)(struct brdprop *); argument
39 void (*launch)(struct brdprop *); argument
46 struct brdprop *brd_lookup(int); argument
H A Dmain.c131 struct brdprop *brdprop; in main() local
H A Dbrdsetup.c197 static struct brdprop *brdprop; variable