Searched refs:PTRACE_OLDSETOPTIONS (Results 1 - 17 of 17) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dptrace_user.h35 * recompilation. So, we use PTRACE_OLDSETOPTIONS in UML.
37 * have PTRACE_OLDSETOPTIONS. So, if it is missing, we declare
38 * PTRACE_OLDSETOPTIONS to to be the same as PTRACE_SETOPTIONS.
41 * linux 2.6, PTRACE_OLDSETOPTIONS never is defined, and also isn't
43 * the new 0x4200 with the name PTRACE_OLDSETOPTIONS.
45 #ifndef PTRACE_OLDSETOPTIONS
46 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-x86_64/
H A Dptrace_user.h54 #ifndef PTRACE_OLDSETOPTIONS
55 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dexec_user.c39 if (ptrace(PTRACE_OLDSETOPTIONS, new_pid, 0, (void *)PTRACE_O_TRACESYSGOOD) < 0)
H A Dtracer.c72 if (ptrace(PTRACE_OLDSETOPTIONS, pid, 0, (void *)PTRACE_O_TRACESYSGOOD) < 0)
201 if (ptrace(PTRACE_OLDSETOPTIONS, pid, 0, (void *)PTRACE_O_TRACESYSGOOD) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c279 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, (void *)PTRACE_O_TRACESYSGOOD) < 0)
280 panic("start_userspace : PTRACE_OLDSETOPTIONS failed, errno=%d\n",
431 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL,
433 panic("copy_context_skas0 : PTRACE_OLDSETOPTIONS failed, "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dstart_up.c253 if((ptrace(PTRACE_OLDSETOPTIONS, pid, 0,
255 fatal_perror("check_ptrace: PTRACE_OLDSETOPTIONS failed");
306 if((ptrace(PTRACE_OLDSETOPTIONS, pid, 0,
308 fatal_perror("check_ptrace: PTRACE_OLDSETOPTIONS failed");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dptrace32.c246 case PTRACE_OLDSETOPTIONS:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dptrace.h62 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dptrace.c374 #ifdef PTRACE_OLDSETOPTIONS
375 case PTRACE_OLDSETOPTIONS:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dptrace.h62 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dptrace.h181 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dptrace-abi.h31 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dptrace.h346 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dptrace.h114 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dptrace-abi.h35 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dptrace.h22 #define PTRACE_OLDSETOPTIONS 21 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dptrace.h8 #define PTRACE_OLDSETOPTIONS 21 macro

Completed in 233 milliseconds