Searched refs:get_db_path (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_devlink.c | 150 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));
|
| H A D | devinfo_devlink.h | 350 static void get_db_path(struct di_devlink_handle *hdp, const char *fname,
|
Completed in 69 milliseconds