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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c142 memdelstat_t dstat; local
161 err = kphysm_del_status(dsp->handle, &dstat);
168 (dsp->last_collected != dstat.collected)) {
170 dsp->last_collected = dstat.collected;
454 memdelstat_t dstat; local
551 (void) kphysm_del_status(dsp->handle, &dstat);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc104 db_status dstat; local
145 dstat = InUseDictionary->commit(t->objPath);
146 if (dstat == DB_SUCCESS) {
151 myself, dstat, NIL(t->objName));
186 if ((dstat = InUseDictionary->defer(t->objPath)) ==
194 myself, NIL(t->objName), dstat);
346 db_status dstat; local
365 dstat = InUseDictionary->rollback(t->objPath);
366 if (dstat != DB_SUCCESS) {
369 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.cc1228 db_status dstat; local
1264 dstat = dbRefreshObj(t->objName, obj);
1269 return (dstat);
1280 db_status dstat = DB_SUCCESS; local
1312 dstat = dbCreateFromLDAP(t->objPath, &stat);
1313 if (dstat != DB_SUCCESS) {
1316 myself, dstat, NIL(t->objName),
1322 *dstatP = dstat;
1387 obj = dbFindObject(t->objName, &dstat);
1389 if (dstat
[all...]
H A Ddb_dictionary.cc1509 db_status dstat; local
1518 dstat = dbCreateFromLDAP(tab, &lstat);
1519 if (dstat != DB_SUCCESS) {
1520 if (dstat == DB_NOTFOUND) {
1530 myself, dstat, NIL(tab));
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1438 struct stat dstat; local
1460 if (stat(defpath, &dstat) == 0) {

Completed in 76 milliseconds