/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_xdr.c | 175 nis_object *tobj) /* Table object */ in xdr_nis_fetus_object() argument 197 if ((objp->zo_name = strdup(tobj->zo_name)) == NULL) in xdr_nis_fetus_object() 215 if (!xdr_nis_name_abbrev(xdrs, &objp->zo_owner, tobj->zo_domain)) in xdr_nis_fetus_object() 217 if (!xdr_nis_name_abbrev(xdrs, &objp->zo_group, tobj->zo_domain)) in xdr_nis_fetus_object() 234 if ((objp->zo_domain = strdup(tobj->zo_domain)) == NULL) in xdr_nis_fetus_object() 263 strdup(tobj->zo_data.objdata_u.ta_data.ta_type)) == NULL) in xdr_nis_fetus_object() 295 makePseudoEntryObj(nis_object *obj, entry_obj *eo, nis_object *tobj) { in makePseudoEntryObj() argument 337 xret = xdr_nis_fetus_object(&xdrs, obj, tobj); in makePseudoEntryObj() 363 unmakePseudoEntryObj(entry_obj *e, nis_object *tobj) { in unmakePseudoEntryObj() argument 381 if (tobj != 0 && (e->en_type == 0 || e->en_type[0] == '\0')) { in unmakePseudoEntryObj() [all …]
|
H A D | ldap_xdr.h | 52 nis_object *tobj); 54 nis_object *tobj); 55 nis_object *unmakePseudoEntryObj(entry_obj *e, nis_object *tobj);
|
H A D | ldap_nisdbquery.h | 61 db_query *pseudoEntryObj2Query(entry_obj *e, nis_object *tobj,
|
H A D | nis_parse_ldap_yp_util.c | 441 char *tobj, *alias, *dupalias, *tmp; in second_parser_pass() local 510 tobj = s_strndup(tg->objName, in second_parser_pass() 512 if (tobj == NULL) { in second_parser_pass() 518 alias = (char *)strtok_r(tobj, " ", in second_parser_pass() 555 if (tobj) in second_parser_pass() 556 free(tobj); in second_parser_pass()
|
H A D | nis_db.cc | 834 table_obj tobj, *t; in dbCreateTable() local 855 tobj = *t; in dbCreateTable() 857 for (i = 0; i < tobj.ta_cols.ta_cols_len; i++) { in dbCreateTable() 858 tc[i+1] = tobj.ta_cols.ta_cols_val[i]; in dbCreateTable() 863 tobj.ta_cols.ta_cols_len += 1; in dbCreateTable() 864 tobj.ta_cols.ta_cols_val = tc; in dbCreateTable() 866 return (db_create_table(intName, &tobj)); in dbCreateTable()
|
H A D | db_dictionary.cc | 1621 db_dictionary::log_action(int action, char *tab, table_obj *tobj) in log_action() argument 1626 db_dictlog_entry le(action, newv, tab, tobj); in log_action() 1740 db_dictionary::add_table_aux(char *tab, table_obj* tobj, int mode) in add_table_aux() argument 1759 db_status status = create_table_desc(tab, tobj, &new_table); in add_table_aux() 1789 status = log_action(DB_ADD_TABLE, tab, tobj); in add_table_aux() 1815 db_dictionary::add_table(char *tab, table_obj* tobj) in add_table() argument 1817 return (add_table_aux(tab, tobj, !INMEMORY_ONLY)); in add_table()
|
H A D | db_dictionary_c.x | 150 % db_status log_action(int, char* table, table_obj* tobj =0);
|
H A D | db_mindex_c.x | 335 % nis_object *obj, nis_object *tobj, uint32_t ttime,
|
H A D | db_mindex2.cc | 448 nis_object *obj, nis_object *tobj, uint32_t ttime, in updateTableEntry() argument 485 table->get_entry(dbie->getlocation()), tobj); in updateTableEntry() 499 obj = unmakePseudoEntryObj(e, tobj); in updateTableEntry() 576 obj = unmakePseudoEntryObj(e, tobj); in updateTableEntry()
|
H A D | ldap_nisdbquery.c | 1137 pseudoEntryObj2Query(entry_obj *e, nis_object *tobj, __nis_rule_value_t *rv) { in pseudoEntryObj2Query() argument 1156 o = unmakePseudoEntryObj(e, tobj); in pseudoEntryObj2Query()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 617 Rt_map **tobj; in is_dep_init() local 646 if ((tobj = calloc(2, sizeof (Rt_map *))) != NULL) { in is_dep_init() 647 tobj[0] = dlmp; in is_dep_init() 648 call_init(tobj, DBG_INIT_DYN); in is_dep_init() 699 call_init(Rt_map **tobj, int flag) in call_init() argument 711 (void) aplist_append(&pending, tobj, AL_CNT_PENDING); in call_init() 718 for (_tobj = _nobj = tobj, _nobj++; *_tobj != NULL; _tobj++, _nobj++) { in call_init() 788 free(tobj); in call_init() 798 call_fini(Lm_list *lml, Rt_map **tobj, Rt_map *clmp) in call_fini() argument 802 for (_tobj = tobj; *_tobj != NULL; _tobj++) { in call_fini() [all …]
|
H A D | remove.c | 72 purge_exit_handlers(Lm_list *lml, Rt_map **tobj) in purge_exit_handlers() argument 89 for (num = 0, _tobj = tobj; *_tobj != NULL; _tobj++) { in purge_exit_handlers() 110 for (_tobj = tobj, _addr = addr; *_tobj != NULL; _tobj++) { in purge_exit_handlers() 125 leave(LIST(*tobj), 0); in purge_exit_handlers() 1324 Rt_map **tobj; in remove_hdl() local 1338 if (((tobj = tsort(lml->lm_head, delcnt, in remove_hdl() 1340 (tobj != (Rt_map **)S_ERROR)) { in remove_hdl() 1341 error = purge_exit_handlers(lml, tobj); in remove_hdl() 1342 call_fini(lml, tobj, clmp); in remove_hdl()
|
H A D | setup.c | 200 Rt_map *rlmp, *mlmp, *clmp, **tobj = NULL; in setup() local 1135 if ((tobj = tsort(mlmp, LIST(mlmp)->lm_init, in setup() 1213 if (tobj) in setup() 1214 call_init(tobj, DBG_INIT_SORT); in setup()
|
H A D | audit.c | 1417 Rt_map **tobj; in audit_setup() local 1495 if ((tobj = tsort(lmp, lml->lm_init, RT_SORT_REV)) == in audit_setup() 1499 if (tobj) in audit_setup() 1500 call_init(tobj, DBG_INIT_SORT); in audit_setup()
|