Searched defs:tobj (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c72 purge_exit_handlers(Lm_list *lml, Rt_map **tobj) argument
89 for (num = 0, _tobj = tobj; *_tobj != NULL; _tobj++) {
110 for (_tobj = tobj, _addr = addr; *_tobj != NULL; _tobj++) {
125 leave(LIST(*tobj), 0);
1324 Rt_map **tobj; local
1338 if (((tobj = tsort(lml->lm_head, delcnt,
1340 (tobj != (Rt_map **)S_ERROR)) {
1341 error = purge_exit_handlers(lml, tobj);
1342 call_fini(lml, tobj, clmp);
H A Dsetup.c200 Rt_map *rlmp, *mlmp, *clmp, **tobj = NULL; local
1135 if ((tobj = tsort(mlmp, LIST(mlmp)->lm_init,
1213 if (tobj)
1214 call_init(tobj, DBG_INIT_SORT);
H A Daudit.c1417 Rt_map **tobj; local
1495 if ((tobj = tsort(lmp, lml->lm_init, RT_SORT_REV)) ==
1499 if (tobj)
1500 call_init(tobj, DBG_INIT_SORT);
H A Dutil.c617 Rt_map **tobj; local
646 if ((tobj = calloc(2, sizeof (Rt_map *))) != NULL) {
647 tobj[0] = dlmp;
648 call_init(tobj, DBG_INIT_DYN);
699 call_init(Rt_map **tobj, int flag) argument
711 (void) aplist_append(&pending, tobj, AL_CNT_PENDING);
716 * Traverse the tobj array firing each objects init.
718 for (_tobj = _nobj = tobj, _nobj++; *_tobj != NULL; _tobj++, _nobj++) {
788 free(tobj);
798 call_fini(Lm_list *lml, Rt_map **tobj, Rt_ma argument
860 Rt_map **tobj, *lmp; local
979 Rt_map **tobj = NULL; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_xdr.c174 nis_object *tobj) /* Table object */
196 if ((objp->zo_name = strdup(tobj->zo_name)) == NULL)
214 if (!xdr_nis_name_abbrev(xdrs, &objp->zo_owner, tobj->zo_domain))
216 if (!xdr_nis_name_abbrev(xdrs, &objp->zo_group, tobj->zo_domain))
233 if ((objp->zo_domain = strdup(tobj->zo_domain)) == NULL)
262 strdup(tobj->zo_data.objdata_u.ta_data.ta_type)) == NULL)
289 * 'tobj' is a pointer to the table object for the table for
294 makePseudoEntryObj(nis_object *obj, entry_obj *eo, nis_object *tobj) { argument
336 xret = xdr_nis_fetus_object(&xdrs, obj, tobj);
362 unmakePseudoEntryObj(entry_obj *e, nis_object *tobj) { argument
171 xdr_nis_fetus_object( XDR *xdrs, nis_object *objp, nis_object *tobj) argument
[all...]
H A Dnis_parse_ldap_yp_util.c441 char *tobj, *alias, *dupalias, *tmp; local
508 tobj = s_strndup(tg->objName,
510 if (tobj == NULL) {
516 alias = (char *)strtok_r(tobj, " ",
553 if (tobj)
554 free(tobj);
H A Ddb_mindex2.cc435 * supplied to save re-doing unpacking of the entry object. 'tobj' is
448 nis_object *obj, nis_object *tobj, uint32_t ttime,
485 table->get_entry(dbie->getlocation()), tobj);
499 obj = unmakePseudoEntryObj(e, tobj);
576 obj = unmakePseudoEntryObj(e, tobj);
447 updateTableEntry(entry_object *e, int replace, char *tableName, nis_object *obj, nis_object *tobj, uint32_t ttime, int *xid) argument
H A Dldap_nisdbquery.c1137 pseudoEntryObj2Query(entry_obj *e, nis_object *tobj, __nis_rule_value_t *rv) { argument
1156 o = unmakePseudoEntryObj(e, tobj);
H A Dnis_db.cc836 table_obj tobj, *t; local
857 tobj = *t;
859 for (i = 0; i < tobj.ta_cols.ta_cols_len; i++) {
860 tc[i+1] = tobj.ta_cols.ta_cols_val[i];
865 tobj.ta_cols.ta_cols_len += 1;
866 tobj.ta_cols.ta_cols_val = tc;
868 return (db_create_table(intName, &tobj));
H A Ddb_dictionary.cc1621 db_dictionary::log_action(int action, char *tab, table_obj *tobj) argument
1626 db_dictlog_entry le(action, newv, tab, tobj);
1740 db_dictionary::add_table_aux(char *tab, table_obj* tobj, int mode) argument
1759 db_status status = create_table_desc(tab, tobj, &new_table);
1789 status = log_action(DB_ADD_TABLE, tab, tobj);
1815 db_dictionary::add_table(char *tab, table_obj* tobj) argument
1817 return (add_table_aux(tab, tobj, !INMEMORY_ONLY));

Completed in 799 milliseconds