Home
last modified time | relevance | path

Searched refs:options_len (Results 1 – 1 of 1) sorted by relevance

/components/drivers/ofw/
A Dfdt.c593 int len, options_len = 0; in rt_fdt_scan_chosen_stdout() local
701 options_len = strchrnul(options, ' ') - options; in rt_fdt_scan_chosen_stdout()
703 rt_strncpy(fdt_earlycon.options, options, options_len); in rt_fdt_scan_chosen_stdout()
750 options = &fdt_earlycon.options[options_len + 1]; in rt_fdt_scan_chosen_stdout()

Completed in 5 milliseconds