Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c151 get_db_path(hdp, DB_FILE, path, sizeof (path)); in di_devlink_open()
248 get_db_path(hdp, DB_FILE, path, sizeof (path)); in open_db()
369 (void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE); in handle_alloc()
394 "/tmp%s/%s", ETCDEV, DB_FILE); in handle_alloc()
456 get_db_path(&proto, DB_FILE, path, sizeof (path)); in handle_alloc()
699 get_db_path(hdp, DB_FILE, file, sizeof (file)); in di_devlink_close()
H A Ddevinfo_devlink.h192 #define DB_FILE ".devlink_db" macro
/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()