Searched refs:load (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh31 load: $1
57 load="c:d"
59 h_getopt "${load}" "foo -c 1 -d foo" "c=1,d|1"
60 h_getopt "${load}" "foo -d foo bar" "d|2"
61 h_getopt "${load}" "foo -c 2 foo bar" "c=2|2"
62 h_getopt "${load}" "foo -e 1 foo bar" "!?|3"
63 h_getopt "${load}" "foo -d -- -c 1" "d|2"
64 h_getopt "${load}" "foo -c- 1" "c=-|1"
65 h_getopt "${load}" "foo -d - 1" "d|2"
76 load
[all...]
/freebsd-12-stable/contrib/libucl/python/tests/
H A Dtest_load.py7 ucl.load()
11 ucl.load(0,0)
14 self.assertEqual(ucl.load(None), None)
19 self.assertEqual(ucl.load(data), valid)
24 self.assertEqual(ucl.load(data), valid)
29 self.assertEqual(ucl.load(data), valid)
34 self.assertEqual(ucl.load(data), valid)
39 self.assertEqual(ucl.load(data), valid)
44 self.assertEqual(ucl.load(data), valid)
52 self.assertEqual(ucl.load(dat
[all...]
H A Dtest_example.py53 # load in sample UCL
54 u = ucl.load(_ucl_inp)
/freebsd-12-stable/share/examples/kld/cdev/
H A DMakefile7 load unload: _SUBDIR
/freebsd-12-stable/share/examples/kld/syscall/
H A DMakefile7 load unload: _SUBDIR
/freebsd-12-stable/share/examples/kld/syscall/module/
H A Dsyscall.c64 * The function called at load/unload.
67 load(struct module *module, int cmd, void *arg) function
85 SYSCALL_MODULE(syscall, &offset, &hello_sysent, load, NULL);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64.cpp10 auto fptr = __xray::XRayPatchedFunction.load();
/freebsd-12-stable/contrib/file/python/
H A Dexample.py6 ms.load()
/freebsd-12-stable/share/examples/kld/cdev/test/
H A DMakefile77 load:
/freebsd-12-stable/usr.sbin/ppp/
H A Dtimer.h40 u_long load; /* Initial load value */ member in struct:pppTimer
/freebsd-12-stable/sys/modules/dtrace/
H A DMakefile.inc5 load :
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h87 void *Tmp = Ptr.load(std::memory_order_acquire);
91 return *static_cast<C *>(Ptr.load(std::memory_order_relaxed));
97 void *Tmp = Ptr.load(std::memory_order_acquire);
101 return *static_cast<C *>(Ptr.load(std::memory_order_relaxed));
/freebsd-12-stable/usr.bin/bc/
H A Dextern.h24 ssize_t load; member in struct:lvalue
/freebsd-12-stable/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c45 static int load(const char *, ...);
55 return load(argv[1], argv[2]);
59 load(const char *fmt, ...) function
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/test/
H A DThreadPoolTest.cpp42 while (!start.load()) {
52 EXPECT_EQ(10, numFinished.load());
60 while (!done.load()) {
/freebsd-12-stable/sys/dev/syscons/snake/
H A Dsnake_saver.c70 int f, color, load; local
119 load = ((averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT);
120 if (load == 0)
122 else if (load / mp_ncpus <= 50)
124 else if (load / mp_ncpus <= 75)
126 else if (load / mp_ncpus <= 99)
/freebsd-12-stable/contrib/netbsd-tests/modules/
H A Dt_modctl.c55 static int load(prop_dictionary_t, bool, const char *, ...);
64 * A function checking wether we are allowed to load modules currently
206 load(prop_dictionary_t props, bool fatal, const char *fmt, ...) function
241 atf_tc_fail("Module load failed");
298 ATF_CHECK(load(NULL, false, " ") == ENOENT);
299 ATF_CHECK(load(NULL, false, "non-existent.o") == ENOENT);
304 ATF_CHECK(load(NULL, false, "%s", longname) == ENAMETOOLONG);
307 load(NULL, true, "%s/k_helper/k_helper.kmod",
309 printf("Checking if load was successful\n");
321 "providing extra load
[all...]
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp52 cc_hash_max_collision_check_resize_trigger(float load) : argument
53 m_load(load),
166 // max_col <-- \sqrt{2 load \ln( 2 m \ln( m ) ) }
213 set_load(float load) argument
216 m_load = load;
/freebsd-12-stable/crypto/openssh/regress/
H A Dputty-transfer.sh17 env HOME=$PWD ${PLINK} -load compression_$c -batch \
28 env HOME=$PWD ${PLINK} -load compression_$c \
H A Dputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i ${OBJ}/putty.rsa2 \
H A Dputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i ${OBJ}/putty.rsa2 true
/freebsd-12-stable/usr.sbin/kgzip/
H A Dkgzcmp.c181 size_t load, addr, n; local
184 load = addr = n = 0;
192 load = addr = p.p_vaddr;
211 kh->dload = load;
212 kh->dsize = addr - load;
225 size_t load, addr; local
227 load = addr = N_TXTADDR(*a);
234 kh->dload = load;
235 kh->dsize = addr - load;
/freebsd-12-stable/tests/sys/geom/class/multipath/
H A Dconf.sh86 kldload sdt || atf_skip "could not load module for dtrace SDT"
93 geom multipath load || atf_skip "could not load module for geom multipath"
100 geom nop load || atf_skip "could not load module for geom nop"
/freebsd-12-stable/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf0 # load average checks
3 # load [1MAX=DEFMAXLOADAVE] [5MAX=DEFMAXLOADAVE] [15MAX=DEFMAXLOADAVE]
5 # 1MAX: If the 1 minute load average is above this limit at query
11 load 12 14 14
/freebsd-12-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile24 load-fs-vtable.c \
25 load.c \

Completed in 241 milliseconds

1234567891011>>