Lines Matching defs:name
29 static struct ps_internal *__find_path_selector_type(const char *name)
34 if (!strcmp(name, psi->pst.name))
41 static struct ps_internal *get_path_selector(const char *name)
46 psi = __find_path_selector_type(name);
54 struct path_selector_type *dm_get_path_selector(const char *name)
58 if (!name)
61 psi = get_path_selector(name);
63 request_module("dm-%s", name);
64 psi = get_path_selector(name);
78 psi = __find_path_selector_type(pst->name);
107 if (__find_path_selector_type(pst->name)) {
124 psi = __find_path_selector_type(pst->name);