Searched refs:save (Results 151 - 175 of 420) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/kern/
H A Dsubr_uio.c75 int error, save; local
77 save = vm_fault_disable_pagefaults();
79 vm_fault_enable_pagefaults(save);
86 int error, save; local
88 save = vm_fault_disable_pagefaults();
90 vm_fault_enable_pagefaults(save);
212 int error, newflags, save; local
233 save = curthread_pflags_set(newflags);
275 curthread_pflags_restore(save);
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S714 sll t8, t2, t9 # save bits shifted out
718 sll t8, ta2, t9 # save bits shifted out
843 sll t8, t2, t9 # save bits shifted out
845 or t8, t8, t9 # save sticky bit
851 sll t8, t3, t9 # save bits shifted out
853 sll t9, t2, t9 # save bits shifted out of t2
861 sll t8, ta2, t9 # save bits shifted out
867 sll t8, ta3, t9 # save bits shifted out
869 sll t9, ta2, t9 # save bits shifted out of t2
1019 mflo a3 # save lo
[all...]
/freebsd-11-stable/contrib/atf/test-programs/
H A Dsrcdir_test.sh101 atf_check -s eq:1 -o empty -e save:stderr "${hp}" -r res srcdir_exists
128 atf_check -s eq:1 -o empty -e save:stderr "${hp}" -r res \
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-vecsave.asm1 /* This file contains the vector save and restore routines.
35 /* Vector save/restore routines for Darwin. Note that each vector
36 save/restore requires 2 instructions (8 bytes.)
39 ENTRY POINT - callers have to jump to "saveFP+60" to save f29..f31,
H A Ddarwin-world.asm3 * they should save and restore the vector registers.
65 /* save_world and rest_world save/restore F14-F31 and possibly V20-V31
73 With gcc3, we now need to save and restore CR as well, since gcc3's
114 /* set R12 pointing at Vector Reg save area */
130 we actually need to save and restore. Some other time :-/ */
/freebsd-11-stable/targets/pseudo/userland/libexec/
H A DMakefile.depend33 libexec/save-entropy \
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl97 save %sp,-$frame,%sp
238 save %sp,-$frame,%sp
361 save %sp,-$frame,%sp
375 stx $Hlo,[%i0+8] ! save twisted H
394 save %sp,-$frame,%sp
437 stx $C2,[$Xip+8] ! save Xi
448 save %sp,-$frame,%sp
519 stx $C2,[$Xip+8] ! save Xi
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh122 atf_check -s exit:0 -o save:results -e empty ${TEST_SH}
139 atf_check -s exit:0 -o save:results -e empty ${TEST_SH}
/freebsd-11-stable/contrib/bmake/mk/
H A Dcython.mk23 # this is where we save generated src
67 save-gen: ${CYTHON_GENSRCS}
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c351 fillbuf (size_t save, struct stats const *stats) argument
359 that we want to save. */
360 size_t saved_offset = buflim - save - buffer;
365 bufbeg = buflim - save;
369 size_t minsize = save + pagesize;
387 off_t maxsize_off = save + to_be_read;
400 readbuf = ALIGN_TO (newbuf + 1 + save, pagesize);
401 bufbeg = readbuf - save;
402 memmove (bufbeg, buffer + saved_offset, save);
807 size_t residue, save; local
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-mont.S41 stmdb sp!,{r4-r12,lr} @ save 10 registers
55 str r4,[r0,#15*4] @ save &bp[num]
58 str r8,[r0,#14*4] @ save n0 value
99 str r4,[r0,#13*4] @ save bp
/freebsd-11-stable/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh71 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
78 atf_check -e empty -o save:dupe_$TEST_SPEC_FILE -s exit:0 \
96 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
115 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
/freebsd-11-stable/libexec/
H A DMakefile26 save-entropy \
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c554 string_desc save; local
557 (void) _nc_str_copy(&save, target);
572 && _nc_safe_strcat(_nc_str_copy(target, &save),
580 vcost = repeated_append(_nc_str_copy(target, &save), 0,
588 && _nc_safe_strcat(_nc_str_copy(target, &save),
594 vcost = repeated_append(_nc_str_copy(target, &save), 0,
603 save = *target;
612 && _nc_safe_strcat(_nc_str_copy(target, &save),
622 && _nc_safe_strcat(_nc_str_copy(target, &save),
706 && _nc_safe_strcat(_nc_str_copy(target, &save), st
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm131 .save ar.pfs, r35
134 .save rp, loc1
146 .save ar.pfs, r35
160 .save rp, loc1
214 .save ar.pfs, r33
221 .save rp, loc0
/freebsd-11-stable/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script234 cat /etc/resolv.conf > /etc/resolv.conf.save
352 if [ -f /etc/resolv.conf.save ]; then
353 cat /etc/resolv.conf.save > /etc/resolv.conf
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient-script240 cat /etc/resolv.conf > /etc/resolv.conf.save
370 if [ -f /etc/resolv.conf.save ]; then
371 cat /etc/resolv.conf.save > /etc/resolv.conf
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr520.c140 struct rv515_mc_save save; local
143 rv515_mc_stop(rdev, &save);
169 rv515_mc_resume(rdev, &save);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s32 ; "Caller save" means the calling function must save the register
34 ; "Callee save" means if a function uses the register, it must save
39 ; "caller save" registers: fr4-fr11, fr22-fr31
40 ; "callee save" registers: fr12-fr21
45 ; "caller save" registers: r1,r19-r26
46 ; "callee save" registers: r3-r18
50 ; millicode return ptr ; r31 (also a caller save register)
132 STD %r3,0(%sp) ; save r
[all...]
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dptimes.c261 int save; local
264 save = 6 - tm.tm_wday;
265 save += (l + 1);
267 save = l - tm.tm_wday;
270 tm.tm_mday += save;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp188 setStr(Comdat.Name, Saver.save(Name));
220 setStr(Sym.Name, Saver.save(StringRef(Name)));
297 setStr(Uncommon().COFFWeakExternFallbackName, Saver.save(FallbackName));
302 setStr(Uncommon().SectionName, Saver.save(Base->getSection()));
322 setStr(Hdr.COFFLinkerOpts, Saver.save(COFFLinkerOpts));
/freebsd-11-stable/contrib/less/
H A Doptfunc.c110 namelogfile = save(s);
322 tagoption = save(s);
363 tags = save(s);
401 every_first_cmd = save(s);
446 *proto = save(s);
/freebsd-11-stable/sbin/camcontrol/
H A Depc.c142 int power_cond, int timer, int enable, int save,
525 int power_cond, int timer, int enable, int save,
543 (save ? ATA_SF_EPC_TIMER_SAVE : 0);
553 (save ? ATA_SF_EPC_RST_SAVE : 0);
623 int enable = -1, save = 0; local
715 save = 1;
841 timeout, action, power_cond, timer_tenths, enable, save,
523 epc_set_features(struct cam_device *device, camcontrol_devtype devtype, union ccb *ccb, int retry_count, int timeout, int action, int power_cond, int timer, int enable, int save, int delayed_entry, int hold, int power_src, int restore_src) argument
/freebsd-11-stable/contrib/opie/
H A Dopieftpd.c356 static struct passwd save; local
377 if (save.pw_name) {
378 free(save.pw_name);
379 free(save.pw_passwd);
380 free(save.pw_gecos);
381 free(save.pw_dir);
382 free(save.pw_shell);
384 save = *p;
385 save.pw_name = sgetsave(p->pw_name);
386 save
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh61 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh root nonexistent
76 atf_check -s eq:1 -o empty -e save:stderr \
113 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh -G root nonexistent
183 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh -g root nonexistent
222 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh -p root nonexistent
292 atf_check -s eq:1 -o empty -e save:stderr \

Completed in 324 milliseconds

1234567891011>>