Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/
Dnetconsole.c196 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target() argument
207 if (*target_config == '+') { in alloc_param_target()
209 target_config++; in alloc_param_target()
212 if (*target_config == 'r') { in alloc_param_target()
219 target_config++; in alloc_param_target()
223 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()
959 char *target_config; in init_netconsole() local
963 while ((target_config = strsep(&input, ";"))) { in init_netconsole()
964 nt = alloc_param_target(target_config); in init_netconsole()