Home
last modified time | relevance | path

Searched refs:preload (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
Dtst.manypids.ksh38 preload=$lib:${preload}
41 export LD_PRELOAD=$preload
/freebsd-10-stable/sbin/ping/
Dping.c236 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload, sockerrno, in main() local
262 alarmtimeout = df = preload = tos = 0; in main()
378 preload = ultmp; in main()
795 if (preload == 0) in main()
798 if (npackets != 0 && preload > npackets) in main()
799 preload = npackets; in main()
800 while (preload--) /* fire off them quickies */ in main()
/freebsd-10-stable/contrib/ofed/libsdp/
DREADME16 2) Adding the name of the library into /etc/ld.so.preload. This will
23 library that you want to use in LD_PRELOAD or /etc/ld.so.preload as described
/freebsd-10-stable/sbin/ping6/
Dping6.c295 int almost_done, ch, hold, packlen, preload, optval, error; in main() local
327 alarmtimeout = preload = 0; in main()
465 preload = strtol(optarg, &e, 10); in main()
466 if (preload < 0 || *optarg == '\0' || *e != '\0') in main()
1050 if (preload == 0) in main()
1053 if (npackets != 0 && preload > npackets) in main()
1054 preload = npackets; in main()
1055 while (preload--) in main()
/freebsd-10-stable/contrib/file/magic/Magdir/
Dmach204 >12 belong 5 preload executable
/freebsd-10-stable/sys/dev/usb/wlan/
Dif_ural.c1779 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1788 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; in ural_enable_tsf_sync()
1789 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/freebsd-10-stable/contrib/binutils/
Dltmain.sh2651 preload=no
2732 if test "$preload" = no; then
2736 preload=yes
5995 test "$preload" = yes \
6883 if test "$preload" = yes && test -f "$symfileobj"; then
/freebsd-10-stable/sys/dev/ral/
Drt2560.c2241 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
2253 preload = (vap->iv_opmode == IEEE80211_M_STA) ? 384 : 1024; in rt2560_enable_tsf_sync()
2254 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()
/freebsd-10-stable/sys/kern/
Dkern_linker.c1429 struct mod_metadata **stop, int preload) in linker_addmodules() argument
1661 SYSINIT(preload, SI_SUB_KLD, SI_ORDER_MIDDLE, linker_preload, 0);
/freebsd-10-stable/crypto/heimdal/
Dltmain.sh5140 preload=no
5223 if test "$preload" = no; then
5227 preload=yes
8686 test "$preload" = yes \
9081 if test "$preload" = yes && test -f "$symfileobj"; then
/freebsd-10-stable/contrib/libyaml/config/
Dltmain.sh4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
7506 test "$preload" = yes \
7893 if test "$preload" = yes && test -f "$symfileobj"; then
/freebsd-10-stable/contrib/file/
Dltmain.sh5153 preload=no
5236 if test "$preload" = no; then
5240 preload=yes
8715 test "$preload" = yes \
9110 if test "$preload" = yes && test -f "$symfileobj"; then
/freebsd-10-stable/contrib/sqlite3/
Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
8702 test "$preload" = yes \
9097 if test "$preload" = yes && test -f "$symfileobj"; then
/freebsd-10-stable/contrib/openpam/
Dltmain.sh5185 preload=no
5268 if test "$preload" = no; then
5272 preload=yes
8753 test "$preload" = yes \
9148 if test "$preload" = yes && test -f "$symfileobj"; then
/freebsd-10-stable/contrib/unbound/
Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
8702 test "$preload" = yes \
9097 if test "$preload" = yes && test -f "$symfileobj"; then
/freebsd-10-stable/contrib/openbsm/config/
Dltmain.sh5185 preload=no
5268 if test "$preload" = no; then
5272 preload=yes
8753 test "$preload" = yes \
9148 if test "$preload" = yes && test -f "$symfileobj"; then
/freebsd-10-stable/contrib/ldns/
Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-10-stable/contrib/ofed/librdmacm/config/
Dltmain.sh1123 preload=no
1189 if test "$preload" = no; then
4337 if test "$preload" = yes; then
/freebsd-10-stable/contrib/ofed/libibcm/config/
Dltmain.sh1123 preload=no
1189 if test "$preload" = no; then
4337 if test "$preload" = yes; then
/freebsd-10-stable/contrib/gdb/
Dltmain.sh911 if test "$preload" = no; then
3521 if test "$preload" = yes; then
/freebsd-10-stable/contrib/ofed/management/opensm/doc/
Dopensm_release_notes_ibg2-2.0.1.txt117 osmtest in the /usr/bin directory, which preload the standard libc
/freebsd-10-stable/crypto/openssl/crypto/des/asm/
Ddes_enc.m41382 mov in2, in3 ! preload ks3
1427 add in1, 120, in4 ! preload ks1
/freebsd-10-stable/contrib/apr/
Dconfigure.in180 dnl Do the various CC checks *before* preloading values. The preload code
183 dnl preload section from invoking the macro to get compiler info.
/freebsd-10-stable/sys/dev/aic7xxx/
Daic79xx.seq1812 * Fixup the residual next S/G pointer. The S/G preload
2276 * Load a dummy segment if preload space is available.

12