Home
last modified time | relevance | path

Searched refs:brdfix (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/sandpoint/stand/altboot/
H A Dglobals.h37 void (*brdfix)(struct brdprop *); member
H A Dbrdsetup.c47 void xxx ## brdfix(struct brdprop *); \
366 if (brdprop->brdfix == NULL) in brdfixup()
368 (*brdprop->brdfix)(brdprop); in brdfixup()