Searched refs:p_mod_name (Results 1 – 1 of 1) sorted by relevance
1848 char *p_mod_name, *p_level, *p_extra, *p_last; in parse_per_mod_logging_file() local1855 p_mod_name = strtok_r(buf, " =,\t\n", &p_last); in parse_per_mod_logging_file()1856 if (!p_mod_name) in parse_per_mod_logging_file()1859 if (*p_mod_name == '#') in parse_per_mod_logging_file()1876 if (insert_per_module_debug(p_subn, p_mod_name, level) != IB_SUCCESS) { in parse_per_mod_logging_file()