Lines Matching defs:filtee

773  * 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 list, dlopen()'ing any objects specified and
900 * Establish the mode of the filtee from the filter. As filtees
972 * Process an individual filtee.
975 const char *filtee = pdp->pd_pname;
978 DBG_CALL(Dbg_file_filtee(lml, NAME(ilmp), filtee, 0));
984 * loaded. As an optimization compare the filtee with
989 if (strcmp(filtee, MSG_ORIG(MSG_PTH_RTLD_64)) == 0) {
991 if (strcmp(filtee, MSG_ORIG(MSG_PTH_RTLD)) == 0) {
1002 * - This handle provides a filtee.
1046 * Audit the filter/filtee established. Ignore
1077 * Locate and load the filtee.
1082 file_notfound(LIST(ilmp), filtee, ilmp,
1085 filtee = pdp->pd_pname;
1099 * Audit the filter/filtee established. A
1101 * ignore this filtee.
1117 * this filtee if necessary.
1126 * If the filtee has been successfully
1128 * between the filter and filtee. This
1130 * to tear down the filter and filtee if
1139 * Generate a diagnostic if the filtee couldn't
1143 DBG_CALL(Dbg_file_filtee(lml, 0, filtee,
1147 * If this filtee loading has failed, and we've
1164 * If the filtee couldn't be loaded, null out the
1179 * If name is NULL, we're here to trigger filtee loading.
1203 * filters if the filtee has a dependency on the
1229 * If this object is tagged to terminate filtee processing we're
1237 * If we're just here to trigger filtee loading then we're done.
1259 * auxiliary filter allows for filtee use, but provides a fallback should a
1260 * filtee not exist (or fail to load), any errors generated as a consequence of
1286 * to process this previously, and disabled it if the filtee couldn't
1294 * Indicate whether an error message is required should this filtee not
1570 * whether this symbol references a filtee.
1595 * This symbol has an associated filtee. Lookup the
1596 * symbol in the filtee, and if it is found return it.
1625 * This object has an associated filtee. Lookup the
1626 * symbol in the filtee, and if it is found return it.