/src/tests/lib/libc/sys/ |
t_posix_fallocate.c | 43 int rc, saved; local in function:ATF_TC_BODY 47 saved = errno; 48 if (rc == -1 && saved != 1111) 50 strerror(saved)); 53 strerror(saved), strerror(EBADF)); 54 if (saved != 1111) 56 1111, saved);
|
/src/lib/libc/arch/m68k/sys/ |
getcontext.S | 45 addql #4,UC_MCONTEXT_SP(%a0) | adjust saved stack pointer 46 movl %sp@,UC_MCONTEXT_PC(%a0)| adjust saved program counter
|
/src/lib/librefuse/ |
refuse_signals.c | 81 /* Saved sigaction for each signal before we modify them. */ 121 struct sigaction* saved; local in function:set_signal_handler 124 saved = malloc(sizeof(*saved)); 125 if (!saved) 128 if (sigaction(sig, NULL, saved) != 0) { 129 free(saved); 133 saved_actions[sig] = saved; 143 if (!(saved->sa_flags & SA_SIGINFO) && saved->sa_handler == SIG_DFL 161 struct sigaction* saved; local in function:restore_signal_handler 192 struct sigaction* saved; local in function:exit_handler [all...] |
/src/lib/libc/arch/m68k/gen/ |
swapcontext.S | 45 addql #8,UC_MCONTEXT_SP(%a0) | adjust saved stack pointer (again) 46 movl %sp@(4),UC_MCONTEXT_PC(%a0) | adjust saved program counter (again)
|
/src/lib/libc/arch/or1k/sys/ |
getcontext.S | 47 l.sw UC_GREGS_PC(r3),r9 # saved pc <- lr
|
/src/lib/libc/arch/powerpc/sys/ |
getcontext.S | 48 stptr %r4,UC_GREGS_PC(%r5) # saved pc <- lr
|
cerror.S | 27 mr %r31,%r3 # stash away in callee-saved register
|
/src/lib/libc/arch/powerpc64/sys/ |
getcontext.S | 48 stptr %r4,UC_GREGS_PC(%r5) # saved pc <- lr
|
cerror.S | 22 mr %r31,%r3 # stash away in callee-saved register
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atom.c | 183 int *ptr, uint32_t *saved, int print) 333 if (saved) 334 *saved = val; 435 int *ptr, uint32_t *saved, int print) 440 ptr, saved, print); 451 int *ptr, uint32_t val, uint32_t saved) 460 saved &= ~atom_arg_mask[align]; 461 val |= saved; 589 uint32_t dst, src, saved; local in function:atom_op_add 592 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1) 603 uint32_t dst, src, saved; local in function:atom_op_and 638 uint32_t saved; local in function:atom_op_clear 772 uint32_t dst, mask, src, saved; local in function:atom_op_mask 789 uint32_t src, saved; local in function:atom_op_move 836 uint32_t dst, src, saved; local in function:atom_op_or 926 uint32_t saved, dst; local in function:atom_op_shift_left 942 uint32_t saved, dst; local in function:atom_op_shift_right 958 uint32_t saved, dst; local in function:atom_op_shl 977 uint32_t saved, dst; local in function:atom_op_shr 996 uint32_t dst, src, saved; local in function:atom_op_sub 1049 uint32_t dst, src, saved; local in function:atom_op_xor [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atom.c | 197 int *ptr, uint32_t *saved, int print) 347 if (saved) 348 *saved = val; 449 int *ptr, uint32_t *saved, int print) 454 ptr, saved, print); 465 int *ptr, uint32_t val, uint32_t saved) 474 saved &= ~atom_arg_mask[align]; 475 val |= saved; 603 uint32_t dst, src, saved; local in function:atom_op_add 606 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1) 617 uint32_t dst, src, saved; local in function:atom_op_and 652 uint32_t saved; local in function:atom_op_clear 765 uint32_t dst, mask, src, saved; local in function:atom_op_mask 782 uint32_t src, saved; local in function:atom_op_move 815 uint32_t dst, src, saved; local in function:atom_op_or 905 uint32_t saved, dst; local in function:atom_op_shift_left 921 uint32_t saved, dst; local in function:atom_op_shift_right 937 uint32_t saved, dst; local in function:atom_op_shl 956 uint32_t saved, dst; local in function:atom_op_shr 975 uint32_t dst, src, saved; local in function:atom_op_sub 1028 uint32_t dst, src, saved; local in function:atom_op_xor [all...] |
/src/sys/arch/sparc/sparc/ |
pci_fixup.c | 76 pcireg_t val, saved; local in function:mspcic_pci_scan 163 * restore the saved value 166 saved = pci_conf_read(NULL, tag, PCI_BAR(i)); 169 pci_conf_write(NULL, tag, PCI_BAR(i), saved); 172 saved &= 0xfffffffe; /* Remove I/O bit */ 175 PCI_BAR(i), saved, val); 180 saved = saved + PCI_MAPREG_IO_SIZE(val); 182 if (saved > io[j] && saved < [all...] |
/src/games/adventure/ |
wizard.c | 95 saved = -1; 109 saved = -1; 136 printf("What would you like to call the saved version?\n");
|
hdr.h | 153 clock2, saved, isclosing, panic, closed, scoring;
|
/src/sys/sys/ |
syscall_stats.h | 121 #define SYSCALL_TIME_ISR_EXIT(l, saved) do { \ 125 (l)->l_syscall_counter = saved; \ 139 #define SYSCALL_TIME_ISR_EXIT(l,saved)
|
/src/lib/libc/arch/sh3/gen/ |
swapcontext.S | 54 mov.l @sp, r1 ! saved oucp 62 mov.l @(4, sp), r4 ! saved ucp
|
/src/sys/arch/m68k/fpsp/ |
fpsp.h | 60 * | saved registers | 63 * A6 ---> | Saved A6 | 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 FP [all...] |
l_fpsp.h | 67 * | saved registers | 70 * A6 ---> | Saved A6 | 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 FP [all...] |
/src/sys/arch/atari/vme/ |
et4000.c | 219 et4k_start(bus_space_tag_t *iot, bus_space_handle_t *ioh, int *vgabase, u_char *saved) 234 *saved = bus_space_read_1(*iot, *ioh, *vgabase + 0x05); 235 bus_space_write_1(*iot, *ioh, *vgabase + 0x05, *saved & 0x7f); 242 et4k_stop(bus_space_tag_t *iot, bus_space_handle_t *ioh, int *vgabase, u_char *saved) 246 *saved = bus_space_read_1(*iot, *ioh, *vgabase + 0x05); 247 bus_space_write_1(*iot, *ioh, *vgabase + 0x05, *saved | 0x80); 257 u_char orig, new, saved; local in function:et4k_detect 266 et4k_start(iot, ioh, &vgabase, &saved); 281 et4k_stop(iot, ioh, &vgabase, &saved); 296 et4k_stop(iot, ioh, &vgabase, &saved); [all...] |
/src/libexec/ld.elf_so/arch/x86_64/ |
rtld_start.S | 64 leaq -8(%r12),%rsp # restore saved rsp, including %rbx 78 pushfq # save caller-saved registers
|
/src/libexec/ld.elf_so/arch/m68k/ |
rtld_start.S | 77 INTERRUPT_RESTOREREG | restore caller-saved registers
|
/src/lib/libform/ |
internals.c | 172 _FORMI_FIELD_LINES *saved; local in function:add_to_free 174 saved = line; 185 if (field->cur_line == saved) 187 if (field->start_line == saved) 188 field->start_line = saved; 192 if (field->cur_line == saved) 193 field->cur_line = saved->prev; 194 if (field->start_line == saved) 195 field->cur_line = saved->prev; 197 saved->next->prev = saved->prev 709 struct _formi_field_lines *saved; local in function:_formi_join_line 2057 char *str, saved; local in function:_formi_manipulate_field [all...] |
/src/games/backgammon/common_source/ |
save.c | 51 static const char saved[] = "This game has been saved on the file '"; variable in typeref:typename:const char[] 137 writel(saved);
|
/src/usr.bin/fpr/ |
fpr.c | 77 static char saved; variable in typeref:typename:char 285 saved = TRUE; 333 if (!saved) {
|
/src/common/lib/libc/arch/sparc/atomic/ |
atomic_cas.S | 130 ! %o4 has saved PSR value
|