Searched refs:dstat (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 101 db_status dstat; in entriesFromLDAP() local 142 dstat = InUseDictionary->commit(t->objPath); in entriesFromLDAP() 143 if (dstat == DB_SUCCESS) { in entriesFromLDAP() 148 myself, dstat, NIL(t->objName)); in entriesFromLDAP() 183 if ((dstat = InUseDictionary->defer(t->objPath)) == in entriesFromLDAP() 191 myself, NIL(t->objName), dstat); in entriesFromLDAP() 344 db_status dstat; in entriesFromLDAPreal() local 363 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal() 364 if (dstat != DB_SUCCESS) { in entriesFromLDAPreal() 367 myself, dstat, NIL(t->objName)); in entriesFromLDAPreal() [all …]
|
H A D | nis_db.cc | 1226 db_status dstat; in dbCreateFromLDAP() local 1262 dstat = dbRefreshObj(t->objName, obj); in dbCreateFromLDAP() 1267 return (dstat); in dbCreateFromLDAP() 1278 db_status dstat = DB_SUCCESS; in loadAllLDAP() local 1310 dstat = dbCreateFromLDAP(t->objPath, &stat); in loadAllLDAP() 1311 if (dstat != DB_SUCCESS) { in loadAllLDAP() 1314 myself, dstat, NIL(t->objName), in loadAllLDAP() 1320 *dstatP = dstat; in loadAllLDAP() 1385 obj = dbFindObject(t->objName, &dstat); in loadAllLDAP() 1387 if (dstat == DB_NOTFOUND) in loadAllLDAP() [all …]
|
H A D | db_mindex2.cc | 737 db_status dstat; in queryLDAP() local 802 dstat = dbDeleteObj(t->objName); in queryLDAP() 803 if (dstat == DB_SUCCESS || dstat == DB_NOTFOUND) { in queryLDAP() 808 myself, dstat, NIL(t->objName)); in queryLDAP() 831 dstat = dbRefreshObj(t->objName, o); in queryLDAP() 832 if (dstat == DB_SUCCESS) { in queryLDAP() 1065 dirObj = findObj(t->obj->zo_domain, &dstat, &stat); in queryLDAP() 1359 db_status dstat; in storeLDAP() local 1361 o = dbFindObject(t->objName, &dstat); in storeLDAP()
|
H A D | db_dictionary.cc | 1509 db_status dstat; in find_table() local 1518 dstat = dbCreateFromLDAP(tab, &lstat); in find_table() 1519 if (dstat != DB_SUCCESS) { in find_table() 1520 if (dstat == DB_NOTFOUND) { in find_table() 1530 myself, dstat, NIL(tab)); in find_table()
|
/titanic_41/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac_del.c | 142 memdelstat_t dstat; in del_to_scan() local 161 err = kphysm_del_status(dsp->handle, &dstat); in del_to_scan() 168 (dsp->last_collected != dstat.collected)) { in del_to_scan() 170 dsp->last_collected = dstat.collected; in del_to_scan() 454 memdelstat_t dstat; in ac_del_memory() local 551 (void) kphysm_del_status(dsp->handle, &dstat); in ac_del_memory()
|
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | schizo.esc | 47 event error.io.sch.saf.dstat@hostbridge; 67 event ereport.io.sch.saf.dstat@hostbridge{within(5s)}; 84 * - dstat: errant dstat on incoming data. 86 * The to, bus and dstat errors can cause a target abort to be sent onto the 103 error.io.sch.saf.dstat@hostbridge; 117 prop error.io.sch.saf.dstat@hostbridge (1)-> 118 ereport.io.sch.saf.dstat@hostbridge; 120 prop error.io.sch.saf.dstat@hostbridge (0)-> 174 * - dstat: incorrect dstat sent to hostbridge. 183 error.io.sch.saf.dstat@hostbridge,
|
H A D | xmits.esc | 47 event error.io.xmits.saf.dstat@hostbridge; 72 event ereport.io.xmits.saf.dstat@hostbridge{within(5s)}; 101 * - dstat: errant dstat on incoming data. 103 * The to, bus and dstat errors can cause a target abort to be sent onto the 127 error.io.xmits.saf.dstat@hostbridge; 141 prop error.io.xmits.saf.dstat@hostbridge (1)-> 142 ereport.io.xmits.saf.dstat@hostbridge; 144 prop error.io.xmits.saf.dstat@hostbridge (0)-> 174 * - dstat: incorrect dstat sent to hostbridge. 183 error.io.xmits.saf.dstat@hostbridge,
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | mci.c | 519 mci_setstat(mci, xstat, dstat, rstat) in mci_setstat() argument 522 char *dstat; 530 if (dstat != NULL) 531 mci->mci_status = sm_strdup_x(dstat);
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | devalloc.c | 1438 struct stat dstat; in da_update_defattrs() local 1460 if (stat(defpath, &dstat) == 0) { in da_update_defattrs()
|