Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/netbsd/src/external/gpl3/binutils/dist/gas/
Dinput-scrub.c160 struct input_save *saved; in input_scrub_push() local
162 saved = XNEW (struct input_save); in input_scrub_push()
164 saved->saved_position = saved_position; in input_scrub_push()
165 saved->buffer_start = buffer_start; in input_scrub_push()
166 saved->partial_where = partial_where; in input_scrub_push()
167 saved->partial_size = partial_size; in input_scrub_push()
168 saved->buffer_length = buffer_length; in input_scrub_push()
169 saved->physical_input_file = physical_input_file; in input_scrub_push()
170 saved->logical_input_file = logical_input_file; in input_scrub_push()
171 saved->physical_input_line = physical_input_line; in input_scrub_push()
[all …]
Dapp.c252 struct app_save *saved; in app_push() local
254 saved = XNEW (struct app_save); in app_push()
255 saved->state = state; in app_push()
256 saved->old_state = old_state; in app_push()
257 saved->out_string = out_string; in app_push()
258 memcpy (saved->out_buf, out_buf, sizeof (out_buf)); in app_push()
259 saved->add_newlines = add_newlines; in app_push()
261 saved->saved_input = NULL; in app_push()
264 saved->saved_input = XNEWVEC (char, saved_input_len); in app_push()
265 memcpy (saved->saved_input, saved_input, saved_input_len); in app_push()
[all …]
Dinput-file.c82 struct saved_file *saved; in input_file_push() local
84 saved = XNEW (struct saved_file); in input_file_push()
86 saved->f_in = f_in; in input_file_push()
87 saved->file_name = file_name; in input_file_push()
88 saved->preprocess = preprocess; in input_file_push()
90 saved->app_save = app_push (); in input_file_push()
95 return (char *) saved; in input_file_push()
101 struct saved_file *saved = (struct saved_file *) arg; in input_file_pop() local
105 f_in = saved->f_in; in input_file_pop()
106 file_name = saved->file_name; in input_file_pop()
[all …]
/netbsd/src/lib/librefuse/
Drefuse_signals.c121 struct sigaction* saved; in set_signal_handler() local
124 saved = malloc(sizeof(*saved)); in set_signal_handler()
125 if (!saved) in set_signal_handler()
128 if (sigaction(sig, NULL, saved) != 0) { in set_signal_handler()
129 free(saved); in set_signal_handler()
133 saved_actions[sig] = saved; in set_signal_handler()
143 if (!(saved->sa_flags & SA_SIGINFO) && saved->sa_handler == SIG_DFL) in set_signal_handler()
150 free(saved); in set_signal_handler()
161 struct sigaction* saved; in restore_signal_handler() local
163 saved = saved_actions[sig]; in restore_signal_handler()
[all …]
/netbsd/src/tests/lib/libc/sys/
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()
/netbsd/src/sys/arch/sparc/sparc/
Dpci_fixup.c76 pcireg_t val, saved; in mspcic_pci_scan() local
166 saved = pci_conf_read(NULL, tag, PCI_BAR(i)); in mspcic_pci_scan()
169 pci_conf_write(NULL, tag, PCI_BAR(i), saved); in mspcic_pci_scan()
172 saved &= 0xfffffffe; /* Remove I/O bit */ in mspcic_pci_scan()
175 PCI_BAR(i), saved, val); in mspcic_pci_scan()
180 saved = saved + PCI_MAPREG_IO_SIZE(val); in mspcic_pci_scan()
182 if (saved > io[j] && saved <= in mspcic_pci_scan()
184 io[j] = saved; in mspcic_pci_scan()
186 saved = saved + PCI_MAPREG_MEM_SIZE(val); in mspcic_pci_scan()
188 if (saved > mem[j] && saved <= in mspcic_pci_scan()
[all …]
/netbsd/src/sys/arch/atari/vme/
Det4000.c219 et4k_start(bus_space_tag_t *iot, bus_space_handle_t *ioh, int *vgabase, u_char *saved) in et4k_start() argument
234 *saved = bus_space_read_1(*iot, *ioh, *vgabase + 0x05); in et4k_start()
235 bus_space_write_1(*iot, *ioh, *vgabase + 0x05, *saved & 0x7f); in et4k_start()
242 et4k_stop(bus_space_tag_t *iot, bus_space_handle_t *ioh, int *vgabase, u_char *saved) in et4k_stop() argument
246 *saved = bus_space_read_1(*iot, *ioh, *vgabase + 0x05); in et4k_stop()
247 bus_space_write_1(*iot, *ioh, *vgabase + 0x05, *saved | 0x80); in et4k_stop()
257 u_char orig, new, saved; in et4k_detect() local
266 et4k_start(iot, ioh, &vgabase, &saved); in et4k_detect()
281 et4k_stop(iot, ioh, &vgabase, &saved); in et4k_detect()
296 et4k_stop(iot, ioh, &vgabase, &saved); in et4k_detect()
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
Drename.c42 int saved; in simple_copy() local
52 saved = errno; in simple_copy()
54 errno = saved; in simple_copy()
62 saved = errno; in simple_copy()
65 errno = saved; in simple_copy()
70 saved = errno; in simple_copy()
83 errno = saved; in simple_copy()
/netbsd/src/sys/arch/m68k/fpsp/
Dfpsp.h60 * | saved registers |
95 * The registers d0, d1, a0, a1 and fp0-fp3 are always saved and
98 * of these registers, it should modify the saved copy and let
109 USER_D0 equ LV+0 ;saved user D0
110 USER_D1 equ LV+4 ;saved user D1
111 USER_A0 equ LV+8 ;saved user A0
112 USER_A1 equ LV+12 ;saved user A1
113 USER_FP0 equ LV+16 ;saved user FP0
114 USER_FP1 equ LV+28 ;saved user FP1
115 USER_FP2 equ LV+40 ;saved user FP2
[all …]
Dl_fpsp.h67 * | saved registers |
121 USER_D0 equ LV+0 ;saved user D0
122 USER_D1 equ LV+4 ;saved user D1
123 USER_A0 equ LV+8 ;saved user A0
124 USER_A1 equ LV+12 ;saved user A1
125 USER_FP0 equ LV+16 ;saved user FP0
126 USER_FP1 equ LV+28 ;saved user FP1
127 USER_FP2 equ LV+40 ;saved user FP2
128 USER_FP3 equ LV+52 ;saved user FP3
129 USER_FPCR equ LV+64 ;saved user FPCR
[all …]
/netbsd/src/lib/libform/
Dinternals.c172 _FORMI_FIELD_LINES *saved; in add_to_free() local
174 saved = line; in add_to_free()
185 if (field->cur_line == saved) in add_to_free()
187 if (field->start_line == saved) in add_to_free()
188 field->start_line = saved; in add_to_free()
192 if (field->cur_line == saved) in add_to_free()
193 field->cur_line = saved->prev; in add_to_free()
194 if (field->start_line == saved) in add_to_free()
195 field->cur_line = saved->prev; in add_to_free()
197 saved->next->prev = saved->prev; in add_to_free()
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp10/
DREADME9 it is saved on the stack instead and no more registers would end up
15 struct argument: always saved on stack, and terminates the list
18 In case of debugging all arguments are saved on stack in the function.
20 All variadic arguments are always saved on the stack.
/netbsd/src/external/bsd/tmux/dist/
Dkey-string.c329 key_code saved = key; in key_string_lookup_key() local
440 snprintf(out, sizeof out, "Invalid#%llx", saved); in key_string_lookup_key()
460 if (with_flags && (saved & KEYC_MASK_FLAGS) != 0) { in key_string_lookup_key()
462 if (saved & KEYC_LITERAL) in key_string_lookup_key()
464 if (saved & KEYC_KEYPAD) in key_string_lookup_key()
466 if (saved & KEYC_CURSOR) in key_string_lookup_key()
468 if (saved & KEYC_IMPLIED_META) in key_string_lookup_key()
470 if (saved & KEYC_BUILD_MODIFIERS) in key_string_lookup_key()
472 if (saved & KEYC_SENT) in key_string_lookup_key()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Dabi50 %16 call saved
51 %17 call saved
52 %18 call saved
53 %19 call saved
54 %20 call saved
55 %21 call saved
56 %22 call saved
57 %23 call saved
210 registers to be saved. Because the save area lies between the caller and
211 callee stack frames, the saved register parameters are contiguous with
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dadventure80 # Some saved game files start with "TADS2 save/g\n\r\032\0", a little-endian
84 >12 belong !0x0A0D1A00 saved game data, CORRUPTED
86 >>(16.s+32) string >\0 %s saved game data
88 # Other saved game files start with "TADS2 save\n\r\032\0" and the interpreter
91 >10 belong !0x0A0D1A00 saved game data, CORRUPTED
93 >>14 string >\0 %s saved game data
103 >14 string \015\012\032 TADS 3 saved game data (format version
Dpolyml16 # Type: Poly/ML saved data
19 0 string POLYSAVE Poly/ML saved state
22 0 string POLYMODU Poly/ML saved module
/netbsd/src/external/bsd/kyua-cli/dist/integration/
Dcmd_debug_test.sh159 --stdout=saved.out --stderr=saved.err single:with_cleanup
165 atf_check -s exit:0 -o file:expout -e empty cat saved.out
171 atf_check -s exit:0 -o file:experr -e empty cat saved.err
190 --stdout=saved.out --stderr=saved.err second:pass
195 cmp -s saved.out expout || atf_fail "--stdout did not redirect the" \
201 cmp -s saved.err experr || atf_fail "--stderr did not redirect the" \
/netbsd/src/sys/sys/
Dsyscall_stats.h121 #define SYSCALL_TIME_ISR_EXIT(l, saved) do { \ argument
125 (l)->l_syscall_counter = saved; \
139 #define SYSCALL_TIME_ISR_EXIT(l,saved) argument
/netbsd/src/lib/libc/arch/m68k/sys/
Dgetcontext.S45 addql #4,UC_MCONTEXT_SP(%a0) | adjust saved stack pointer
46 movl %sp@,UC_MCONTEXT_PC(%a0)| adjust saved program counter
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dtoom_interpolate_5pts.c45 mp_limb_t cy, saved; in mpn_toom_interpolate_5pts() local
136 saved = vinf[0]; /* Remember v1's highest byte (will be overwritten). */ in mpn_toom_interpolate_5pts()
178 vinf[0] = saved; in mpn_toom_interpolate_5pts()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
DREADME17 - function arguments are always saved to the stack [need to change MI code]
18 - permanent registers >R13 are not saved [need to change MI code]
39 be saved fixed-relative to this register. If we don't know the size of
42 in the stack frame is the saved stack pointer (pointing to the previous
/netbsd/src/lib/libc/arch/m68k/gen/
Dswapcontext.S45 addql #8,UC_MCONTEXT_SP(%a0) | adjust saved stack pointer (again)
46 movl %sp@(4),UC_MCONTEXT_PC(%a0) | adjust saved program counter (again)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.abi36 | saved fp
40 | saved regs
123 | saved r0..fp (pushm)
127 | saved regs mem0..mem15
/netbsd/src/games/adventure/
Dwizard.c95 saved = -1; in Start()
109 saved = -1; in Start()
/netbsd/src/lib/libc/arch/sh3/gen/
Dswapcontext.S54 mov.l @sp, r1 ! saved oucp
62 mov.l @(4, sp), r4 ! saved ucp

12345678910>>...22