Searched refs:target_config (Results 1 – 1 of 1) sorted by relevance
1618 static struct netconsole_target *alloc_param_target(char *target_config, in alloc_param_target() argument1630 if (*target_config == '+') { in alloc_param_target()1632 target_config++; in alloc_param_target()1635 if (*target_config == 'r') { in alloc_param_target()1642 target_config++; in alloc_param_target()1646 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()1697 char *target_config; in init_netconsole() local1701 while ((target_config = strsep(&input, ";"))) { in init_netconsole()1702 nt = alloc_param_target(target_config, count); in init_netconsole()