Home
last modified time | relevance | path

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

12

/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh38 preload=$lib:${preload}
41 export LD_PRELOAD=$preload
/freebsd-14.2/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.h318 extern void preload(int);
/freebsd-14.2/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-14.2/sbin/ping/
H A Dping.c229 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; in ping() local
276 alarmtimeout = df = preload = tos = pcp = 0; in ping()
405 preload = (int)ltmp; in ping()
883 if (preload == 0) in ping()
886 if (npackets != 0 && preload > npackets) in ping()
887 preload = npackets; in ping()
888 while (preload--) /* fire off them quickies */ in ping()
H A Dping6.c289 int almost_done, ch, hold, packlen, preload, optval, error; in ping6() local
327 alarmtimeout = preload = 0; in ping6()
474 preload = strtol(optarg, &e, 10); in ping6()
475 if (preload < 0 || *optarg == '\0' || *e != '\0') in ping6()
1128 if (preload == 0) in ping6()
1131 if (npackets != 0 && preload > npackets) in ping6()
1132 preload = npackets; in ping6()
1133 while (preload--) in ping6()
/freebsd-14.2/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-14.2/sys/dev/usb/wlan/
H A Dif_ural.c1737 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1746 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; in ural_enable_tsf_sync()
1747 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmach248 >12 belong 5 preload executable
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td178 def preload : Flag<["-"], "preload">,
744 HelpText<"With -preload, specify layout sequence of colon-separated <sections> in <segment>">,
749 HelpText<"With -preload, specify layout sequence of colon-separated <segments>">,
/freebsd-14.2/sys/dev/ral/
H A Drt2560.c2184 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
2196 preload = (vap->iv_opmode == IEEE80211_M_STA) ? 384 : 1024; in rt2560_enable_tsf_sync()
2197 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()
/freebsd-14.2/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-14.2/sys/kern/
H A Dkern_linker.c1551 struct mod_metadata **stop, int preload) in linker_addmodules() argument
1778 SYSINIT(preload, SI_SUB_KLD, SI_ORDER_MIDDLE, linker_preload, NULL);
/freebsd-14.2/contrib/file/
H A Dltmain.sh6554 preload=false
6637 $preload || {
6641 preload=:
10212 $preload \
10607 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/unbound/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10199 $preload \
10594 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/sqlite3/
H A Dltmain.sh6643 preload=false
6726 $preload || {
6730 preload=:
10301 $preload \
10696 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/openpam/
H A Dltmain.sh6808 preload=false
6891 $preload || {
6895 preload=:
10483 $preload \
10879 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/libevent/build-aux/
H A Dltmain.sh6766 preload=false
6849 $preload || {
6853 preload=:
10416 $preload \
10812 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/openbsm/config/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/ldns/
H A Dltmain.sh6643 preload=false
6726 $preload || {
6730 preload=:
10301 $preload \
10696 $preload && test -f "$symfileobj" \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td263 // Word load / preload
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td134 def PreloadSymbols: Property<"preload-symbols", "Boolean">,

12