| /trueos/sys/boot/ficl/powerpc/ |
| HD | sysdep.c | 53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 59 if (fNewline) in ficlTextOut()
|
| HD | sysdep.h | 387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /trueos/sys/boot/ficl/arm/ |
| HD | sysdep.c | 53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 59 if (fNewline) in ficlTextOut()
|
| HD | sysdep.h | 387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /trueos/sys/boot/ficl/amd64/ |
| HD | sysdep.c | 53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 59 if (fNewline) in ficlTextOut()
|
| HD | sysdep.h | 388 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /trueos/sys/boot/ficl/sparc64/ |
| HD | sysdep.c | 53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 59 if (fNewline) in ficlTextOut()
|
| HD | sysdep.h | 377 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /trueos/sys/boot/ficl/mips/ |
| HD | sysdep.c | 53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 59 if (fNewline) in ficlTextOut()
|
| HD | sysdep.h | 387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /trueos/sys/boot/ficl/ia64/ |
| HD | sysdep.c | 53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 59 if (fNewline) in ficlTextOut()
|
| HD | sysdep.h | 388 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /trueos/sys/boot/ficl/i386/ |
| HD | sysdep.c | 56 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 62 if (fNewline) in ficlTextOut()
|
| HD | sysdep.h | 386 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /trueos/sys/boot/ficl/ |
| HD | ficl.h | 444 typedef void (*OUTFUNC)(FICL_VM *pVM, char *text, int fNewline); 590 void vmTextOut (FICL_VM *pVM, char *text, int fNewline); 591 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
|
| HD | vm.c | 551 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) in vmTextOut() argument 555 (pVM->textOut)(pVM, text, fNewline); in vmTextOut()
|