Home
last modified time | relevance | path

Searched refs:NIS_ENTRY_OBJ (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_xdr.c260 objp->zo_data.zo_type = NIS_ENTRY_OBJ; in xdr_nis_fetus_object()
306 if (obj->zo_data.zo_type == NIS_ENTRY_OBJ) { in makePseudoEntryObj()
326 if (obj->zo_data.zo_type == NIS_ENTRY_OBJ) { in makePseudoEntryObj()
335 if (obj->zo_data.zo_type == NIS_ENTRY_OBJ) { in makePseudoEntryObj()
342 if (obj->zo_data.zo_type == NIS_ENTRY_OBJ) { in makePseudoEntryObj()
396 if (o != 0 && o->zo_data.zo_type == NIS_ENTRY_OBJ && in unmakePseudoEntryObj()
443 if (o != 0 && o->zo_data.zo_type == NIS_ENTRY_OBJ && tobj != 0) { in unmakePseudoEntryObj()
H A Ddb_mindex2.cc221 if (obj == 0 || obj->zo_data.zo_type == NIS_ENTRY_OBJ) in mappingFromObj()
1315 if (o->zo_data.zo_type == NIS_ENTRY_OBJ) in storeLDAP()
H A Ddb_mindex3.cc724 o.zo_data.zo_type = NIS_ENTRY_OBJ; in entriesFromLDAPreal()
H A Dnis_db.cc890 if (o->zo_data.zo_type == NIS_ENTRY_OBJ) in dbRefreshObj()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_object.x118 NIS_ENTRY_OBJ = 5, /* Entry object (a database record) */ enumerator
281 case NIS_ENTRY_OBJ:
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_xdr.c192 case NIS_ENTRY_OBJ: in xdr_objdata()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c416 obj.zo_data.zo_type = NIS_ENTRY_OBJ; in init_entry()