Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dnetconsole.c2040 static struct netconsole_target *alloc_param_target(char *target_config, in alloc_param_target() argument
2052 if (*target_config == '+') { in alloc_param_target()
2054 target_config++; in alloc_param_target()
2057 if (*target_config == 'r') { in alloc_param_target()
2064 target_config++; in alloc_param_target()
2068 err = netconsole_parser_cmdline(&nt->np, target_config); in alloc_param_target()
2129 char *target_config; in init_netconsole() local
2133 while ((target_config = strsep(&input, ";"))) { in init_netconsole()
2134 nt = alloc_param_target(target_config, count); in init_netconsole()