Searched refs:target_config (Results 1 – 1 of 1) sorted by relevance
1857 static struct netconsole_target *alloc_param_target(char *target_config, in alloc_param_target() argument1869 if (*target_config == '+') { in alloc_param_target()1871 target_config++; in alloc_param_target()1874 if (*target_config == 'r') { in alloc_param_target()1881 target_config++; in alloc_param_target()1885 err = netconsole_parser_cmdline(&nt->np, target_config); in alloc_param_target()1939 char *target_config; in init_netconsole() local1943 while ((target_config = strsep(&input, ";"))) { in init_netconsole()1944 nt = alloc_param_target(target_config, count); in init_netconsole()