Searched refs:ficlTextOut (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/arm/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) function
H A Dsysdep.h377 ** ficlTextOut sends a NULL terminated string to the
387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-10-stable/sys/boot/ficl/ia64/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) function
H A Dsysdep.h378 ** ficlTextOut sends a NULL terminated string to the
388 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-10-stable/sys/boot/ficl/mips/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) function
H A Dsysdep.h377 ** ficlTextOut sends a NULL terminated string to the
387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-10-stable/sys/boot/ficl/powerpc/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) function
H A Dsysdep.h377 ** ficlTextOut sends a NULL terminated string to the
387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-10-stable/sys/boot/ficl/sparc64/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) function
H A Dsysdep.h367 ** ficlTextOut sends a NULL terminated string to the
377 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-10-stable/sys/boot/ficl/amd64/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) function
H A Dsysdep.h378 ** ficlTextOut sends a NULL terminated string to the
388 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-10-stable/sys/boot/ficl/i386/
H A Dsysdep.h376 ** ficlTextOut sends a NULL terminated string to the
386 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
H A Dsysdep.c56 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) function
/freebsd-10-stable/sys/boot/ficl/
H A Dvm.c106 pVM->textOut = ficlTextOut;
534 ** binds the default output function (ficlTextOut)
541 pVM->textOut = ficlTextOut;
H A Ddict.c535 ficlTextOut(pVM, pVM->pad, 1);
H A Dficl.c418 ficlTextOut(pVM, FICL_PROMPT, 0);
H A Dtools.c565 ficlTextOut(pVM, FICL_PROMPT, 0);

Completed in 133 milliseconds