Searched refs:conout (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 544 char *conin = NULL, *conout = NULL; in kmdb_prom_term_init() local 552 if ((conout = kmdb_prom_get_ddi_prop(kav, "output-device")) == in kmdb_prom_term_init() 553 NULL || strcmp(conout, "screen") == 0) { in kmdb_prom_term_init() 556 } else if (*conout == '/') { in kmdb_prom_term_init() 566 char *mode = kmdb_get_ttyio_mode(kav, conout); in kmdb_prom_term_init() 574 if (mode == NULL && strcmp(conout, "ttya") == 0) { in kmdb_prom_term_init() 649 if (conout != NULL) in kmdb_prom_term_init() 650 kmdb_prom_free_ddi_prop(conout); in kmdb_prom_term_init()
|
/titanic_50/usr/src/cmd/bc/ |
H A D | bc.y | 109 conout(ttp, (char *)$2); 164 conout($7, $2); 170 conout($$, $2); 176 conout($$, $2); 785 conout(int *p, char *s) in conout() function
|