Searched refs:cons_get_console (Results 1 – 5 of 5) sorted by relevance
462 if ((cp = cons_get_console(ev->ev_name)) == NULL) in comc_mode_set()496 if ((cp = cons_get_console(ev->ev_name)) == NULL) in comc_cd_set()533 if ((cp = cons_get_console(ev->ev_name)) == NULL) in comc_rtsdtr_set()640 if ((cp = cons_get_console(ev->ev_name)) == NULL) in comc_pcidev_set()
985 if ((cp = cons_get_console(ev->ev_name)) == NULL) in efi_serial_mode_set()1007 if ((cp = cons_get_console(ev->ev_name)) == NULL) in efi_serial_cd_set()1034 if ((cp = cons_get_console(ev->ev_name)) == NULL) in efi_serial_rtsdtr_set()
985 if ((cp = cons_get_console(ev->ev_name)) == NULL) in efi_isa_mode_set()1021 if ((cp = cons_get_console(ev->ev_name)) == NULL) in efi_isa_cd_set()1058 if ((cp = cons_get_console(ev->ev_name)) == NULL) in efi_isa_rtsdtr_set()
139 struct console *cons_get_console(const char *);
90 cons_get_console(const char *name) in cons_get_console() function