Home
last modified time | relevance | path

Searched refs:IDMAP_DBNAME (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c870 PROCESS_LIST_SVC_SQL(retcode, db, IDMAP_DBNAME, sql, limit, in idmap_list_namerules_1_svc()
970 res->retcode = sql_exec_no_cb(db, IDMAP_DBNAME, "BEGIN TRANSACTION;"); in idmap_update_1_svc()
1015 sql_exec_no_cb(db, IDMAP_DBNAME, in idmap_update_1_svc()
1030 (void) sql_exec_no_cb(db, IDMAP_DBNAME, in idmap_update_1_svc()
H A Didmapd.h248 #define IDMAP_DBNAME IDMAP_DBDIR "/idmap.db" macro
H A Ddbutils.c380 "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()
442 IDMAP_DBNAME); in get_cache_handle()
503 if (init_db_instance(IDMAP_DBNAME, DB_VERSION, DB_VERSION_SQL, sql, in init_dbs()
1007 retcode = sql_exec_no_cb(db, IDMAP_DBNAME, sql); in add_namerule()
1028 retcode = sql_exec_no_cb(db, IDMAP_DBNAME, "DELETE FROM namerules;"); in flush_namerules()
1060 retcode = sql_exec_no_cb(db, IDMAP_DBNAME, sql); in rm_namerule()