Searched refs:target_config (Results 1 – 1 of 1) sorted by relevance
167 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target() argument186 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() local891 while ((target_config = strsep(&input, ";"))) { in init_netconsole()892 nt = alloc_param_target(target_config); in init_netconsole()