Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/include/
Dloadfile_machdep.h53 #define PROGRESS(a) x86_progress a
58 void x86_progress(const char *, ...) __printflike(1, 2);
/netbsd/src/sys/arch/i386/stand/lib/
Dexec.c874 x86_progress(const char *fmt, ...) in x86_progress() function