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

  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.c 51 stat_printf(TEXT("open %s..."), wkernel_name);
54 stat_printf(TEXT("open %s...failed"), wkernel_name);
58 stat_printf(TEXT("read information from %s..."), wkernel_name);
60 stat_printf(TEXT("read information failed"), wkernel_name);
64 stat_printf(TEXT("create memory map..."));
66 stat_printf(TEXT("create memory map...failed"));
71 stat_printf(TEXT("prepare boot information..."));
75 stat_printf(TEXT("prepare boot information...failed"));
87 stat_printf(TEXT("loading..."));
89 stat_printf(TEXT("loading...failed"))
    [all...]
print.c 89 stat_printf(LPWSTR lpszFmt, ...) function in typeref:typename:int
pbsdboot.h 159 int stat_printf(LPWSTR lpszFmt, ...);
main.c 525 stat_printf(TEXT("%s is loaded."), where_pref_load_from);
537 stat_printf(TEXT("preferences not loaded."));
603 stat_printf(
622 stat_printf(TEXT("interrupt"));
1298 stat_printf(TEXT("interrupt2"));
1303 stat_printf(

Completed in 15 milliseconds