Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c434 size = sizeof (ldapMappingList.keys) / sizeof (ldapMappingList.keys[0]); in get_passwd_list()
438 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) { in get_passwd_list()
991 size = sizeof (ldapMappingList.keys) / sizeof (ldapMappingList.keys[0]); in get_mapping_map_list()
995 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()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_ldap.c140 t = __nis_find_item_mt(ROOTDIRFILE, &ldapMappingList, 0, 0); in touchRootDir()
H A Dmapfile-vers139 ldapMappingList {
152 ldapMappingList {
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 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.cc635 &ldapMappingList, 0, 0); in ldapFindObj()
1237 &ldapMappingList, in dbCreateFromLDAP()
H A Ddb_table.cc781 tablePath, &ldapMappingList, 0, 0); in configure()
H A Dldap_map.c48 __nis_hash_table_mt ldapMappingList = NIS_HASH_TABLE_MT_INIT; variable