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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc739 db_mindex::remove_aux(entryp recloc) function in class:db_mindex
744 WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::remove_aux");
748 WRITEUNLOCK(this, DB_MEMORY_LIMIT, "wu db_mindex::remove_aux");
749 FATAL3("db_mindex::remove_aux: could not allocate space",
755 "db_mindex::remove_aux: record contains wrong number of indices");
757 "wu db_mindex::remove_aux");
815 WRITEUNLOCK(this, DB_SUCCESS, "wu db_mindex::remove_aux");
875 s = remove_aux(rp->getlocation());
895 rstat = remove_aux(rp->getlocation());
945 rstat = remove_aux(r
[all...]

Completed in 45 milliseconds