Searched refs:syscall (Results 101 - 125 of 133) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dtraps.c300 int syscall_ipi(int (*syscall) (struct pt_regs *), struct pt_regs *regs)
302 return syscall(regs);
553 /* else this must be the start of a syscall - just let it run */
688 /* else this must be the start of a syscall - just let it
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunsv.c37 #include <sys/syscall.h>
43 syscall(__NR_clock_gettime, CLOCK_REALTIME, ts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparcv9cap.c385 int ret = syscall(340);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparcv9cap.c385 int ret = syscall(340);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dtraps.c367 printk("wb: %08lx, ws: %08lx, wmask: %08lx, syscall: %ld\n",
369 regs->syscall);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditfilter.c178 int audit_match_class(int class, unsigned syscall) argument
180 if (unlikely(syscall >= AUDIT_BITMASK_SIZE * 32))
184 return classes[class][AUDIT_WORD(syscall)] & AUDIT_BIT(syscall);
206 * as syscall number alone is ambiguous. */
368 /* bit ops are only useful on syscall args */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dentry.S485 # GR7 - syscall number (trap 0 only)
486 # GR8-13 - syscall args (trap 0 only)
1112 # perform syscall entry tracing
1126 # perform syscall exit tracing
1148 # syscall vector table
1172 .long sys_ni_syscall /* old break syscall holder */
1186 .long sys_ni_syscall /* old stty syscall holder */
1187 .long sys_ni_syscall /* old gtty syscall holder */
1190 .long sys_ni_syscall /* 35 */ /* old ftime syscall holder */
1199 .long sys_ni_syscall /* old prof syscall holde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c125 fprintf(osf_log_stream, "%s.%lu %ld ", str, tv.tv_usec, syscall(__NR_gettid));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.c214 return syscall(0x0c28, milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dentry.S53 * syscall #
249 add #4, r15 ! Skip syscall number
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dsignal.c20 #include <asm/syscall.h>
82 regs->orig_p0 = -1; /* disable syscall checks */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/utils/
H A Dnfnl_osf.c125 fprintf(osf_log_stream, "%s.%lu %ld ", str, tv.tv_usec, syscall(__NR_gettid));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dptrace.c2 * Kernel support for the ptrace() and syscall tracing interfaces.
327 * If entered via syscall, don't allow user to set rnat bits
328 * for syscall args.
738 * kernel exit-path, rather than the syscall-exit path.
785 * Clear the memory that is NOT written on syscall-entry to
1239 long syscall; local
1242 syscall = regs.r15;
1245 audit_syscall_entry(arch, syscall, arg0, arg1, arg2, arg3);
1411 * possible to modify the syscall arguments of
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Daudit.h55 #define AUDIT_LIST 1002 /* List syscall rules -- deprecated */
56 #define AUDIT_ADD 1003 /* Add syscall rule -- deprecated */
57 #define AUDIT_DEL 1004 /* Delete syscall rule -- deprecated */
64 #define AUDIT_ADD_RULE 1011 /* Add syscall filtering rule */
65 #define AUDIT_DEL_RULE 1012 /* Delete syscall filtering rule */
66 #define AUDIT_LIST_RULES 1013 /* List syscall filtering rules */
90 #define AUDIT_SOCKADDR 1306 /* sockaddr copied as syscall arg */
140 #define AUDIT_FILTER_TASK 0x01 /* Apply rule at task creation (not syscall) */
141 #define AUDIT_FILTER_ENTRY 0x02 /* Apply rule at syscall entry */
143 #define AUDIT_FILTER_EXIT 0x04 /* Apply rule at syscall exi
[all...]
H A Dsyscalls.h2 * syscalls.h - Linux syscall interfaces (non-arch-specific)
76 #include <trace/syscall.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c151 return syscall(__NR_quotactl, cmd, special, id, addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dintvec_32.S375 /* If it's a syscall, save a proper orig_r0, otherwise just zero. */
388 * save registers, since the syscall invoker doesn't expect the
620 * kind can be "normal", "ill", or "syscall"
700 .ifc \kind,syscall
928 * that will save some cycles if this turns out to be a syscall.
984 /* Check if we're returning from a syscall. */
1000 * On return from syscall, we've restored r0 from pt_regs, but we
1002 * restore the syscall arguments, but there's not much point,
1034 * Not a syscall, so restore caller-saved registers.
1290 check_single_stepping syscall,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dentry.S303 /* Save away the syscall number. */
327 # do_syscall_trace_enter returns the new syscall nr.
355 # Find and jump into the syscall handler.
361 /* The syscall number is invalid, return an error. */
366 /* Entry point used to return from a syscall/trap */
432 syscall. This function is actually `returned to' from switch_thread
576 /* Call the scheduler before returning from a syscall/trap. */
827 /* Call the scheduler before returning from a syscall/trap. */
967 brai TOPHYS(_user_exception); /* syscall handler */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsctl.c13 #include <linux/nfsd/syscall.h>
H A Dexport.c20 #include <linux/nfsd/syscall.h>
1102 * unexport syscall.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dptrace_64.c26 #include <trace/syscall.h>
294 /* Only the condition codes and the "in syscall"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dptrace.c39 #include <trace/syscall.h>
665 * Tracing decided this syscall should not happen or the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsignal.c35 #include <asm/syscall.h>
117 regs->orig_ax = -1; /* disable syscall checks */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c47 #include <sys/syscall.h>
1236 error("perfcounter syscall returned with %d (%s)\n",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c317 /* Definitions for the Linux module syscall interface.
4228 #include <sys/syscall.h>
4272 ret = syscall(__NR_init_module, map, len, options);

Completed in 246 milliseconds

123456