Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_pci.c74 char *nstr; in bus_cmdline_options_handler() local
78 nstr = strdup(class_names); in bus_cmdline_options_handler()
79 if (!nstr) { in bus_cmdline_options_handler()
83 nstr_org = nstr; in bus_cmdline_options_handler()
84 found = strtok_r(nstr, ":", &refstr); in bus_cmdline_options_handler()