Searched defs:get_db_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c150 get_db_path(hdp, DB_FILE, path, sizeof (path));
197 get_db_path( function
207 (void) dprintf(DBG_INFO, "get_db_path: alternate db dir: %s\n",
247 get_db_path(hdp, DB_FILE, path, sizeof (path));
250 get_db_path(hdp, DB_TMP, path, sizeof (path));
455 get_db_path(&proto, DB_FILE, path, sizeof (path));
698 get_db_path(hdp, DB_FILE, file, sizeof (file));
699 get_db_path(hdp, DB_TMP, tmp, sizeof (tmp));
3086 get_db_path(hdp, DB_LOCK, lockfile, sizeof (lockfile));

Completed in 79 milliseconds