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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc737 db_mindex::remove_aux(entryp recloc) function in class:db_mindex
742 WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::remove_aux");
746 WRITEUNLOCK(this, DB_MEMORY_LIMIT, "wu db_mindex::remove_aux");
747 FATAL3("db_mindex::remove_aux: could not allocate space",
753 "db_mindex::remove_aux: record contains wrong number of indices");
755 "wu db_mindex::remove_aux");
813 WRITEUNLOCK(this, DB_SUCCESS, "wu db_mindex::remove_aux");
873 s = remove_aux(rp->getlocation());
893 rstat = remove_aux(rp->getlocation());
943 rstat = remove_aux(r
[all...]

Completed in 35 milliseconds