Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dnetconsole.c167 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target() argument
186 if (*target_config == '+') { in alloc_param_target()
188 target_config++; in alloc_param_target()
192 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()
887 char *target_config; in init_netconsole() local
891 while ((target_config = strsep(&input, ";"))) { in init_netconsole()
892 nt = alloc_param_target(target_config); in init_netconsole()