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

/openbsd-current/sys/dev/pci/
H A Dtcpcib.c132 u_int32_t preload; local
135 preload = (period * 33000000) >> 15;
136 preload--;
148 preload);
/openbsd-current/sys/uvm/
H A Duvm_page.c508 int preload, lcv; local
532 * check to see if this is a "preload" (i.e. uvm_mem_init hasn't been
539 preload = (lcv == vm_nphysseg);
542 if (!preload) {
633 if (preload) {
/openbsd-current/sbin/ping/
H A Dping.c253 int64_t preload; local
297 preload = 0;
367 preload = strtonum(optarg, 1, INT64_MAX, &errstr);
369 errx(1, "preload value is %s: %s", errstr,
841 while (preload--) /* Fire off them quickies. */
2263 "[-I sourceaddr]\n\t[-i interval] [-l preload] "
2269 "[-i interval]\n\t[-l preload] [-p pattern] [-s packetsize]"
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile-cross-SH124 rm -f preload
125 cat <<'EOT' > preload
132 chmod 755 preload
133 ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
992 rm -f preload
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.SH161 rm -f preload
162 cat <<'EOT' > preload
169 chmod 755 preload
170 ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
1414 rm -f preload
/openbsd-current/sys/dev/usb/
H A Dif_ral.c1617 uint16_t logcwmin, preload, tmp; local
1628 preload = 320;
1633 preload = 6;
1635 tmp = logcwmin << 12 | preload;
/openbsd-current/sys/dev/ic/
H A Drt2560.c2247 uint16_t logcwmin, preload; local
2259 preload = (ic->ic_opmode == IEEE80211_M_STA) ? 384 : 1024;
2260 tmp = logcwmin << 16 | preload;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInstance.pm25 -preload
76 confess "preload cannot be started, Test2::API has already been initialized"
156 confess "Attempt to initialize Test2::API during preload"
301 confess "Attempt to initialize Test2::API during preload"
/openbsd-current/gnu/share/
H A Dltmain.sh867 preload=no
922 if test "$preload" = no; then
926 preload=yes
1202 # If libtool objects are unsupported, then we need to preload.
1307 # we need to preload.
2377 if test "$preload" = yes; then
/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh6551 preload=false
6634 $preload || {
6638 preload=:
6748 # If libtool objects are unsupported, then we need to preload.
7351 # If libtool objects are unsupported, then we need to preload.
7821 # we need to preload.
7933 # statically, we need to preload. We also need to preload any
10199 $preload \
10594 $preload
[all...]
/openbsd-current/gnu/lib/libstdc++/
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
/openbsd-current/gnu/usr.bin/binutils/
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
/openbsd-current/gnu/usr.bin/binutils-2.17/
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
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm203 sub test2_in_preload { $INST->preload }

Completed in 178 milliseconds