Searched refs:objPath (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | ldap_parse.c | 207 t->objPath = internal_table_name(t->objName, in linked2hash() 208 t->objPath); in linked2hash() 209 if (!t->objPath) { in linked2hash() 216 t->objPath = am(myself, len + MAXPATHLEN + 1); in linked2hash() 217 if (t->objPath == 0) in linked2hash() 220 t->objPath) == 0) { in linked2hash() 335 o = __nis_find_item_mt(t->objPath, objs, -1, 0); in dbids2objs() 354 t->item.name = t->objPath; in dbids2objs()
|
H A D | nis_db.cc | 1310 dstat = dbCreateFromLDAP(t->objPath, &stat); in loadAllLDAP() 1344 dbase = InUseDictionary->find_table(t->objPath, in loadAllLDAP() 1351 myself, NIL(t->objPath), in loadAllLDAP() 1378 char *ent, *objPath; in loadAllLDAP() local 1390 myself, NIL(t->objPath), in loadAllLDAP() 1397 NIL(t->objPath), in loadAllLDAP() 1415 objPath = t->objPath; in loadAllLDAP() 1418 objPath = 0; in loadAllLDAP() 1420 &objPath); in loadAllLDAP() 1421 if (ent == 0 || objPath == 0) { in loadAllLDAP() [all …]
|
H A D | db_mindex2.cc | 55 if (objPath.ptr != 0) in configure() 56 free(objPath.ptr); in configure() 57 objPath.ptr = strdup(tablePath); in configure() 63 return (objPath.ptr != NULL); in configure() 218 char *objPath; in mappingFromObj() local 230 objPath = internalTableName(b.buf); in mappingFromObj() 232 if (slen(objPath) <= 0) { in mappingFromObj() 235 sfree(objPath); in mappingFromObj() 239 t = (__nis_table_mapping_t *)__nis_find_item_mt(objPath, in mappingFromObj() 242 sfree(objPath); in mappingFromObj() [all …]
|
H A D | db_mindex3.cc | 142 dstat = InUseDictionary->commit(t->objPath); in entriesFromLDAP() 183 if ((dstat = InUseDictionary->defer(t->objPath)) == in entriesFromLDAP() 363 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal() 424 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal() 475 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal() 559 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal() 871 dstat = InUseDictionary->commit(t->objPath); in entriesFromLDAPreal()
|
H A D | db_mindex_c.x | 74 __nisdb_ptr_t objPath; member 121 % __nisdb_ptr_t objPath;
|
H A D | db_mindex.cc | 56 objPath.ptr = NULL; in db_mindex() 72 objPath.ptr = NULL; in db_mindex() 129 objPath.ptr = NULL; in init() 1084 if (objPath.ptr != 0) { in reset() 1085 free(objPath.ptr); in reset() 1086 objPath.ptr = 0; in reset()
|
H A D | ldap_parse.h | 679 char *objPath; /* nisdb's internal name */ member
|
H A D | ldap_print.c | 283 p2buf(myself, "\n\t%s \t%s", NIL(t->objName), NIL(t->objPath)); in printTableMapping()
|
H A D | nis_parse_ldap_yp_util.c | 99 mapping->objPath = NULL; in initialize_table_mapping()
|
/titanic_44/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 63 char *objPath; in getFullMapName() local 67 objPath = scat(myself, T, scat(myself, F, map, ","), in getFullMapName() 70 return (objPath); in getFullMapName()
|