Searched refs:load (Results 201 - 225 of 429) sorted by relevance

1234567891011>>

/freebsd-current/stand/i386/zfsboot/
H A Dzfsboot.c93 * If no loader is found, try to load a kernel directly instead.
126 static void load(void);
298 * trying to load. If interrupted by a keypress, or in case of
305 load();
326 load();
338 load(void) function
630 * hope no-one wants to load /status as a kernel.
/freebsd-current/tools/test/stress2/misc/
H A Dcontigmalloc2.sh202 * The function called at load/unload.
H A Dgraid1_7.sh40 gmirror load > /dev/null 2>&1 && unload=1
H A Dcontigmalloc3.sh203 * The function called at load/unload.
/freebsd-current/usr.sbin/ppp/
H A Dthroughput.c218 t->Timer.load = SECTICKS;
224 t->Timer.load = 0;
H A Dchat.c91 c->pause.load = 0;
95 chat_Pause(struct chat *c, u_long load) argument
98 c->pause.load += load;
118 c->timeout.load = SECTICKS * c->TimeoutSec;
/freebsd-current/lib/libc/amd64/string/
H A Dtimingsafe_bcmp.S59 .L0102: movzbl (%rdi), %eax # load 1--2 bytes from first buffer
146 movzbl (%rdi), %eax # load 1--2 bytes from first buffer
H A Dstrncmp.S132 movdqa (%rdi), %xmm0 # load aligned heads
161 movdqu (%r8, %rax, 1), %xmm0 # load true (or fake) heads
171 0: movdqu (%rdi, %rax, 1), %xmm0 # load true heads
181 /* load head and second chunk */
182 movdqa 16(%rdi), %xmm2 # load second chunks
216 movdqu (%r8, %rax, 1), %xmm0 # load true (or fake) heads
220 0: movdqu (%rdi, %rax, 1), %xmm0 # load true heads
/freebsd-current/usr.bin/mail/
H A Dextern.h157 void load(char *);
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h45 ~CachedFileContents() { delete DepDirectives.load(); }
97 if (auto *Directives = Contents->DepDirectives.load()) {
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp243 Info.TypeEntryBodyPtr = TypeEntry->getValue().load();
291 Info.TypeEntryBodyPtr = TypeEntry->getValue().load();
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl954 vld1.8 {@XMM[7]}, [$inp]! @ load round 0 key
960 vld1.8 {@XMM[15]}, [$inp]! @ load round 1 key
993 vld1.8 {@XMM[15]}, [$inp]! @ load next round key
1040 vld1.8 {@XMM[0]-@XMM[1]}, [$inp]! @ load input
1090 vld1.8 {@XMM[0]-@XMM[1]}, [$inp]! @ load input
1183 vld1.8 {@XMM[15]}, [$ivp] @ load IV
1191 vld1.8 {@XMM[0]-@XMM[1]}, [$inp]! @ load input
1233 vld1.8 {@XMM[0]}, [$inp]! @ load input
1367 vld1.8 {@XMM[0]}, [$fp] @ load result
1425 vld1.8 {@XMM[0]}, [$ctr] @ load counte
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl126 $ASI_FL16_P=0xD2; # magic ASI value to engage 16-bit FP load
204 ld [%o3+0],$alo_ ! load a[j] as pair of 32-bit words
208 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words
285 ld [%o4+0],$alo_ ! load a[j] as pair of 32-bit words
289 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words
373 ld [%o4+0],$alo_ ! load a[j] as pair of 32-bit words
377 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words
553 ldd [$ap_l+$j],$alo ! load a[j] in double format
557 ldd [$np_l+$j],$nlo ! load n[j] in double format
603 ldd [$ap_l+$j],$alo ! load
[all...]
H A Dppc64-mont.pl313 lwz $t2,`12^$LITTLE_ENDIAN`($ap) ; load a[1] as 32-bit word pair
315 lwz $t4,`4^$LITTLE_ENDIAN`($np) ; load n[0] as 32-bit word pair
317 lwz $t6,`12^$LITTLE_ENDIAN`($np) ; load n[1] as 32-bit word pair
364 lwz $t2,8($ap) ; load a[j..j+3] as 32-bit word pairs
366 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
483 lwz $t0,`4^$LITTLE_ENDIAN`($ap) ; load a[j] as 32-bit word pair
485 lwz $t2,`12^$LITTLE_ENDIAN`($ap) ; load a[j+1] as 32-bit word pair
487 lwz $t4,`4^$LITTLE_ENDIAN`($np) ; load n[j] as 32-bit word pair
489 lwz $t6,`12^$LITTLE_ENDIAN`($np) ; load n[j+1] as 32-bit word pair
493 lwz $t0,0($ap) ; load
[all...]
/freebsd-current/contrib/libcxxrt/
H A Dexception.cc780 ex->unexpectedHandler = unexpectedHandler.load();
785 ex->terminateHandler = terminateHandler.load();
1518 terminateHandler.load()();
1535 unexpectedHandler.load()();
1565 return unexpectedHandler.load();
1577 return terminateHandler.load();
/freebsd-current/tools/lua/
H A Dtemplate.lua43 local load = load
179 return assert(load(view, nil, nil, setmetatable({ template = template }, VIEW_ENV)))
200 template.load = load_view(template)
201 template.load_file = load_file(template.load)
202 template.load_string = load_string(template.load)
368 view = template.load(view, plain)
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl180 ldp @d[0],@d[1],[@x[0]] // load sigma
181 ldp @d[2],@d[3],[$key] // load key
183 ldp @d[6],@d[7],[$ctr] // load counter
242 ldp @x[1],@x[3],[$inp,#0] // load input
451 ldp @d[0],@d[1],[@x[0]] // load sigma
453 ldp @d[2],@d[3],[$key] // load key
456 ldp @d[6],@d[7],[$ctr] // load counter
576 ldp @x[1],@x[3],[$inp,#0] // load input
682 ldp @x[1],@x[3],[$inp,#0] // load input
862 ldp @d[0],@d[1],[@x[0]] // load sigm
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp701 const M68kSubtarget &STI, bool load) {
707 return load ? M68k::MOV8dp : M68k::MOV8pd;
709 return load ? M68k::MOV16cp : M68k::MOV16pc;
714 return load ? M68k::MOVM16mp_P : M68k::MOVM16pm_P;
717 return load ? M68k::MOVM32mp_P : M68k::MOVM32pm_P;
768 "Stack slot is too small to load");
699 getLoadStoreRegOpcode(unsigned Reg, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, const M68kSubtarget &STI, bool load) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h159 _Tp __old = __self.load(memory_order_relaxed);
166 // Note __old = __self.load(memory_order_relaxed) will not work
312 return __o->load();
317 return __o->load();
325 return __o->load(__m);
331 return __o->load(__m);
/freebsd-current/sys/crypto/openssl/arm/
H A Darmv4-mont.S29 ldr ip,[sp,#4] @ load num
51 mov r0,ip @ load num
211 ldmia ip,{r4,r5} @ load rest of parameter block
911 ldr r10, [r1] @ load top-most bit
/freebsd-current/stand/powerpc/boot1.chrp/
H A Dboot1.c55 static void load(const char *);
105 * For some odd reason, the first page of the load appears to have trouble
547 load(path);
586 load(const char *fname) function
/freebsd-current/lib/libc/db/test/btree.tests/
H A Dmain.c72 void load(DB *, char **);
98 "loa", 1, 0, load, "load file", NULL,
601 load(db, argv) function
638 perror("load/put");
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp127 return m_options.load(std::memory_order_relaxed);
131 return m_mask.load(std::memory_order_relaxed);
314 return m_options.load(std::memory_order_relaxed) & LLDB_LOG_OPTION_VERBOSE;
/freebsd-current/sys/conf/
H A Dkmod.mk24 # KMODLOAD Command to load a kernel module [/sbin/kldload]
59 # load:
66 # Unload if loaded, then load.
374 .if !target(load)
375 load: ${PROG} .PHONY
385 reload: unload load .PHONY
/freebsd-current/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am24 crypto_generichash/blake2b/ref/blake2b-load-sse2.h \
25 crypto_generichash/blake2b/ref/blake2b-load-sse41.h \
26 crypto_generichash/blake2b/ref/blake2b-load-avx2.h \

Completed in 230 milliseconds

1234567891011>>