Home
last modified time | relevance | path

Searched refs:prom_writestr (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/psm/promif/ieee1275/common/
H A Dprom_wrtestr.c36 prom_writestr(const char *buf, size_t len) in prom_writestr() function
/titanic_41/usr/src/uts/intel/promif/
H A Dprom_putchar.c73 prom_writestr(const char *s, size_t n) in prom_writestr() function
/titanic_41/usr/src/uts/intel/sys/
H A Dpromif.h174 extern void prom_writestr(const char *buf, size_t bufsize);
/titanic_41/usr/src/stand/lib/sa/
H A Dstdio.c344 prom_writestr(ptr, size * nitems); in fwrite()
/titanic_41/usr/src/uts/sun/sys/
H A Dpromif.h282 extern void prom_writestr(const char *buf, size_t bufsize);
/titanic_41/usr/src/uts/common/os/
H A Dconsole.c332 prom_writestr(s, n); in console_puts()