Searched refs:conout (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defi_console.c35 static SIMPLE_TEXT_OUTPUT_INTERFACE *conout; variable
82 *x = conout->Mode->CursorColumn;
83 *y = conout->Mode->CursorRow;
90 conout->SetCursorPosition(conout, x, y);
92 *_x = conout->Mode->CursorColumn;
94 *_y = conout->Mode->CursorRow;
110 conout = ST->ConOut;
119 conout->SetAttribute(conout, EFI_TEXT_ATT
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c575 SIMPLE_TEXT_OUTPUT_INTERFACE *conout = NULL; local
592 conout = systab->ConOut;
593 conout->Reset(conout, TRUE);
596 status = conout->QueryMode(conout, i, &cols, &rows);
605 conout->SetMode(conout, best_mode);
606 conout->EnableCursor(conout, TRU
[all...]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c544 char *conin = NULL, *conout = NULL; local
552 if ((conout = kmdb_prom_get_ddi_prop(kav, "output-device")) ==
553 NULL || strcmp(conout, "screen") == 0) {
556 } else if (*conout == '/') {
566 char *mode = kmdb_get_ttyio_mode(kav, conout);
574 if (mode == NULL && strcmp(conout, "ttya") == 0) {
649 if (conout != NULL)
650 kmdb_prom_free_ddi_prop(conout);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c603 SIMPLE_TEXT_OUTPUT_INTERFACE *conout; local
606 conout = ST->ConOut;
614 status = conout->QueryMode(conout, mode, &cols, &rows);
619 status = conout->SetMode(conout, mode);
632 printf("Current mode: %d\n", conout->Mode->Mode);
633 for (i = 0; i <= conout->Mode->MaxMode; i++) {
634 status = conout->QueryMode(conout,
660 SIMPLE_TEXT_OUTPUT_INTERFACE *conout; local
[all...]
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y109 conout(ttp, (char *)$2);
164 conout($7, $2);
170 conout($$, $2);
176 conout($$, $2);
785 conout(int *p, char *s)

Completed in 65 milliseconds