Lines Matching refs:rc
290 rt_err_t rc; in rt_hw_serial_register_tty() local
312 rc = lwp_tty_register(tty, dev_name); in rt_hw_serial_register_tty()
314 if (rc != RT_EOK) in rt_hw_serial_register_tty()
323 rc = -RT_ENOMEM; in rt_hw_serial_register_tty()
331 rc = -RT_ENOMEM; in rt_hw_serial_register_tty()
336 rc = -RT_ENOMEM; in rt_hw_serial_register_tty()
339 return rc; in rt_hw_serial_register_tty()
416 rt_err_t rc; in _default_console_setup() local
433 rc = RT_EOK; in _default_console_setup()
437 rc = -RT_EINVAL; in _default_console_setup()
440 return rc; in _default_console_setup()