| /freebsd-11-stable/sys/i386/ibcs2/ |
| HD | Makefile | 29 ${BASE_GENERATED}: ${MAKESYSCALLS} syscalls.master syscalls.conf 30 sh ${MAKESYSCALLS} syscalls.master syscalls.conf 32 ${ISC_GENERATED}: ${MAKESYSCALLS} syscalls.isc syscalls.isc.conf 33 sh ${MAKESYSCALLS} syscalls.isc syscalls.isc.conf 35 ${XENIX_GENERATED}: ${MAKESYSCALLS} syscalls.xenix syscalls.xenix.conf 36 sh ${MAKESYSCALLS} syscalls.xenix syscalls.xenix.conf
|
| /freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/ |
| HD | h_stresscli.c | 23 static unsigned int syscalls, bindcalls; variable 60 atomic_inc_uint(&syscalls); in client() 63 atomic_inc_uint(&syscalls); in client() 84 atomic_inc_uint(&syscalls); in client() 94 atomic_inc_uint(&syscalls); in client() 104 atomic_inc_uint(&syscalls); in client() 111 atomic_inc_uint(&syscalls); in client() 115 atomic_inc_uint(&syscalls); in client() 117 atomic_inc_uint(&syscalls); in client() 181 fprintf(stderr, "done %d\n", syscalls); in main()
|
| /freebsd-11-stable/sys/compat/svr4/ |
| HD | Makefile | 20 ${GENERATED}: ${MAKESYSCALLS} syscalls.master syscalls.conf 21 sh ${MAKESYSCALLS} syscalls.master syscalls.conf
|
| /freebsd-11-stable/sys/conf/ |
| HD | sysent.mk | 11 syscalls.c \ 17 SYSENT_FILE?= syscalls.master 18 SYSENT_CONF?= syscalls.conf
|
| /freebsd-11-stable/tools/tools/shlib-compat/ |
| HD | Makefile.sysfake | 6 sysfake.c: ${.CURDIR}/../../sys/kern/syscalls.master 8 ${.CURDIR}/../../sys/kern/syscalls.master > ${.TARGET}
|
| /freebsd-11-stable/lib/libc/powerpc64/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */ 42 /* PSEUDO syscalls */
|
| /freebsd-11-stable/lib/libc/powerpc/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */ 46 /* PSEUDO syscalls */
|
| /freebsd-11-stable/lib/libc/amd64/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */ 54 /* PSEUDO syscalls */
|
| /freebsd-11-stable/lib/libc/mips/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */ 36 /* PSEUDO syscalls */
|
| /freebsd-11-stable/lib/libc/i386/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */ 51 /* PSEUDO syscalls */
|
| /freebsd-11-stable/lib/libc/arm/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */ 45 /* PSEUDO syscalls */
|
| /freebsd-11-stable/lib/libc/sparc64/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */ 71 /* PSEUDO syscalls */
|
| /freebsd-11-stable/crypto/heimdal/lib/kafs/ |
| HD | afsl.exp | 3 * This mumbo jumbo creates entry points to syscalls in _AIX
|
| /freebsd-11-stable/sys/kern/ |
| HD | Makefile | 9 syscalls.c \
|
| /freebsd-11-stable/tools/tools/shlib-compat/test/libtestsys/ |
| HD | Makefile | 11 sh ${.CURDIR}/../../makesyscalls-fake.sh /usr/src/sys/kern/syscalls.master > ${.TARGET}
|
| /freebsd-11-stable/tools/regression/doat/ |
| HD | README | 3 This is a simple testing program for *at family of syscalls. It creates
|
| /freebsd-11-stable/lib/libc/aarch64/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */
|
| /freebsd-11-stable/lib/libc/riscv/ |
| HD | Symbol.map | 11 /* PSEUDO syscalls */
|
| /freebsd-11-stable/usr.bin/truss/ |
| HD | Makefile | 5 SRCS= main.c setup.c syscalls.c
|
| HD | truss.h | 65 struct syscall *syscalls[SYSCALL_NORMAL_COUNT]; member
|
| HD | syscalls.c | 639 static STAILQ_HEAD(, syscall) syscalls; 919 STAILQ_INIT(&syscalls); in init_syscalls() 924 STAILQ_INSERT_HEAD(&syscalls, sc, entries); in init_syscalls() 933 if (number < nitems(abi->syscalls)) in find_syscall() 934 return (abi->syscalls[number]); in find_syscall() 947 if (number < nitems(abi->syscalls)) { in add_syscall() 948 assert(abi->syscalls[number] == NULL); in add_syscall() 949 abi->syscalls[number] = sc; in add_syscall() 980 STAILQ_FOREACH(sc, &syscalls, entries) { in get_syscall() 1005 STAILQ_INSERT_HEAD(&syscalls, sc, entries); in get_syscall() [all …]
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | procfs.c | 894 prsyscall_t *syscalls; in load_syscalls() local 920 syscalls = xmalloc (size); in load_syscalls() 922 if (read (sysent_fd, syscalls, size) != size) in load_syscalls() 924 xfree (syscalls); in load_syscalls() 933 maxcall = syscalls[0].pr_number; in load_syscalls() 936 if (syscalls[i].pr_number > maxcall in load_syscalls() 937 && syscalls[i].pr_nameoff > 0 in load_syscalls() 938 && syscalls[i].pr_number < MAX_SYSCALLS) in load_syscalls() 939 maxcall = syscalls[i].pr_number; in load_syscalls() 954 if (syscalls[i].pr_number >= MAX_SYSCALLS in load_syscalls() [all …]
|
| /freebsd-11-stable/tools/test/ |
| HD | README | 21 ptrace Verify that ptrace works with syscalls, vfork etc.
|
| /freebsd-11-stable/contrib/pjdfstest/ |
| HD | pjdfstest.c | 148 static struct syscall_desc syscalls[] = { variable 435 for (i = 0; syscalls[i].sd_name != NULL; i++) { in find_syscall() 436 if (strcmp(syscalls[i].sd_name, name) == 0) in find_syscall() 437 return (&syscalls[i]); in find_syscall()
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_errno.inc | 32 * Linux syscalls return negative errno's, we do positive and map them
|