Searched refs:target_config (Results 1 – 1 of 1) sorted by relevance
178 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target() argument197 if (*target_config == '+') { in alloc_param_target()199 target_config++; in alloc_param_target()203 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()898 char *target_config; in init_netconsole() local902 while ((target_config = strsep(&input, ";"))) { in init_netconsole()903 nt = alloc_param_target(target_config); in init_netconsole()