Searched defs:preload (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddepend.c132 const char *preload; local
137 * otherwise we'll preload the shared object with one of the lddstub's.
141 preload = NULL;
144 preload = name;
269 if (preload) {
271 MSG_ORIG(MSG_ENV_LD_PRELOAD), preload);
281 (putenv(eldf) != 0) || (preload && (putenv(epld) != 0))) {
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c37 * and exec(2) the file. If the file is a shared object, we preload the
627 * Run the required program, setting the preload and trace environment
633 const char *preload = 0; local
667 * When using ldd(1) to analyze a shared object we preload the
668 * shared object with lddstub. Any additional preload
684 preload = MSG_ORIG(MSG_LD_PRELOAD);
687 * Determine which preload files and preload environment
693 preload = MSG_ORIG(MSG_LD_PRELOAD_64);
698 preload
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c92 preload(const char *str, Rt_map *mlmp, Rt_map **clmp) function
132 * If this a secure application, then preload errors are
1029 * Note, it is valid to preload a 4.x shared object with a 5.0
1034 if (rpl_preload && (preload(rpl_preload, mlmp, &clmp) == 0))
1036 if (prm_preload && (preload(prm_preload, mlmp, &clmp) == 0))
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c406 adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *))
413 state->as_preload = preload;
1821 * preload data so the adt_au_*() functions can detect un-supplied
405 adt_load_table(const adt_session_data_t *session_data, adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *)) argument
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c430 uint16_t logcwmin, preload; local
442 preload = (ic->ic_opmode == IEEE80211_M_STA) ? 384 : 1024;
443 tmp = logcwmin << 16 | preload;
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1116 uint16_t logcwmin, preload, tmp; local
1125 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6;
1126 tmp = logcwmin << 12 | preload;

Completed in 61 milliseconds