Home
last modified time | relevance | path

Searched full:saved (Results 1 – 25 of 1709) sorted by relevance

12345678910>>...69

/freebsd/contrib/libxo/tests/core/
H A DMakefile.am54 ${addprefix saved/, ${TEST_CASES:.c=.E.err}} \
55 ${addprefix saved/, ${TEST_CASES:.c=.E.out}} \
56 ${addprefix saved/, ${TEST_CASES:.c=.H.err}} \
57 ${addprefix saved/, ${TEST_CASES:.c=.H.out}} \
58 ${addprefix saved/, ${TEST_CASES:.c=.HIPx.err}} \
59 ${addprefix saved/, ${TEST_CASES:.c=.HIPx.out}} \
60 ${addprefix saved/, ${TEST_CASES:.c=.HP.err}} \
61 ${addprefix saved/, ${TEST_CASES:.c=.HP.out}} \
62 ${addprefix saved/, ${TEST_CASES:.c=.J.err}} \
63 ${addprefix saved/, ${TEST_CASES:.c=.J.out}} \
[all …]
/freebsd/contrib/libxo/tests/xo/
H A DMakefile.am22 ${addprefix saved/, ${TEST_CASES:.sh=.T.err}} \
23 ${addprefix saved/, ${TEST_CASES:.sh=.T.out}} \
24 ${addprefix saved/, ${TEST_CASES:.sh=.XP.err}} \
25 ${addprefix saved/, ${TEST_CASES:.sh=.XP.out}} \
26 ${addprefix saved/, ${TEST_CASES:.sh=.JP.err}} \
27 ${addprefix saved/, ${TEST_CASES:.sh=.JP.out}} \
28 ${addprefix saved/, ${TEST_CASES:.sh=.HP.err}} \
29 ${addprefix saved/, ${TEST_CASES:.sh=.HP.out}} \
30 ${addprefix saved/, ${TEST_CASES:.sh=.X.err}} \
31 ${addprefix saved/, ${TEST_CASES:.sh=.X.out}} \
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_partial_dataset.ksh26 # 'zfs send --saved'.
30 # 2. Perform saved send without incremental
31 # 3. Perform saved send with incremental
32 # 4. Perform saved send with incremental, resuming from a token
39 "'zfs send --saved'."
68 # Perform saved send without incremental
69 log_mustnot eval "zfs send --saved $POOL/recvfullfs | zfs recv -s " \
76 # Perform saved send with incremental
78 log_mustnot eval "zfs send --saved $POOL/recvfs | " \
85 # Perform saved send with incremental, resuming from token
[all …]
/freebsd/contrib/libxo/tests/gettext/
H A DMakefile.am35 ${addprefix saved/, ${TEST_CASES:.c=.T.err}} \
36 ${addprefix saved/, ${TEST_CASES:.c=.T.out}} \
37 ${addprefix saved/, ${TEST_CASES:.c=.XP.err}} \
38 ${addprefix saved/, ${TEST_CASES:.c=.XP.out}} \
39 ${addprefix saved/, ${TEST_CASES:.c=.JP.err}} \
40 ${addprefix saved/, ${TEST_CASES:.c=.JP.out}} \
41 ${addprefix saved/, ${TEST_CASES:.c=.HP.err}} \
42 ${addprefix saved/, ${TEST_CASES:.c=.HP.out}} \
43 ${addprefix saved/, ${TEST_CASES:.c=.X.err}} \
44 ${addprefix saved/, ${TEST_CASES:.c=.X.out}} \
[all …]
/freebsd/sys/powerpc/include/
H A Dpcpu.h102 #define CPUSAVE_R27 0 /* where r27 gets saved */
103 #define CPUSAVE_R28 1 /* where r28 gets saved */
104 #define CPUSAVE_R29 2 /* where r29 gets saved */
105 #define CPUSAVE_R30 3 /* where r30 gets saved */
106 #define CPUSAVE_R31 4 /* where r31 gets saved */
107 #define CPUSAVE_AIM_DAR 5 /* where SPR_DAR gets saved */
108 #define CPUSAVE_AIM_DSISR 6 /* where SPR_DSISR gets saved */
109 #define CPUSAVE_BOOKE_DEAR 5 /* where SPR_DEAR gets saved */
110 #define CPUSAVE_BOOKE_ESR 6 /* where SPR_ESR gets saved */
111 #define CPUSAVE_SRR0 7 /* where SRR0 gets saved */
[all …]
H A Dsignal.h47 int sc_onstack; /* saved onstack flag */
48 int __sc_mask13; /* saved signal mask (old style) */
49 struct trapframe sc_frame; /* saved registers */
50 struct __sigset sc_mask; /* saved signal mask (new style) */
/freebsd/lib/libsys/
H A Dsetuid.254 user IDs and the saved set-user-ID of the current process
57 .\" The real user ID and the saved set-user-ID are changed only if the
69 .\" or the saved set-user-ID
78 group IDs and the saved set-group-ID of the current process
81 .\" The real group ID and the saved set-group-ID are changed only if the
93 .\" or the saved set-group-ID
105 of the real user ID or the saved set-user-ID (see
113 of the real group ID or the saved set-group-ID.
121 specified is not the real, effective ID, or saved ID.
H A Dsetcred.252 Set the saved user ID.
58 Set the saved group ID.
72 uid_t sc_svuid; /* saved user id */
75 gid_t sc_svgid; /* saved group id */
95 The ID to set the saved user to, if flag
107 The ID to set the saved group to, if flag
241 or saved ones, while
254 and saved IDs have been done by setuid binaries that successively call multiple
H A Dsetresuid.228 .Nd "get or set real, effective and saved user or group ID"
46 effective and saved user IDs of the current process.
49 sets the real, effective and saved group IDs.
63 calls retrieve the real, effective, and saved group and user IDs of
73 nor the current saved ID.
/freebsd/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h105 // All non-volatile registers that need to be restored must have been saved
107 // is encoded in the UNWIND_X86_EBP_FRAME_OFFSET bits. The registers saved
115 // All non-volatile registers that need to be restored must have been saved
118 // The number of registers saved is encoded in UNWIND_X86_FRAMELESS_STACK_REG_COUNT.
120 // saved and their order.
140 // with frameless stacks. It is passed the number of registers to be saved and
141 // an array of the register numbers saved.
239 // All non-volatile registers that need to be restored must have been saved
241 // is encoded in the UNWIND_X86_64_RBP_FRAME_OFFSET bits. The registers saved
249 // All non-volatile registers that need to be restored must have been saved
[all...]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_posix_fallocate.c43 int rc, saved; in ATF_TC_BODY() local
47 saved = errno; in ATF_TC_BODY()
48 if (rc == -1 && saved != 1111) in ATF_TC_BODY()
50 strerror(saved)); in ATF_TC_BODY()
53 strerror(saved), strerror(EBADF)); in ATF_TC_BODY()
54 if (saved != 1111) in ATF_TC_BODY()
56 1111, saved); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_riscv64.S14 // and saved the previous values of x10(arg0), x11(arg1), x1(ra), and x8(fp).
15 // This function will "consume" these saved values and treats it as part of its
36 // | Saved x11(arg1), as |
39 // | Saved x10(arg0), as |
46 // | Saved x8(fp), as |
107 // sd x11, 88(sp) ; already saved
108 // sd x10, 80(sp) ; already saved
110 // sd x8, 64(sp) ; already saved
117 // sd x1, 8(sp) ; already saved
121 // extract the saved registers from this frame without having to worry about
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp94 /// Adds all callee saved registers to \p LiveUnits.
105 // If we have no info for this callee-saved register, assume it is liveout in addCalleeSavedRegs()
118 /// Add all callee saved regs, then remove the ones that are saved and in addPristines()
121 /// Remove the ones that are not saved/restored; they are pristine. in addPristines()
126 /// If a callee-saved register that is not pristine is already present in addPristines()
129 /// Add all callee saved regs, then remove the ones that are saved+restored. in addPristines()
132 /// Remove the ones that are not saved/restored; they are pristine. in addPristines()
147 // For the return block: Add all callee saved registers. in addLiveOuts()
H A DLivePhysRegs.cpp173 /// Adds all callee saved registers to \p LiveRegs.
188 /// Add all callee saved regs, then remove the ones that are saved and in addPristines()
191 /// Remove the ones that are not saved/restored; they are pristine. in addPristines()
196 /// If a callee-saved register that is not pristine is already present in addPristines()
199 /// Add all callee saved regs, then remove the ones that are saved+restored. in addPristines()
202 /// Remove the ones that are not saved/restored; they are pristine. in addPristines()
216 // use for callee-saved registers. So we add all callee saved registers in addLiveOutsNoPristines()
217 // that are saved and restored (somewhere). This does not include in addLiveOutsNoPristines()
218 // callee saved registers that are unused and hence not saved and in addLiveOutsNoPristines()
/freebsd/tools/tools/ansify/
H A Dansify.pl47 my @saved = ($_);
53 push(@saved, $_);
65 print $ofh @saved;
66 $line += @saved;
77 print $ofh @saved;
78 $line += @saved;
97 print $ofh @saved;
98 $line += @saved;
/freebsd/contrib/kyua/integration/
H A Dcmd_test_test.sh45 Results saved to $(utils_results_file)
70 Results saved to $(utils_results_file)
103 Results saved to $(utils_results_file)
139 Results saved to $(utils_results_file)
173 Results saved to $(utils_results_file)
204 Results saved to $(utils_results_file)
232 Results saved to $(utils_results_file)
271 Results saved to $(utils_results_file)
303 Results saved to $(utils_results_file)
329 Results saved to $(utils_results_file)
[all …]
H A Dcmd_debug_test.sh161 --stdout=saved.out --stderr=saved.err single:with_cleanup
167 atf_check -s exit:0 -o file:expout -e empty cat saved.out
173 atf_check -s exit:0 -o file:experr -e empty cat saved.err
192 --stdout=saved.out --stderr=saved.err second:pass
197 cmp -s saved.out expout || atf_fail "--stdout did not redirect the" \
203 cmp -s saved.err experr || atf_fail "--stderr did not redirect the" \
/freebsd/contrib/file/magic/Magdir/
H A Dadventure82 # Some saved game files start with "TADS2 save/g\n\r\032\0", a little-endian
86 >12 belong !0x0A0D1A00 saved game data, CORRUPTED
88 >>(16.s+32) string >\0 %s saved game data
90 # Other saved game files start with "TADS2 save\n\r\032\0" and the interpreter
93 >10 belong !0x0A0D1A00 saved game data, CORRUPTED
95 >>14 string >\0 %s saved game data
102 # Saved game files start with "T3-state-v####\015\012\032"
105 >14 string \015\012\032 TADS 3 saved game data (format version
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h17 // A struct to hold the low and high GPR registers to be saved/restored as
60 // Get and set the first and last call-saved GPR that should be saved by
62 // need to be saved or restored.
70 // Get and set the first and last call-saved GPR that should be restored by
72 // need to be saved or restored.
/freebsd/libexec/save-entropy/
H A Dsave-entropy.sh64 be saved.; exit 1; }
71 for f in saved-entropy.*; do
72 case "${f}" in saved-entropy.\*) continue ;; esac # No files match
73 [ ${f#saved-entropy\.} -gt ${entropy_save_num} ] && unlink ${f}
85 save_file="saved-entropy.${n}"
102 next_file=saved-entropy.${n}
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h10 // information about target register classes. Callee saved and reserved
55 // Callee saved registers of last MF.
59 // Map regunit to the callee saved Register.
62 // Indicate if a specified callee saved register be in the allocation order
99 /// contains no reserved registers, and registers that alias callee saved
115 /// getLastCalleeSavedAlias - Returns the last callee saved register that
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp47 // . saved $GP (used in PIC)
50 // . CPU "Callee Saved" Registers
51 // . saved FP
52 // . saved RA
53 // . FPU "Callee Saved" Registers
125 // Conservatively assume all callee-saved registers will be saved. in estimateStackSize()
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-remember.mk9 # cases, the value of the expression is saved in the temporary variable '_',
40 # '_=SAVED' looks like it would copy 'SAVED' to '_'. Luckily, this modifier
42 .if ${1 2 3:L:@var@${var:_=SAVED:}@} != "1 2 3"
44 .elif ${SAVED} != "3"
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h71 /// GPRCS1Offset, GPRCS2Offset, DPRCSOffset - Starting offset of callee saved
74 /// GPR callee-saved (1) : r4, r5, r6, r7, lr
76 /// GPR callee-saved (2) : r8, r10, r11
78 /// DPR callee-saved : d8 - d15
86 /// GPRCS1Size, GPRCS2Size, DPRCSSize - Sizes of callee saved register spills
95 /// NumAlignedDPRCS2Regs - The number of callee-saved DPRs that are saved in
150 /// saved.
/freebsd/tools/regression/security/access/
H A Dtestaccess.c182 /* Make sure saved uid is set appropriately. */ in main()
196 /* Make sure saved gid is set appropriately. */ in main()
207 /* Check that saved uid is not used */ in main()
219 fprintf(stderr, "saved uid used instead of real uid\n"); in main()
226 fprintf(stderr, "saved uid used instead of effective uid\n"); in main()
299 /* Check that the saved gid is not used */ in main()
302 fprintf(stderr, "saved gid used instead of real gid\n"); in main()
308 fprintf(stderr, "saved gid used instead of effective gid\n"); in main()

12345678910>>...69