Searched refs:preload (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh38 preload=$lib:${preload}
41 export LD_PRELOAD=$preload
/freebsd-10.0-release/sbin/ping/
H A Dping.c236 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload, sockerrno, local
262 alarmtimeout = df = preload = tos = 0;
373 "invalid preload value: `%s'", optarg);
378 preload = ultmp;
795 if (preload == 0)
798 if (npackets != 0 && preload > npackets)
799 preload = npackets;
800 while (preload--) /* fire off them quickies */
1696 " [-h sweepincrsize] [-i wait] [-l preload] [-M mask | time] [-m ttl]",
1699 " ping [-AaDdfLnoQqRrv] [-c count] [-I iface] [-i wait] [-l preload]",
[all...]
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c308 int ch, hold, packlen, preload, optval, ret_ga; local
339 preload = 0;
475 errx(1, "Must be superuser to preload");
477 preload = strtol(optarg, &e, 10);
478 if (preload < 0 || *optarg == '\0' || *e != '\0')
479 errx(1, "illegal preload value -- %s", optarg);
1058 while (preload--) /* Fire off them quickies. */
2804 " [-h hoplimit] [-I interface] [-i wait] [-l preload]"
/freebsd-10.0-release/contrib/binutils/
H A Dltmain.sh2651 preload=no
2732 if test "$preload" = no; then
2736 preload=yes
2840 # If libtool objects are unsupported, then we need to preload.
3365 # If libtool objects are unsupported, then we need to preload.
3814 # we need to preload.
3928 # statically, we need to preload. We also need to preload any
5995 test "$preload" = yes \
6883 if test "$preload"
[all...]
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_ural.c1776 uint16_t logcwmin, preload, tmp; local
1785 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6;
1786 tmp = logcwmin << 12 | preload;
/freebsd-10.0-release/sys/kern/
H A Dkern_linker.c1413 struct mod_metadata **stop, int preload)
1645 SYSINIT(preload, SI_SUB_KLD, SI_ORDER_MIDDLE, linker_preload, 0);
1412 linker_addmodules(linker_file_t lf, struct mod_metadata **start, struct mod_metadata **stop, int preload) argument
/freebsd-10.0-release/contrib/libyaml/config/
H A Dltmain.sh4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
4276 # If libtool objects are unsupported, then we need to preload.
4820 # If libtool objects are unsupported, then we need to preload.
5277 # we need to preload.
5385 # statically, we need to preload. We also need to preload any
7506 test "$preload" = yes \
7893 if test "$preload"
[all...]
/freebsd-10.0-release/contrib/atf/admin/
H A Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
5343 # If libtool objects are unsupported, then we need to preload.
5908 # If libtool objects are unsupported, then we need to preload.
6374 # we need to preload.
6488 # statically, we need to preload. We also need to preload any
8702 test "$preload" = yes \
9097 if test "$preload"
[all...]
/freebsd-10.0-release/contrib/ldns/
H A Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
5343 # If libtool objects are unsupported, then we need to preload.
5908 # If libtool objects are unsupported, then we need to preload.
6377 # we need to preload.
6491 # statically, we need to preload. We also need to preload any
8708 test "$preload" = yes \
9103 if test "$preload"
[all...]
/freebsd-10.0-release/contrib/openbsm/config/
H A Dltmain.sh5185 preload=no
5268 if test "$preload" = no; then
5272 preload=yes
5376 # If libtool objects are unsupported, then we need to preload.
5942 # If libtool objects are unsupported, then we need to preload.
6425 # we need to preload.
6539 # statically, we need to preload. We also need to preload any
8753 test "$preload" = yes \
9148 if test "$preload"
[all...]
/freebsd-10.0-release/contrib/openpam/
H A Dltmain.sh5185 preload=no
5268 if test "$preload" = no; then
5272 preload=yes
5376 # If libtool objects are unsupported, then we need to preload.
5942 # If libtool objects are unsupported, then we need to preload.
6425 # we need to preload.
6539 # statically, we need to preload. We also need to preload any
8753 test "$preload" = yes \
9148 if test "$preload"
[all...]
/freebsd-10.0-release/contrib/unbound/
H A Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
5343 # If libtool objects are unsupported, then we need to preload.
5908 # If libtool objects are unsupported, then we need to preload.
6374 # we need to preload.
6488 # statically, we need to preload. We also need to preload any
8702 test "$preload" = yes \
9097 if test "$preload"
[all...]
/freebsd-10.0-release/crypto/heimdal/
H A Dltmain.sh5140 preload=no
5223 if test "$preload" = no; then
5227 preload=yes
5331 # If libtool objects are unsupported, then we need to preload.
5895 # If libtool objects are unsupported, then we need to preload.
6360 # we need to preload.
6474 # statically, we need to preload. We also need to preload any
8686 test "$preload" = yes \
9081 if test "$preload"
[all...]
/freebsd-10.0-release/contrib/ntp/
H A Dltmain.sh1123 preload=no
1189 if test "$preload" = no; then
1193 preload=yes
1305 # If libtool objects are unsupported, then we need to preload.
1849 # If libtool objects are unsupported, then we need to preload.
2269 # we need to preload.
2375 # statically, we need to preload. We also need to preload any
4329 if test "$preload" = yes; then
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dltmain.sh1123 preload=no
1189 if test "$preload" = no; then
1193 preload=yes
1305 # If libtool objects are unsupported, then we need to preload.
1849 # If libtool objects are unsupported, then we need to preload.
2269 # we need to preload.
2375 # statically, we need to preload. We also need to preload any
4329 if test "$preload" = yes; then
/freebsd-10.0-release/contrib/ofed/libibcm/config/
H A Dltmain.sh1123 preload=no
1189 if test "$preload" = no; then
1193 preload=yes
1305 # If libtool objects are unsupported, then we need to preload.
1849 # If libtool objects are unsupported, then we need to preload.
2272 # we need to preload.
2378 # statically, we need to preload. We also need to preload any
4337 if test "$preload" = yes; then
/freebsd-10.0-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh1123 preload=no
1189 if test "$preload" = no; then
1193 preload=yes
1305 # If libtool objects are unsupported, then we need to preload.
1849 # If libtool objects are unsupported, then we need to preload.
2272 # we need to preload.
2378 # statically, we need to preload. We also need to preload any
4337 if test "$preload" = yes; then
/freebsd-10.0-release/contrib/sqlite3/
H A Dltmain.sh1153 preload=no
1228 if test "$preload" = no; then
1232 preload=yes
1344 # If libtool objects are unsupported, then we need to preload.
1889 # If libtool objects are unsupported, then we need to preload.
2309 # we need to preload.
2415 # statically, we need to preload. We also need to preload any
4378 if test "$preload" = yes; then
/freebsd-10.0-release/sys/dev/ral/
H A Drt2560.c2241 uint16_t logcwmin, preload; local
2253 preload = (vap->iv_opmode == IEEE80211_M_STA) ? 384 : 1024;
2254 tmp = logcwmin << 16 | preload;
/freebsd-10.0-release/contrib/gdb/
H A Dltmain.sh848 preload=no
911 if test "$preload" = no; then
915 preload=yes
1017 # If libtool objects are unsupported, then we need to preload.
1425 # If libtool objects are unsupported, then we need to preload.
1798 # we need to preload.
1896 # statically, we need to preload.
3521 if test "$preload" = yes; then

Completed in 703 milliseconds