Lines Matching defs:name
30 static struct ps_internal *__find_path_selector_type(const char *name)
35 if (!strcmp(name, psi->pst.name))
42 static struct ps_internal *get_path_selector(const char *name)
47 psi = __find_path_selector_type(name);
55 struct path_selector_type *dm_get_path_selector(const char *name)
59 if (!name)
62 psi = get_path_selector(name);
64 request_module("dm-%s", name);
65 psi = get_path_selector(name);
79 psi = __find_path_selector_type(pst->name);
108 if (__find_path_selector_type(pst->name)) {
126 psi = __find_path_selector_type(pst->name);