Searched refs:get_db_path (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 154 get_db_path(hdp, DB_FILE, path, sizeof (path)); 201 get_db_path( function 211 (void) dprintf(DBG_INFO, "get_db_path: alternate db dir: %s\n", 251 get_db_path(hdp, DB_FILE, path, sizeof (path)); 254 get_db_path(hdp, DB_TMP, path, sizeof (path)); 459 get_db_path(&proto, DB_FILE, path, sizeof (path)); 702 get_db_path(hdp, DB_FILE, file, sizeof (file)); 703 get_db_path(hdp, DB_TMP, tmp, sizeof (tmp)); 3090 get_db_path(hdp, DB_LOCK, lockfile, sizeof (lockfile));
|
H A D | devinfo_devlink.h | 349 static void get_db_path(struct di_devlink_handle *hdp, const char *fname,
|
Completed in 28 milliseconds