Home
last modified time | relevance | path

Searched refs:ldapMappingList (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/lib/libnisdb/
H A Dnis_ldap.c140 t = __nis_find_item_mt(ROOTDIRFILE, &ldapMappingList, 0, 0); in touchRootDir()
H A Dldap_map.h41 extern __nis_hash_table_mt ldapMappingList;
H A Dldap_parse.c324 return (dbids2objs(&dbids, &ldapMappingList)); in linked2hash()
578 t = __nis_find_item_mt(intName, &ldapMappingList, 0, 0); in getObjMapping()
H A Dmapfile-vers116 ldapMappingList;
H A Ddb_mindex2.cc240 &ldapMappingList, 0, 0); in mappingFromObj()
387 objPath, &ldapMappingList, 0, 0); in selectMapping()
710 &ldapMappingList, 0, 0); in findDirEntryMapping()
H A Dnis_db.cc634 &ldapMappingList, 0, 0); in ldapFindObj()
1236 &ldapMappingList, in dbCreateFromLDAP()
H A Ddb_table.cc778 tablePath, &ldapMappingList, 0, 0); in configure()
H A Dldap_map.c47 __nis_hash_table_mt ldapMappingList = NIS_HASH_TABLE_MT_INIT; variable
/titanic_44/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c433 size = sizeof (ldapMappingList.keys) / sizeof (ldapMappingList.keys[0]); in get_passwd_list()
437 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) { in get_passwd_list()
990 size = sizeof (ldapMappingList.keys) / sizeof (ldapMappingList.keys[0]); in get_mapping_map_list()
994 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) { in get_mapping_map_list()
H A Ddit_access_utils.c953 if ((t = __nis_find_item_mt(mapPath, &ldapMappingList, 1, 0)) in mappingFromMap()