Home
last modified time | relevance | path

Searched refs:prom_stdout_ihandle (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/psm/promif/ieee1275/common/
H A Dprom_stdout.c36 prom_stdout_ihandle(void) in prom_stdout_ihandle() function
67 if ((istdout = prom_stdout_ihandle()) == (ihandle_t)-1) in prom_stdout_node()
H A Dprom_putchar.c45 if (prom_write(prom_stdout_ihandle(), &c, 1, 0, BYTE) > 0) in prom_mayput()
H A Dprom_outpath.c43 istdout = prom_stdout_ihandle(); in prom_stdoutpath()
H A Dprom_wrtestr.c42 istdin = prom_stdout_ihandle(); in prom_writestr()
H A Dprom_io.c160 if (promif_redirect != NULL && fd == prom_stdout_ihandle()) { in prom_write()
H A Dprom_printf.c43 while (prom_write(prom_stdout_ihandle(), in _pput_flush()
/titanic_50/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_promif_isadep.c58 return (prom_write(prom_stdout_ihandle(), buf, len, 0, 0)); in kmdb_prom_obp_writer()
67 return (prom_stdout_ihandle()); in kmdb_prom_get_handle()
/titanic_50/usr/src/cmd/mdb/sparc/kmdb/kctl/
H A Dkctl_isadep.c253 kav->kav_promif_out = prom_stdout_ihandle(); in kctl_auxv_set_promif()
/titanic_50/usr/src/uts/sun/sys/
H A Dpromif.h150 extern ihandle_t prom_stdout_ihandle(void);
/titanic_50/usr/src/uts/sun4v/promif/
H A Dpromif_io.c308 istdout = prom_stdout_ihandle(); in promif_io_init()
/titanic_50/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c93 extern ihandle_t prom_stdout_ihandle();
872 ms->sm_cons_stdout.sm_o_ihdl = prom_stdout_ihandle(); in ttymux_config()