Searched defs:filtee (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddepend.c41 * Establish an association between a filter and filtee. Both the filter and
42 * filtee already exist in the internal hash table, since auditing registers
46 filter(Crle_desc *crle, const char *filter, const char *str, const char *filtee) argument
65 * Locate the filtee. Mark the referencing object as the filtee, as
68 if ((flteent = get_hash(crle->c_strtbl, (Addr)filtee, 0,
80 * Determine whether this filter and filtee string pair already
89 * Add this filtee additional association.
100 * This is a new filter descriptor. Add this new filtee association.
118 crle->c_fltenum += 2; /* Account for null filtee des
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Daudit.c124 const char *filter, const char *filtee, const char *ref)
132 filtee, ref);
123 Dbg_audit_objfilter(Lm_list *lml, int call, const char *lib, const char *filter, const char *filtee, const char *ref) argument
H A Dfiles.c428 Dbg_file_filter(Lm_list *lml, const char *filter, const char *filtee, argument
436 dbg_print(lml, MSG_INTL(MSG_FIL_FILTER_1), filter, filtee);
438 dbg_print(lml, MSG_INTL(MSG_FIL_FILTER_2), filter, filtee);
442 Dbg_file_filtee(Lm_list *lml, const char *filter, const char *filtee, int audit) argument
450 dbg_print(lml, MSG_INTL(MSG_FIL_FILTEE_3), filtee);
452 dbg_print(lml, MSG_INTL(MSG_FIL_FILTEE_1), filtee, filter);
454 dbg_print(lml, MSG_INTL(MSG_FIL_FILTEE_2), filtee);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c1013 * filtee - String giving filtee to be added
1016 * On success, the filtee is added. On failure, mv->errcnt is
1021 Word dft_flag, const char *filtee)
1040 ms->ms_filtee = filtee;
1360 * If this symbol has an associated filtee, record the
1361 * filtee string and associate the string index with the
1371 * Make sure we don't duplicate any filtee
1020 ld_map_sym_filtee(Mapfile *mf, ld_map_ver_t *mv, ld_map_sym_t *ms, Word dft_flag, const char *filtee) argument
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c773 * Disable filtee use.
787 * Indicate that this filtee is no longer available.
795 * Indicate that this standard filtee is no longer available.
801 * Indicate that this auxiliary filtee is no longer available.
814 * A symbol name of 0 is used to trigger filtee loading.
859 * filtee list. If a configuration file exists, determine if any
860 * filtee associations for this filter, and its filtee reference, are
861 * defined. Otherwise, process the filtee reference. Any token
887 * Traverse the filtee lis
975 const char *filtee = pdp->pd_pname; local
[all...]

Completed in 52 milliseconds