Searched refs:load (Results 26 - 50 of 429) sorted by relevance

1234567891011>>

/freebsd-current/lib/csu/riscv/
H A Dcrt1_s.S40 ld a0, 0(a0) # load argc
/freebsd-current/tests/sys/geom/class/multipath/
H A Dconf.sh85 kldload sdt || atf_skip "could not load module for dtrace SDT"
92 geom multipath load || atf_skip "could not load module for geom multipath"
99 geom nop load || atf_skip "could not load module for geom nop"
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dapple.inc17 // ELF platforms, where IFuncs are resolved serially at load time). This
/freebsd-current/sys/modules/blake2/
H A DMakefile22 SRCS += blake2b-load-sse2.h
23 SRCS += blake2b-load-sse41.h
26 SRCS += blake2s-load-sse2.h
27 SRCS += blake2s-load-sse41.h
28 SRCS += blake2s-load-xop.h
/freebsd-current/usr.sbin/powerd/
H A Dpowerd.c86 static int read_usage_times(int *load, int nonice);
132 * This function returns summary load of all CPUs. It was made so
136 * is nonzero, only user+sys+intr time will be counted as load; any
140 read_usage_times(int *load, int nonice) argument
167 if (load) {
168 *load = 0;
182 *load += 100 - excl * 100 / total;
491 int freq, curfreq, initfreq, *freqs, i, j, *mwatts, numfreqs, load; local
594 /* Check if we can read the load and supported freqs. */
777 if (read_usage_times(&load, nonic
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Dchacha-armv4.S67 ldmia r12,{r4,r5,r6,r7} @ load counter and nonce
68 sub sp,sp,#4*(16) @ off-load area
71 ldmia r3,{r4,r5,r6,r7,r8,r9,r10,r11} @ load key
72 ldmia r14,{r0,r1,r2,r3} @ load sigma
75 str r10,[sp,#4*(16+10)] @ off-load "rx"
76 str r11,[sp,#4*(16+11)] @ off-load "rx"
81 ldmia sp,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9} @ load key material
87 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
207 ldr r11,[sp,#4*(32+2)] @ load len
223 ldrhs r12,[sp,#4*(32+1)] @ ... load in
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl61 LDNDW *${INPB}[0],B17:B16 ; load key material
119 || [A2] LDDW *${S3b}[0],B25:B24 ; load h1:h0
120 [A2] LDNW *${INPB}++[4],$D0 ; load inp[0]
121 [A2] LDNW *${INPB}[-3],$D1 ; load inp[1]
123 LDDW *${CTXA}[1],B29:B28 ; load h3:h2, B28 is h2
124 LDNW *${INPB}[-2],$D2 ; load inp[2]
125 LDNW *${INPB}[-1],$D3 ; load inp[3]
127 LDDW *${CTXA}[3],$R2:$R0 ; load r2:r0
128 || LDDW *${S3b}[4],$R3:$R1 ; load r3:r1
131 LDDW *${CTXA}[5],$S3:$S1 ; load s
[all...]
/freebsd-current/tools/test/stress2/lib/
H A Doptions.c52 " l <pct> : load factor 0 - 100%\n"
105 if (sscanf(cp, "%d", &op->load) != 1)
148 op->load = 100;
166 case 'l': /* load factor in pct */
167 if (sscanf(optarg, "%d", &op->load) != 1)
201 if (op->load < 0 || op->load > 100)
202 op->load = 100;
219 printf("%8s: run time %2d+%s, incarnations %3d, load %3d, "
221 pgname, days, buf, op->incarnations, op->load,
[all...]
/freebsd-current/cddl/sbin/zfs/
H A DMakefile22 zfs-load-key.8 \
43 zfs-load-key.8 zfs-change-key.8 \
44 zfs-load-key.8 zfs-unload-key.8 \
/freebsd-current/tools/test/stress2/misc/
H A Dfsync.sh52 gmirror load > /dev/null 2>&1 && unload=1
58 gjournal load > /dev/null 2>&1
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drecv_dedup_encrypted_zvol.ksh54 log_must zfs load-key $TESTPOOL/recv
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/
H A Dzfs_load-key_file.ksh26 # 'zfs load-key' should load a dataset's key from a file.
31 # 3. Attempt to load the dataset's key
45 log_assert "'zfs load-key' should load a key from a file"
54 log_must zfs load-key $TESTPOOL/$TESTFS1
58 log_pass "'zfs load-key' loads a key from a file"
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp33 if (!Ptr.load(std::memory_order_relaxed)) {
/freebsd-current/crypto/openssl/include/openssl/
H A Dconftypes.h31 int (*load) (CONF *conf, const char *name, long *eline); member in struct:conf_method_st
/freebsd-current/stand/efi/boot1/
H A Dboot_module.h79 * load should select the best out of a set of devices that probe
80 * indicated were loadable and load the specified file.
87 EFI_STATUS (*load)(const char *filepath, dev_info_t *devinfo, member in struct:boot_module_t
/freebsd-current/tests/sys/geom/class/
H A Dgeom_subr.sh57 if ! geom ${class} load; then
58 echo "could not load module for geom class=${class}"
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp53 (*g_lldb_assert_callback.load())(
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h133 TypeEntryBody *DIE = Entry->getValue().load();
139 ParentEntry->getValue().load()->Children.add(Entry);
150 Entry->getValue().load()->Children.sort(TypesComparator);
151 Entry->getValue().load()->Children.forEach(SortChildrenRec);
/freebsd-current/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h73 __state_.load(std::memory_order_relaxed) <= static_cast<__state_t>(~(1 << __stop_source_counter_shift)),
82 __state_.load(std::memory_order_relaxed) >= static_cast<__state_t>(1 << __stop_source_counter_shift),
92 return (__state_.load(std::memory_order_acquire) & __stop_requested_bit) != 0;
99 __state_t __curent_state = __state_.load(std::memory_order_acquire);
/freebsd-current/lib/libc/amd64/string/
H A Dmemccpy.S94 movdqa 16(%rsi), %xmm3 # load second string chunk
95 movdqu (%r9), %xmm2 # load unaligned string head
110 movdqa 32(%rsi), %xmm0 # load next string chunk
128 movdqa 16(%rsi), %xmm0 # load next string chunk
140 movdqa (%rsi), %xmm0 # load next string chunk
156 movdqu 1(%rsi, %r8, 1), %xmm0 # load string tail
169 movdqu -15(%rsi, %rax, 1), %xmm0 # load string tail (incl. NUL)
204 movdqu (%r9), %xmm0 # load first 16 bytes
205 movdqu -15(%r9, %rdx, 1), %xmm1 # load last 16 bytes
230 movzbl (%r9), %ecx # load firs
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp128 ASAN_REPORT_ERROR(load, false, 1)
129 ASAN_REPORT_ERROR(load, false, 2)
130 ASAN_REPORT_ERROR(load, false, 4)
131 ASAN_REPORT_ERROR(load, false, 8)
132 ASAN_REPORT_ERROR(load, false, 16)
156 ASAN_REPORT_ERROR_N(load, false)
185 ASAN_MEMORY_ACCESS_CALLBACK(load, false, 1)
186 ASAN_MEMORY_ACCESS_CALLBACK(load, false, 2)
187 ASAN_MEMORY_ACCESS_CALLBACK(load, false, 4)
188 ASAN_MEMORY_ACCESS_CALLBACK(load, fals
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/ve/
H A Dgrow_stack_align.S21 ld %s63, 0x18(,%tp) # load param area
H A Dgrow_stack.S21 ld %s63, 0x18(,%tp) # load param area
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-json-outfiles-test.py171 actual = json.load(f)
174 actual = json.load(f)
/freebsd-current/crypto/openssh/regress/
H A Dputty-kex.sh29 env HOME=$PWD ${PLINK} -v -load localhost_proxy -batch -i ${OBJ}/putty.rsa2 true \

Completed in 174 milliseconds

1234567891011>>