Searched refs:table_backend_lookup (Results 1 – 1 of 1) sorted by relevance
33 struct table_backend *table_backend_lookup(const char *);55 table_backend_lookup(const char *backend) in table_backend_lookup() function228 if ((tb = table_backend_lookup(backend)) == NULL) { in table_create()235 tb = table_backend_lookup("proc"); in table_create()