Searched refs:IDMAP_DBNAME (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | server.c | 859 PROCESS_LIST_SVC_SQL(retcode, db, IDMAP_DBNAME, sql, limit, in idmap_list_namerules_1_svc() 956 res->retcode = sql_exec_no_cb(db, IDMAP_DBNAME, "BEGIN TRANSACTION;"); in idmap_update_1_svc() 1001 sql_exec_no_cb(db, IDMAP_DBNAME, in idmap_update_1_svc() 1016 (void) sql_exec_no_cb(db, IDMAP_DBNAME, in idmap_update_1_svc()
|
H A D | idmapd.h | 241 #define IDMAP_DBNAME IDMAP_DBDIR "/idmap.db" macro
|
H A D | dbutils.c | 380 "Error getting thread specific data for %s", IDMAP_DBNAME); in get_db_handle() 385 tsd->db_db = sqlite_open(IDMAP_DBNAME, 0, &errmsg); in get_db_handle() 388 IDMAP_DBNAME, CHECK_NULL(errmsg)); in get_db_handle() 393 tsd->db_busy.name = IDMAP_DBNAME; in get_db_handle() 419 IDMAP_DBNAME); in get_cache_handle() 457 if (init_db_instance(IDMAP_DBNAME, DB_VERSION, DB_VERSION_SQL, sql, in init_dbs() 932 retcode = sql_exec_no_cb(db, IDMAP_DBNAME, sql); in add_namerule() 953 retcode = sql_exec_no_cb(db, IDMAP_DBNAME, "DELETE FROM namerules;"); in flush_namerules() 985 retcode = sql_exec_no_cb(db, IDMAP_DBNAME, sql); in rm_namerule()
|