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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c227 static const tdb_mapping_t tdb_map[] = { variable
261 for (libn = 0; libn < sizeof (tdb_map) / sizeof (tdb_map[0]); libn++) {
262 if ((p = strstr(name, tdb_map[libn].tm_thr_lib)) != NULL)
271 (void) strlcat(path, tdb_map[libn].tm_db_dir, sizeof (path));
275 (void) strlcat(path, tdb_map[libn].tm_db_name, sizeof (path));

Completed in 68 milliseconds