Home
last modified time | relevance | path

Searched refs:objType (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc277 if (t->objType == NIS_BOGUS_OBJ) { in selectMapping()
278 t->objType = updateMappingObj(t, 0, 0); in selectMapping()
279 if (t->objType == NIS_BOGUS_OBJ) { in selectMapping()
299 if (table->mapping.objType == NIS_BOGUS_OBJ) { in selectMapping()
300 table->mapping.objType = updateMappingObj(table->mapping.tm, in selectMapping()
303 table->mapping.expireType = table->mapping.objType; in selectMapping()
324 switch (table->mapping.objType) { in selectMapping()
393 if (t->objType == NIS_BOGUS_OBJ) in selectMapping()
1599 } else if (qin == 0 && obj == 0 && t->objType == NIS_TABLE_OBJ) { in storeLDAP()
H A Dnisdb_mt.h39 zotypes objType; member
H A Dnisdb_ldap.h152 zotypes objType; member
H A Dldap_scheme.c94 if (t->objType == NIS_DIRECTORY_OBJ) { in schemeQuery2nisAttr()
H A Dldap_parse.h675 zotypes objType; member
H A Dnis_db.cc738 nod->objType = o->zo_data.zo_type; in dbDeleteObj()
1194 t->objType = o->zo_data.zo_type; in setMappingObjTypeEtc()
1197 x->objType = t->objType; in setMappingObjTypeEtc()
1199 if (x->objType == NIS_TABLE_OBJ) { in setMappingObjTypeEtc()
H A Ddb_table.cc285 m->objType = NIS_BOGUS_OBJ; in initMappingStruct()
367 mapping.objType = NIS_BOGUS_OBJ; in reset()
465 if (mapping.objType == NIS_DIRECTORY_OBJ || in grow()
H A Dldap_parse.c591 if (asObj && x->objType == NIS_TABLE_OBJ && in getObjMapping()
H A Dldap_map.c64 t->objType = NIS_BOGUS_OBJ; in setColumnNames()
72 if (t->objType == NIS_TABLE_OBJ && t->numRulesFromLDAP == 0 && in setColumnNames()
H A Ddb_mindex.cc183 table->mapping.objType != NIS_TABLE_OBJ)); in satisfy_query()
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi-sun.c41 extern MP_STATUS validate_object(MP_OID obj, MP_OBJECT_TYPE objType,
H A Dmpapi.c111 MP_STATUS validate_object(MP_OID obj, MP_OBJECT_TYPE objType, in validate_object() argument
127 if (obj.objectType != objType) { in validate_object()