target_config 166 drivers/net/netconsole.c static struct netconsole_target *alloc_param_target(char *target_config) target_config 185 drivers/net/netconsole.c if (*target_config == '+') { target_config 187 drivers/net/netconsole.c target_config++; target_config 191 drivers/net/netconsole.c err = netpoll_parse_options(&nt->np, target_config); target_config 886 drivers/net/netconsole.c char *target_config; target_config 890 drivers/net/netconsole.c while ((target_config = strsep(&input, ";"))) { target_config 891 drivers/net/netconsole.c nt = alloc_param_target(target_config);