Searched refs:table_backend (Results 1 – 6 of 6) sorted by relevance
33 struct table_backend *table_backend_lookup(const char *);35 extern struct table_backend table_backend_static;36 extern struct table_backend table_backend_db;37 extern struct table_backend table_backend_getpwnam;38 extern struct table_backend table_backend_proc;46 static struct table_backend *backends[] = {54 struct table_backend *220 struct table_backend *tb; in table_create()
29 struct table_backend table_backend_getpwnam = {
43 struct table_backend table_backend_db = {
45 struct table_backend table_backend_static = {
303 struct table_backend table_backend_proc = {
361 struct table_backend *t_backend;364 struct table_backend { struct