Home
last modified time | relevance | path

Searched refs:tdb_hash_alloc_failed (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtdb_agent.c138 if (tdbp->tdb_hash_alloc_failed) in alloc_sync_addr()
147 tdbp->tdb_hash_alloc_failed = 1; in alloc_sync_addr()
176 if (tdbp->tdb_hash_alloc_failed) in initialize_sync_hash()
188 if (tdbp->tdb_sync_addr_hash != NULL || tdbp->tdb_hash_alloc_failed) { in initialize_sync_hash()
198 tdbp->tdb_hash_alloc_failed = 1; in initialize_sync_hash()
/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h227 int tdb_hash_alloc_failed; member
251 int tdb_hash_alloc_failed; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c896 uberdata.tdb.tdb_hash_alloc_failed); in d_uberdata()