Home
last modified time | relevance | path

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

12

/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh38 preload=$lib:${preload}
41 export LD_PRELOAD=$preload
/freebsd-13.1/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-13.1/stand/libsa/
H A Dpreload.c34 preload(int fd) in preload() function
H A DMakefile135 fstat.c close.c lseek.c open.c read.c write.c readdir.c preload.c
H A Dstand.h304 extern void preload(int);
/freebsd-13.1/sbin/ping/
H A Dping.c252 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; in ping() local
301 alarmtimeout = df = preload = tos = pcp = 0; in ping()
422 preload = (int)ltmp; in ping()
905 if (preload == 0) in ping()
908 if (npackets != 0 && preload > npackets) in ping()
909 preload = npackets; in ping()
910 while (preload--) /* fire off them quickies */ in ping()
H A Dping6.c311 int almost_done, ch, hold, packlen, preload, optval, error; in ping6() local
349 alarmtimeout = preload = 0; in ping6()
488 preload = strtol(optarg, &e, 10); in ping6()
489 if (preload < 0 || *optarg == '\0' || *e != '\0') in ping6()
1141 if (preload == 0) in ping6()
1144 if (npackets != 0 && preload > npackets) in ping6()
1145 preload = npackets; in ping6()
1146 while (preload--) in ping6()
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdOptions.td18 def preload : Flag<["-"], "preload">,
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c796 bool preload = gfpflags_allow_blocking(gfp_mask); in send_mad() local
800 if (preload) in send_mad()
807 if (preload) in send_mad()
/freebsd-13.1/sys/dev/usb/wlan/
H A Dif_ural.c1745 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1754 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; in ural_enable_tsf_sync()
1755 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dmach248 >12 belong 5 preload executable
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOptions.td113 def preload : Flag<["-"], "preload">,
684 HelpText<"With -preload, specify layout sequence of colon-separated <sections> in <segment>">,
689 HelpText<"With -preload, specify layout sequence of colon-separated <segments>">,
/freebsd-13.1/sys/dev/ral/
H A Drt2560.c2189 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
2201 preload = (vap->iv_opmode == IEEE80211_M_STA) ? 384 : 1024; in rt2560_enable_tsf_sync()
2202 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()
/freebsd-13.1/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-13.1/sys/kern/
H A Dkern_linker.c1534 struct mod_metadata **stop, int preload) in linker_addmodules() argument
1767 SYSINIT(preload, SI_SUB_KLD, SI_ORDER_MIDDLE, linker_preload, NULL);
/freebsd-13.1/contrib/unbound/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10199 $preload \
10594 $preload && test -f "$symfileobj" \
/freebsd-13.1/contrib/sqlite3/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10206 $preload \
10601 $preload && test -f "$symfileobj" \
/freebsd-13.1/contrib/openpam/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-13.1/contrib/file/
H A Dltmain.sh6554 preload=false
6637 $preload || {
6641 preload=:
10212 $preload \
10607 $preload && test -f "$symfileobj" \
/freebsd-13.1/contrib/openbsm/config/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-13.1/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-13.1/contrib/ldns/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10206 $preload \
10601 $preload && test -f "$symfileobj" \
/freebsd-13.1/contrib/libevent/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td263 // Word load / preload
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td111 def PreloadSymbols: Property<"preload-symbols", "Boolean">,

12