Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest2.c28 #define DB_FILE "test.db" macro
79 while( (db = sqlite_open(DB_FILE, 0, 0))==0 ) sched_yield(); in worker()
99 if( strcmp(DB_FILE,":memory:") ) unlink(DB_FILE); in main()
100 db = sqlite_open(DB_FILE, 0, 0); in main()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c154 get_db_path(hdp, DB_FILE, path, sizeof (path)); in di_devlink_open()
252 get_db_path(hdp, DB_FILE, path, sizeof (path)); in open_db()
389 (void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE); in handle_alloc()
414 "/tmp%s/%s", ETCDEV, DB_FILE); in handle_alloc()
476 get_db_path(&proto, DB_FILE, path, sizeof (path)); in handle_alloc()
595 get_db_path(hdp, DB_RDWR(hdp) ? DB_TMP : DB_FILE, in devlink_db_fault()
869 get_db_path(hdp, DB_FILE, file, sizeof (file)); in di_devlink_close()
H A Ddevinfo_devlink.h210 #define DB_FILE ".devlink_db" macro