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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c256 int libn; local
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));
281 if (libn != 0 || errno != ENOENT)
308 if (libn != 0 || errno != ENOENT) {

Completed in 60 milliseconds