Searched refs:ldapMappingList (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | nis_ldap.c | 140 t = __nis_find_item_mt(ROOTDIRFILE, &ldapMappingList, 0, 0); in touchRootDir()
|
H A D | ldap_map.h | 41 extern __nis_hash_table_mt ldapMappingList;
|
H A D | ldap_parse.c | 324 return (dbids2objs(&dbids, &ldapMappingList)); in linked2hash() 578 t = __nis_find_item_mt(intName, &ldapMappingList, 0, 0); in getObjMapping()
|
H A D | mapfile-vers | 116 ldapMappingList;
|
H A D | db_mindex2.cc | 240 &ldapMappingList, 0, 0); in mappingFromObj() 387 objPath, &ldapMappingList, 0, 0); in selectMapping() 710 &ldapMappingList, 0, 0); in findDirEntryMapping()
|
H A D | nis_db.cc | 634 &ldapMappingList, 0, 0); in ldapFindObj() 1236 &ldapMappingList, in dbCreateFromLDAP()
|
H A D | db_table.cc | 778 tablePath, &ldapMappingList, 0, 0); in configure()
|
H A D | ldap_map.c | 47 __nis_hash_table_mt ldapMappingList = NIS_HASH_TABLE_MT_INIT; variable
|
/titanic_44/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access.c | 433 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 D | dit_access_utils.c | 953 if ((t = __nis_find_item_mt(mapPath, &ldapMappingList, 1, 0)) in mappingFromMap()
|