Home
last modified time | relevance | path

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

12

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh38 preload=$lib:${preload}
41 export LD_PRELOAD=$preload
/freebsd/contrib/libfido2/fuzz/
H A DREADME5 libfido2 in an existing application. To do so, use preload-snoop.c with a real
7 use preload-fuzz.c to read device data from stdin.
/freebsd/stand/libsa/
H A Dpreload.c31 preload(int fd) in preload() function
H A DMakefile113 fstat.c close.c lseek.c open.c read.c write.c readdir.c preload.c
H A Dstand.h323 extern void preload(int);
/freebsd/sbin/ping/
H A Dping.c217 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; in ping() local
264 alarmtimeout = df = preload = tos = pcp = 0; in ping()
393 preload = (int)ltmp; in ping()
871 if (preload == 0) in ping()
874 if (npackets != 0 && preload > npackets) in ping()
875 preload = npackets; in ping()
876 while (preload--) /* fire off them quickies */ in ping()
H A Dping6.c276 int almost_done, ch, hold, packlen, preload, optval, error; in ping6() local
314 alarmtimeout = preload = 0; in ping6()
461 preload = strtol(optarg, &e, 10); in ping6()
462 if (preload < 0 || *optarg == '\0' || *e != '\0') in ping6()
1115 if (preload == 0) in ping6()
1118 if (npackets != 0 && preload > npackets) in ping6()
1119 preload = npackets; in ping6()
1120 while (preload--) in ping6()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c794 bool preload = gfpflags_allow_blocking(gfp_mask); in send_mad() local
798 if (preload) in send_mad()
805 if (preload) in send_mad()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c1733 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1742 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; in ural_enable_tsf_sync()
1743 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/freebsd/contrib/file/magic/Magdir/
H A Dmach248 >12 belong 5 preload executable
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td196 def preload : Flag<["-"], "preload">,
762 HelpText<"With -preload, specify layout sequence of colon-separated <sections> in <segment>">,
767 HelpText<"With -preload, specify layout sequence of colon-separated <segments>">,
/freebsd/sys/dev/ral/
H A Drt2560.c2181 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
2193 preload = (vap->iv_opmode == IEEE80211_M_STA) ? 384 : 1024; in rt2560_enable_tsf_sync()
2194 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()
/freebsd/crypto/heimdal/
H A 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/sys/kern/
H A Dkern_linker.c1622 struct mod_metadata **stop, int preload) in linker_addmodules() argument
1848 SYSINIT(preload, SI_SUB_KLD, SI_ORDER_MIDDLE, linker_preload, NULL);
/freebsd/contrib/openbsm/config/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd/contrib/openpam/
H A Dltmain.sh6808 preload=false
6891 $preload || {
6895 preload=:
10483 $preload \
10879 $preload && test -f "$symfileobj" \
/freebsd/contrib/ntp/sntp/libevent/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh6766 preload=false
6849 $preload || {
6853 preload=:
10416 $preload \
10812 $preload && test -f "$symfileobj" \
/freebsd/contrib/sqlite3/
H A Dltmain.sh6643 preload=false
6726 $preload || {
6730 preload=:
10301 $preload \
10696 $preload && test -f "$symfileobj" \
/freebsd/contrib/ldns/
H A Dltmain.sh6643 preload=false
6726 $preload || {
6730 preload=:
10301 $preload \
10696 $preload && test -f "$symfileobj" \
/freebsd/contrib/unbound/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10199 $preload \
10594 $preload && test -f "$symfileobj" \
/freebsd/contrib/file/
H A Dltmain.sh6811 preload=false
6894 $preload || {
6898 preload=:
10490 $preload \
10886 $preload && test -f "$symfileobj" \
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td263 // Word load / preload
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td565 // Variants of brtarget for use with branch prediction preload.

12