Home
last modified time | relevance | path

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

12

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh38 preload=$lib:${preload}
41 export LD_PRELOAD=$preload
/src/contrib/lyaml/build-aux/
H A Dluke4 if type(package.preload[modname])~="function"then
8 package.loaded[modname]=package.preload[modname](modname,"package.preload")end
10 package.preload['luke._base']=function()
18 package.preload['luke.cli']=function()
84 package.preload['luke.compile']=function()
114 package.preload['luke.configure']=function()
254 package.preload['luke.environment']=function()
271 package.preload['luke']=function()
292 package.preload['luke.lukefile']=function()
356 package.preload['luke.platforms']=function()
[all …]
/src/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.
/src/stand/libsa/
H A Dpreload.c31 preload(int fd) in preload() function
H A DMakefile116 fstat.c close.c lseek.c open.c read.c write.c readdir.c preload.c
H A Dstand.h331 extern void preload(int);
/src/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()
/src/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()
/src/sys/dev/usb/wlan/
H A Dif_ural.c1739 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1748 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; in ural_enable_tsf_sync()
1749 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/src/contrib/file/magic/Magdir/
H A Dmach248 >12 belong 5 preload executable
/src/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>">,
/src/sys/dev/ral/
H A Drt2560.c2185 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
2197 preload = (vap->iv_opmode == IEEE80211_M_STA) ? 384 : 1024; in rt2560_enable_tsf_sync()
2198 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()
/src/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
/src/sys/kern/
H A Dkern_linker.c1624 struct mod_metadata **stop, int preload) in linker_addmodules() argument
1850 SYSINIT(preload, SI_SUB_KLD, SI_ORDER_MIDDLE, linker_preload, NULL);
/src/contrib/libevent/build-aux/
H A Dltmain.sh6766 preload=false
6849 $preload || {
6853 preload=:
10416 $preload \
10812 $preload && test -f "$symfileobj" \
/src/contrib/openbsm/config/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/src/contrib/ntp/sntp/libevent/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/src/contrib/file/
H A Dltmain.sh6811 preload=false
6894 $preload || {
6898 preload=:
10490 $preload \
10886 $preload && test -f "$symfileobj" \
/src/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
10197 $preload \
10592 $preload && test -f "$symfileobj" \
/src/contrib/openpam/
H A Dltmain.sh6957 preload=false
7042 $preload || {
7046 preload=:
10571 $preload \
10967 $preload && test -f "$symfileobj" \
/src/contrib/ldns/
H A Dltmain.sh6643 preload=false
6726 $preload || {
6730 preload=:
10301 $preload \
10696 $preload && test -f "$symfileobj" \
/src/contrib/unbound/
H A Dltmain.sh6950 preload=false
7035 $preload || {
7039 preload=:
10564 $preload \
10960 $preload && test -f "$symfileobj" \
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td263 // Word load / preload
/src/stand/common/
H A Dload_elf.c281 preload(ef->fd); in load_elf_header()

12