Searched refs:syscall (Results 101 - 125 of 225) sorted by last modified time

123456789

/external/libunwind/src/ia64/
H A DGtables.c388 # include <sys/syscall.h>
396 return syscall (SYS_getunwind, buf, len);
/external/libunwind/src/ppc32/
H A DGresume.c34 #include <sys/syscall.h>
/external/libunwind/src/ppc64/
H A DGresume.c34 #include <sys/syscall.h>
/external/libunwind/src/x86_64/
H A DGos-linux.c31 #include <sys/syscall.h>
148 "syscall"
H A Dsetcontext.S33 #include <sys/syscall.h>
56 syscall
71 syscall
/external/libselinux/src/
H A Dprocattr.c1 #include <sys/syscall.h>
14 return syscall(__NR_gettid);
/external/libhevc/common/
H A Dithread.c437 i4_sys_res = syscall(__NR_sched_setaffinity, pid, sizeof(i4_mask), &i4_mask);
442 //perror("Error in setaffinity syscall PERROR : ");
443 //LOG_ERROR("Error in the syscall setaffinity: mask=0x%x err=0x%x", i4_mask, i4_sys_res);
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c39 #include <sys/syscall.h>
52 /* External syscall prototypes */
168 m.hdr.pid = (unsigned)syscall(__NR_gettid);
240 (unsigned)syscall(__NR_gettid));
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h19 # include <sys/syscall.h>
/external/jemalloc/src/
H A Dutil.c49 * Use syscall(2) rather than write(2) when possible in order to avoid
53 UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s));
/external/iproute2/doc/
H A Dip-cref.tex176 The kernel returned an error to some syscall. In this case \verb|ip|
178 prefixed with a comment and a syscall identifier.
2727 syscall or supplying it to \verb|sendmsg(2)| via the ancillary data object
/external/iproute2/ip/
H A Dipnetns.c8 #include <sys/syscall.h>
35 return syscall(__NR_setns, fd, nstype);
/external/iptables/utils/
H A Dnfnl_osf.c125 fprintf(osf_log_stream, "%s.%lu %ld ", str, tv.tv_usec, syscall(__NR_gettid));
/external/fio/os/
H A Dos-android.h8 #include <sys/syscall.h>
148 return syscall(__NR_ioprio_set, which, who, ioprio);
H A Dos-linux.h8 #include <sys/syscall.h>
105 return syscall(__NR_ioprio_set, which, who, ioprio);
110 return syscall(__NR_gettid);
/external/e2fsprogs/
H A Dconfigure10373 for ac_header in dirent.h errno.h execinfo.h getopt.h malloc.h mntent.h paths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h linux/falloc.h linux/fd.h linux/major.h linux/loop.h net/if_dl.h netinet/in.h sys/disklabel.h sys/file.h sys/ioctl.h sys/mkdev.h sys/mman.h sys/prctl.h sys/queue.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h
/external/e2fsprogs/contrib/
H A Dfallocate.c28 #include <sys/syscall.h>
165 error = syscall(SYS_fallocate, fd, falloc_mode, offset, length);
H A Dspd_readdir.c109 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
/external/e2fsprogs/lib/blkid/
H A Dcache.c30 #include <sys/syscall.h>
49 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
H A Dllseek.c38 #include <syscall.h>
79 retval = syscall(__NR__llseek, fd, ((unsigned long long) offset) >> 32,
/external/e2fsprogs/lib/e2p/
H A Dfgetflags.c88 save_errno = syscall(SYS_fsctl, name, EXT2_IOC_GETFLAGS, &f, 0);
H A Dfgetversion.c58 err = syscall(SYS_fsctl, name, EXT2_IOC_GETVERSION, &ver, 0);
H A Dfsetflags.c93 return syscall(SYS_fsctl, name, EXT2_IOC_SETFLAGS, &f, 0);
H A Dfsetversion.c58 return syscall(SYS_fsctl, name, EXT2_IOC_SETVERSION, &ver, 0);
/external/e2fsprogs/lib/et/
H A Derror_message.c32 #include <sys/syscall.h>
208 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)

Completed in 330 milliseconds

123456789