Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 258) sorted by relevance

1234567891011

/freebsd/sbin/restore/
H A DMakefile4 PROG= restore
5 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
6 MAN= restore.8
7 MLINKS= restore.8 rrestore.8
8 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dpci.c103 goto restore; in mt7615_pci_suspend()
112 goto restore; in mt7615_pci_suspend()
120 goto restore; in mt7615_pci_suspend()
124 goto restore; in mt7615_pci_suspend()
128 restore: in mt7615_pci_suspend()
/freebsd/libexec/rtld-elf/powerpc64/
H A Drtld_start.S161 ld %r3,64+0*8(%r1) # restore r3-r10
170 ld %r1,0(%r1) # restore stack
171 ld %r0,8(%r1) # restore cr
173 ld %r0,16(%r1) # restore lr
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h284 void restore() { in restore() function
289 restore(); in ~ColonProtectionRAIIObject()
307 void restore() { P.OpenMPDirectiveParsing = OldVal; } in restore() function
309 ~ParsingOpenMPDirectiveRAII() { restore(); } in ~ParsingOpenMPDirectiveRAII()
326 void restore() { P.OpenACCDirectiveParsing = OldVal; } in restore() function
328 ~ParsingOpenACCDirectiveRAII() { restore(); } in ~ParsingOpenACCDirectiveRAII()
/freebsd/libexec/rtld-elf/powerpc/
H A Drtld_start.S253 lmw %r3,24(%r1) # restore r3-r31
255 lwz %r0,12(%r1) # restore cr
257 lwz %r0,16(%r1) # restore lr
262 lwz %r0,20(%r1) # restore r0
265 addi %r1,%r1,STACK_SIZE # restore stack
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S50 # restore all registers
77 # to share restore code below. Since this routine restores and
729 mov lr, r3 @ restore pc into lr
739 ldr lr, [lr, #60] @ restore pc into lr
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh55 restore
69 restore %g0, %g0, %o0
/freebsd/usr.sbin/crunch/examples/
H A Dfixit.conf25 progs mknod mount newfs ping reboot restore swapon umount
27 ln restore rrestore
/freebsd/lib/libc/amd64/string/
H A Dstrlcpy.S61 0: mov %rbx, %rax # restore return value
143 add %rsi, %rdi # restore RDI
173 add $16, %rdx # restore number of remaining bytes
178 add %rsi, %rdi # restore destination pointer
186 add $32, %edx # restore edx to (len-1) + ecx
219 add %r8, %rdx # restore buffer length
/freebsd/crypto/openssl/apps/
H A Dvms_decc_init.c156 # pragma extern_model restore
167 # pragma extern_model restore
/freebsd/contrib/blocklist/bin/
H A Dblacklistd.c412 int c, tout, flags, flush, restore, ret; in main() local
422 restore = 0; in main()
449 restore++; in main()
501 if (!restore) in main()
533 if (restore) { in main()
/freebsd/contrib/kyua/admin/
H A Dbuild-bintray-dist.sh111 restore() { function
116 trap restore EXIT
/freebsd/sys/crypto/openssl/arm/
H A Darmv4-mont.S97 ldr r4,[r0,#13*4] @ restore bp
99 ldr r8,[r0,#14*4] @ restore n0
141 ldr r4,[r0,#13*4] @ restore bp
143 ldr r8,[r0,#14*4] @ restore n0
145 ldr r7,[r0,#15*4] @ restore &bp[num]
189 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ restore registers
/freebsd/contrib/file/magic/Magdir/
H A Dibm600022 0 belong 0x09006bea AIX backup/restore format file
23 0 belong 0x09006fea AIX backup/restore format file
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_vms.c30 # pragma pointer_size restore
102 # pragma pointer_size restore in vms_load()
281 # pragma pointer_size restore in vms_bind_sym()
379 # pragma pointer_size restore in vms_merger()
/freebsd/tests/sys/geom/class/multipath/
H A Dmisc.sh253 atf_test_case restore cleanup
274 atf_check -s exit:0 gmultipath restore "$name" ${md0}
359 atf_add_test_case restore
/freebsd/crypto/openssl/include/internal/
H A D__DECC_INCLUDE_EPILOGUE.H16 #pragma names restore
/freebsd/crypto/openssl/include/crypto/
H A D__DECC_INCLUDE_EPILOGUE.H16 #pragma names restore
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A D__DECC_INCLUDE_EPILOGUE.H21 # pragma names restore
/freebsd/crypto/openssl/include/openssl/
H A D__DECC_INCLUDE_EPILOGUE.H21 # pragma names restore
/freebsd/crypto/openssl/providers/common/include/prov/
H A D__DECC_INCLUDE_EPILOGUE.H21 # pragma names restore
/freebsd/crypto/openssl/apps/include/
H A D__DECC_INCLUDE_EPILOGUE.H21 # pragma names restore
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci.c126 goto restore; in mt76x2e_suspend()
130 restore: in mt76x2e_suspend()
/freebsd/tests/sys/geom/class/eli/
H A Dresize_test.sh38 atf_check -s not-exit:0 -e ignore geli restore tmp.meta ${md}a
39 atf_check geli restore -f tmp.meta ${md}a
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dpack3 dotnet restore $1

1234567891011