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

1234567891011>>

/freebsd-11-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-11-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...]
/freebsd-11-stable/share/examples/kld/cdev/
H A DMakefile7 load unload: _SUBDIR
/freebsd-11-stable/share/examples/kld/syscall/
H A DMakefile7 load unload: _SUBDIR
/freebsd-11-stable/share/examples/kld/syscall/module/
H A Dsyscall.c62 * The function called at load/unload.
65 load(struct module *module, int cmd, void *arg) function
83 SYSCALL_MODULE(syscall, &offset, &hello_sysent, load, NULL);
/freebsd-11-stable/contrib/file/python/
H A Dexample.py6 ms.load()
/freebsd-11-stable/share/examples/kld/cdev/test/
H A DMakefile77 load:
/freebsd-11-stable/usr.sbin/ppp/
H A Dtimer.h40 u_long load; /* Initial load value */ member in struct:pppTimer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64.cpp10 auto fptr = __xray::XRayPatchedFunction.load();
/freebsd-11-stable/sys/modules/dtrace/
H A DMakefile.inc5 load :
/freebsd-11-stable/usr.bin/bc/
H A Dextern.h24 ssize_t load; member in struct:lvalue
/freebsd-11-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-11-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-11-stable/sys/dev/syscons/snake/
H A Dsnake_saver.c68 int f, color, load; local
117 load = ((averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT);
118 if (load == 0)
120 else if (load / mp_ncpus <= 50)
122 else if (load / mp_ncpus <= 75)
124 else if (load / mp_ncpus <= 99)
/freebsd-11-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-11-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-11-stable/crypto/openssh/regress/
H A Dputty-transfer.sh19 env HOME=$PWD ${PLINK} -load compression_$c -batch \
30 env HOME=$PWD ${PLINK} -load compression_$c \
H A Dputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
H A Dputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 true
/freebsd-11-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-11-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-11-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile24 load-fs-vtable.c \
25 load.c \
/freebsd-11-stable/usr.sbin/powerd/
H A Dpowerd.c89 static int read_usage_times(int *load);
135 * This function returns summary load of all CPUs. It was made so
141 read_usage_times(int *load) argument
168 if (load) {
169 *load = 0;
178 *load += 100 - (cp_times[cpu * CPUSTATES + CP_IDLE] -
486 int freq, curfreq, initfreq, *freqs, i, j, *mwatts, numfreqs, load; local
584 /* Check if we can read the load and supported freqs. */
767 if (read_usage_times(&load)) {
774 if (load > cpu_running_mar
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h69 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
114 unsigned PrevMax = Value.load(std::memory_order_relaxed);
125 if (!Initialized.load(std::memory_order_acquire))
/freebsd-11-stable/stand/efi/boot1/
H A Dboot_module.h81 * load should select the best out of a set of devices that probe
82 * indicated were loadable and load the specified file.
89 EFI_STATUS (*load)(const char *filepath, dev_info_t *devinfo, member in struct:boot_module_t

Completed in 248 milliseconds

1234567891011>>