Home
last modified time | relevance | path

Searched refs:target_config (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/
H A Dnetconsole.c2623 static struct netconsole_target *alloc_param_target(char *target_config, in alloc_param_target() argument
2635 if (*target_config == '+') { in alloc_param_target()
2637 target_config++; in alloc_param_target()
2640 if (*target_config == 'r') { in alloc_param_target()
2647 target_config++; in alloc_param_target()
2651 err = netconsole_parser_cmdline(nt, target_config); in alloc_param_target()
2722 char *target_config; in init_netconsole() local
2726 while ((target_config = strsep(&input, ";"))) { in init_netconsole()
2727 nt = alloc_param_target(target_config, count); in init_netconsole()