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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.c109 struct stat dstat; local
140 if (fstat(db->dirf, &dstat) == 0) {
145 db->dirbno = (!dstat.st_size) ? 0 : -1;
147 db->maxbno = dstat.st_size * BYTESIZ;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc101 db_status dstat; local
142 dstat = InUseDictionary->commit(t->objPath);
143 if (dstat == DB_SUCCESS) {
148 myself, dstat, NIL(t->objName));
183 if ((dstat = InUseDictionary->defer(t->objPath)) ==
191 myself, NIL(t->objName), dstat);
344 db_status dstat; local
363 dstat = InUseDictionary->rollback(t->objPath);
364 if (dstat != DB_SUCCESS) {
367 myself, dstat, NI
[all...]
H A Ddb_mindex2.cc737 db_status dstat; local
802 dstat = dbDeleteObj(t->objName);
803 if (dstat == DB_SUCCESS || dstat == DB_NOTFOUND) {
808 myself, dstat, NIL(t->objName));
831 dstat = dbRefreshObj(t->objName, o);
832 if (dstat == DB_SUCCESS) {
1065 dirObj = findObj(t->obj->zo_domain, &dstat, &stat);
1359 db_status dstat; local
1361 o = dbFindObject(t->objName, &dstat);
[all...]
H A Dnis_db.cc1223 db_status dstat; local
1259 dstat = dbRefreshObj(t->objName, obj);
1264 return (dstat);
1275 db_status dstat = DB_SUCCESS; local
1307 dstat = dbCreateFromLDAP(t->objPath, &stat);
1308 if (dstat != DB_SUCCESS) {
1311 myself, dstat, NIL(t->objName),
1317 *dstatP = dstat;
1382 obj = dbFindObject(t->objName, &dstat);
1384 if (dstat
[all...]
H A Ddb_dictionary.cc1506 db_status dstat; local
1515 dstat = dbCreateFromLDAP(tab, &lstat);
1516 if (dstat != DB_SUCCESS) {
1517 if (dstat == DB_NOTFOUND) {
1527 myself, dstat, NIL(tab));
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dlibdevalloc.c1495 struct stat dstat; local
1517 if (stat(defpath, &dstat) == 0) {

Completed in 30 milliseconds