Searched refs:type_buf (Results 1 – 1 of 1) sorted by relevance
194 char type_buf[kMaxTypeLen]; in handle_serial_cmdline() local222 memcpy(type_buf, serial_mode, type_len); in handle_serial_cmdline()223 type_buf[type_len] = 0; in handle_serial_cmdline()224 if (!strcmp(type_buf, "ioport")) { in handle_serial_cmdline()226 } else if (!strcmp(type_buf, "mmio")) { in handle_serial_cmdline()
Completed in 3 milliseconds