Home
last modified time | relevance | path

Searched refs:get_db_path (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c151 get_db_path(hdp, DB_FILE, path, sizeof (path)); in di_devlink_open()
198 get_db_path( in get_db_path() function
248 get_db_path(hdp, DB_FILE, path, sizeof (path)); in open_db()
251 get_db_path(hdp, DB_TMP, path, sizeof (path)); in open_db()
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()
700 get_db_path(hdp, DB_TMP, tmp, sizeof (tmp)); in di_devlink_close()
3087 get_db_path(hdp, DB_LOCK, lockfile, sizeof (lockfile)); in enter_db_lock()
H A Ddevinfo_devlink.h350 static void get_db_path(struct di_devlink_handle *hdp, const char *fname,