Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_parse.c207 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 Dnis_db.cc1379 char *ent, *objPath; in loadAllLDAP() local
1398 NIL(t->objPath), in loadAllLDAP()
1416 objPath = t->objPath; in loadAllLDAP()
1419 objPath = 0; in loadAllLDAP()
1421 &objPath); in loadAllLDAP()
1428 sfree(objPath); in loadAllLDAP()
1443 myself, objPath, in loadAllLDAP()
1447 sfree(objPath); in loadAllLDAP()
1487 myself, ent, objPath); in loadAllLDAP()
1490 sfree(objPath); in loadAllLDAP()
[all …]
H A Ddb_mindex2.cc55 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()
242 sfree(objPath); in mappingFromObj()
380 if (slen(objPath) <= 0) { in selectMapping()
[all …]
H A Ddb_mindex3.cc145 dstat = InUseDictionary->commit(t->objPath); in entriesFromLDAP()
186 if ((dstat = InUseDictionary->defer(t->objPath)) == in entriesFromLDAP()
365 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal()
426 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal()
477 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal()
561 dstat = InUseDictionary->rollback(t->objPath); in entriesFromLDAPreal()
879 dstat = InUseDictionary->commit(t->objPath); in entriesFromLDAPreal()
H A Ddb_mindex_c.x80 __nisdb_ptr_t objPath; member
124 % __nisdb_ptr_t objPath;
H A Ddb_mindex.cc56 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 Dldap_parse.h677 char *objPath; /* nisdb's internal name */ member
H A Dldap_print.c281 p2buf(myself, "\n\t%s \t%s", NIL(t->objName), NIL(t->objPath)); in printTableMapping()
H A Dnis_parse_ldap_yp_util.c101 mapping->objPath = NULL; in initialize_table_mapping()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c65 char *objPath; in getFullMapName() local
69 objPath = scat(myself, T, scat(myself, F, map, ","), in getFullMapName()
72 return (objPath); in getFullMapName()