HomeSort by relevance Sort by last modified time
    Searched defs:syscall (Results 1 - 18 of 18) sorted by null

  /bionic/libc/arch-arm/bionic/
syscall.S 31 ENTRY(syscall) function
51 END(syscall)
  /bionic/libc/arch-arm64/bionic/
syscall.S 31 ENTRY(syscall) function
32 /* Move syscall No. from x0 to x8 */
34 /* Move syscall parameters from x1 thru x6 to x0 thru x5 */
43 /* check if syscall returned successfully */
49 END(syscall)
  /bionic/libc/arch-x86/bionic/
syscall.S 2 * Generic syscall call.
15 ENTRY(syscall) function
37 # (Not all will be valid, depending on the syscall.)
73 END(syscall)
  /bionic/libc/arch-x86_64/bionic/
syscall.S 30 * Generic syscall call.
36 * %rcx: arg3 - syscall expects it at %r10
43 ENTRY(syscall) function
45 # (Not all will be valid, depending on the syscall.)
55 syscall
63 END(syscall)
  /bionic/libc/arch-mips/bionic/
syscall.S 33 * syscall has up to 6 arguments, so we need space for the extra two arguments.
37 ENTRY(syscall) function
50 syscall
61 END(syscall)
  /external/u-boot/examples/api/
crt0.S 19 .globl syscall
20 syscall: label
37 .globl syscall
38 syscall: label
52 .globl syscall
53 .ent syscall
54 syscall: label
62 .end syscall
  /development/tools/bugreport/src/com/android/bugreport/stacks/
KernelStackFrameSnapshot.java 23 public String syscall; field in class:KernelStackFrameSnapshot
33 this.syscall = that.syscall;
  /external/bcc/src/python/bcc/
perf.py 66 # fetch syscall routines
68 syscall = libc.syscall # not declaring vararg types variable in class:Perf
73 pfd = Perf.syscall(Perf.NR_PERF_EVENT_OPEN, ct.byref(attr),
  /external/ltp/testcases/kernel/syscalls/set_thread_area/
set_thread_area01.c 39 int syscall; member in struct:test
48 * and upon the syscall exit the entry number is set to entry which was used.
77 TEST(ltp_syscall(tests[i].syscall, tests[i].u_info));
  /external/grpc-grpc/test/core/iomgr/
error_test.cc 91 error1, GRPC_ERROR_STR_SYSCALL, grpc_slice_from_static_string("syscall"));
97 // error 1 should not have a syscall but 3 should
100 GPR_ASSERT(!strncmp((char*)GRPC_SLICE_START_PTR(str), "syscall",
176 const char* syscall = "syscall name"; local
177 grpc_error* error = GRPC_OS_ERROR(fake_errno, syscall);
185 GPR_ASSERT(!strncmp((char*)GRPC_SLICE_START_PTR(str), syscall,
  /external/openssh/
sandbox-systrace.c 24 #include <sys/syscall.h>
47 int syscall; member in struct:sandbox_policy
176 /* Set per-syscall policy */
179 for (j = 0; allowed_syscalls[j].syscall != -1; j++) {
180 if (allowed_syscalls[j].syscall == i) {
190 debug3("%s: policy: enable syscall %d", __func__, i);
  /external/kmod/testsuite/
init_module.c 38 #include <sys/syscall.h>
331 TS_EXPORT long int syscall(long int __sysno, ...) function
368 nextlib_syscall = dlsym(nextlib, "syscall");
370 fprintf(stderr, "FIXME FIXME FIXME: could not load syscall symbol: %s\n",
382 * this may fail if a library or process is trying to call syscall()
385 fprintf(stderr, "FIXME FIXME FIXME: could not wrap call to syscall(%ld), this should not happen\n",
  /external/u-boot/api/
api.c 587 * The main syscall entry point - this is not reentrant, only one call is
590 * e.g. syscall(1, int *, u_int32_t, u_int32_t, u_int32_t, u_int32_t);
592 * call: syscall number
595 * syscall puts its return value, if NULL the caller does not
598 * ... syscall arguments (variable number)
602 int syscall(int call, int *retval, ...) function
613 debugf("syscall #%d does not have a handler\n", call);
669 sig->syscall = &syscall;
673 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall)
    [all...]
  /external/u-boot/arch/nds32/cpu/n1213/
start.S 58 j syscall
533 syscall: label
  /external/u-boot/arch/xtensa/include/asm/
ptrace.h 45 #define EXC_TABLE_SYSCALL_SAVE 0x014 /* For fast syscall handler */
98 unsigned long syscall; /* 56 */ member in struct:pt_regs
  /external/u-boot/include/
api_public.h 16 #define API_ESYSC 6 /* syscall error */
28 scp_t syscall; /* entry point to the API */ member in struct:api_signature
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 450 char *syscall; member in struct:tcses
603 strcmp(ptr, all_tcses[ctr].syscall) == 0) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
valid.s 302 syscall # CHECK: syscall # encoding: [0x00,0x00,0x8b,0x7c] label
303 syscall 396 # CHECK: syscall 396 # encoding: [0x01,0x8c,0x8b,0x7c] label
    [all...]

Completed in 1879 milliseconds