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

123456789

/freebsd-10-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-10-stable/share/examples/kld/cdev/
H A DMakefile5 load unload: _SUBDIR
/freebsd-10-stable/share/examples/kld/syscall/
H A DMakefile5 load unload: _SUBDIR
/freebsd-10-stable/share/examples/kld/cdev/test/
H A DMakefile75 load:
/freebsd-10-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-10-stable/contrib/file/python/
H A Dexample.py6 ms.load()
/freebsd-10-stable/usr.sbin/ppp/
H A Dtimer.h38 u_long load; /* Initial load value */ member in struct:pppTimer
H A Dtimer.c91 if (tp->load == 0) {
92 log_Printf(LogTIMER, "%s timer[%p] has 0 load!\n", tp->name, tp);
106 if (ticks + t->rest >= tp->load)
113 tp->rest = tp->load - ticks;
257 pt->name, pt, SECS(pt->load), HSECS(pt->load), SECS(rest), \
/freebsd-10-stable/sys/ia64/ia64/
H A Dclock.c80 uint64_t itc, load; local
91 load = PCPU_GET(md.clock_load);
92 ia64_set_itm(itc + load);
115 u_long itc, load; local
120 load = (et->et_frequency * period) >> 32;
123 load = 0;
126 PCPU_SET(md.clock_load, load);
129 load = (et->et_frequency * first) >> 32;
133 ia64_set_itm(itc + load);
/freebsd-10-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile11 deprecated.c dump.c fs-wrap.c hooks.c load-fs-vtable.c \
12 load.c log.c node_tree.c notify.c replay.c reporter.c \
/freebsd-10-stable/usr.bin/bc/
H A Dextern.h24 ssize_t load; member in struct:lvalue
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp32 // Lower MemTransferInst or load-store pair to loop
61 // load from srcAddr+ind
118 if (LoadInst *load = dyn_cast<LoadInst>(II)) {
120 if (load->hasOneUse() == false)
123 if (TD->getTypeStoreSize(load->getType()) < MaxAggrCopySize)
126 User *use = *(load->use_begin());
128 if (store->getOperand(0) != load) //getValueOperand
130 aggrLoads.push_back(load);
162 // Do the transformation of an aggr load/copy/set to a loop
165 LoadInst *load local
[all...]
/freebsd-10-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-10-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-10-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-10-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-10-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 \
/freebsd-10-stable/usr.sbin/kgzip/
H A Dkgzcmp.c179 size_t load, addr, n; local
182 load = addr = n = 0;
190 load = addr = p.p_vaddr;
209 kh->dload = load;
210 kh->dsize = addr - load;
223 size_t load, addr; local
225 load = addr = N_TXTADDR(*a);
232 kh->dload = load;
233 kh->dsize = addr - load;
/freebsd-10-stable/tests/sys/geom/class/
H A Dgeom_subr.sh43 if ! geom ${class} load; then
44 echo "1..0 # SKIP could not load module for geom class=${class}"
/freebsd-10-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-10-stable/usr.sbin/powerd/
H A Dpowerd.c87 static int read_usage_times(int *load);
133 * This function returns summary load of all CPUs. It was made so
139 read_usage_times(int *load) argument
166 if (load) {
167 *load = 0;
176 *load += 100 - (cp_times[cpu * CPUSTATES + CP_IDLE] -
491 int freq, curfreq, initfreq, *freqs, i, j, *mwatts, numfreqs, load; local
589 /* Check if we can read the load and supported freqs. */
772 if (read_usage_times(&load)) {
779 if (load > cpu_running_mar
[all...]
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dufs_module.c96 load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize) function
177 .load = load,
/freebsd-10-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl152 ldmia $Zhh,{$Zll-$Zhh} @ load Htbl[nlo]
157 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
178 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nlo]
193 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
209 ldr $len,[sp,#32] @ re-load $len/end
240 ldmia $Zhh,{$Zll-$Zhh} @ load Htbl[nlo]
245 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
264 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nlo]
279 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
329 vld1.64 `&Dhi("$IN")`,[$Xi,:64]!@ load X
[all...]

Completed in 150 milliseconds

123456789