Home
last modified time | relevance | path

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

12345678910>>...12

/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/powerpc/
H A Drtld_start.S162 lmw %r3,24(%r1) # restore r3-r31
163 lwz %r0,12(%r1) # restore cr
165 lwz %r0,16(%r1) # restore lr
167 lwz %r0,20(%r1) # restore r0
169 addi %r1,%r1,STACK_SIZE # restore stack
/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/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/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.c153 #pragma extern_model restore
164 #pragma extern_model restore
/freebsd/contrib/kyua/admin/
H A Dbuild-bintray-dist.sh111 restore() { function
116 trap restore EXIT
/freebsd/contrib/blocklist/bin/
H A Dblocklistd.c412 (*lfun)(LOG_ERR, "Can't open `%s' to restore state (%m)", in rules_restore()
429 int c, tout, flags, flush, restore, ret; in main() local
439 restore = 0; in main()
466 restore++; in main()
518 if (!restore) in main()
548 if (restore) { in main()
H A Dblacklistd.c412 (*lfun)(LOG_ERR, "Can't open `%s' to restore state (%m)", in rules_restore()
429 int c, tout, flags, flush, restore, ret; in main() local
439 restore = 0; in main()
466 restore++; in main()
518 if (!restore) in main()
548 if (restore) { in main()
/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 Dibm600025 0 belong 0x09006bea AIX backup/restore format file
26 0 belong 0x09006fea AIX backup/restore format file
/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/crypto/dso/
H A Ddso_vms.c43 #pragma pointer_size restore
116 #pragma pointer_size restore in vms_load()
295 #pragma pointer_size restore in vms_bind_sym()
393 #pragma pointer_size restore in vms_merger()
/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/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/tools/build/options/
H A DWITH_IPFILTER_IPFS3 tool to save and restore IPFilter state tables.
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dpack3 dotnet restore $1

12345678910>>...12