CDBR_DEFAULT
db = cdbr_open(_PATH_DEVCDB, CDBR_DEFAULT);
sd->cdb = cdbr_open(_PATH_SERVICES_CDB, CDBR_DEFAULT);
db = cdbr_open(__ti_database, CDBR_DEFAULT);
db = cdbr_open(__ti_database, CDBR_DEFAULT);
CDBR_DEFAULT, NULL, NULL);
ATF_REQUIRE((db = cdbr_open(database_name, CDBR_DEFAULT)) != NULL);