HomeSort by: relevance | last modified time | path
    Searched refs:syscalls (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
afsl.exp 3 * This mumbo jumbo creates entry points to syscalls in _AIX
  /src/share/mk/
bsd.syscall.mk 9 syscalls.conf syscalls.master
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.h 21 #include <zircon/syscalls/object.h>
sanitizer_procmaps_fuchsia.cpp 16 #include <zircon/syscalls.h>
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.h 21 #include <zircon/syscalls/object.h>
sanitizer_procmaps_fuchsia.cpp 16 #include <zircon/syscalls.h>
  /src/tests/rump/rumpkern/h_client/
h_stresscli.c 23 static unsigned int syscalls, bindcalls; variable
60 atomic_inc_uint(&syscalls);
63 atomic_inc_uint(&syscalls);
84 atomic_inc_uint(&syscalls);
94 atomic_inc_uint(&syscalls);
104 atomic_inc_uint(&syscalls);
111 atomic_inc_uint(&syscalls);
115 atomic_inc_uint(&syscalls);
117 atomic_inc_uint(&syscalls);
181 fprintf(stderr, "done %d\n", syscalls);
    [all...]
  /src/sys/kern/
Makefile 13 SYSCALLSRC = makesyscalls.sh syscalls.conf syscalls.master
14 init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h ../sys/syscallargs.h: ${SYSCALLSRC}
15 ${HOST_SH} makesyscalls.sh syscalls.conf syscalls.master
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
step-over-exec.exp 20 set syscalls_src $srcdir/lib/my-syscalls.S
49 lappend_include_file execr_opts $::srcdir/lib/my-syscalls.h
step-over-thread-exit-while-stop-all-threads.exp 22 set syscalls_src $srcdir/lib/my-syscalls.S
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
step-over-exec.exp 20 set syscalls_src $srcdir/lib/my-syscalls.S
49 lappend_include_file execr_opts $::srcdir/lib/my-syscalls.h
step-over-thread-exit-while-stop-all-threads.exp 22 set syscalls_src $srcdir/lib/my-syscalls.S
  /src/external/gpl3/gdb/dist/gdb/
xml-syscall.c 34 syscalls information. */
43 warning (_("Can not parse XML syscalls information; XML support was "
128 /* The syscalls that are part of the group. This is a non-owning
131 std::vector<syscall_desc *> syscalls; member in struct:syscall_group_desc
136 /* Structure that represents syscalls information. */
139 /* The syscalls. */
141 std::vector<syscall_desc_up> syscalls; member in struct:syscalls_info
207 groupdesc->syscalls.push_back (syscall);
218 syscalls_info->syscalls.emplace_back (sysdesc);
295 if (gdb_xml_parse_quick (_("syscalls info"), NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
xml-syscall.c 34 syscalls information. */
43 warning (_("Can not parse XML syscalls information; XML support was "
128 /* The syscalls that are part of the group. This is a non-owning
131 std::vector<syscall_desc *> syscalls; member in struct:syscall_group_desc
136 /* Structure that represents syscalls information. */
139 /* The syscalls. */
141 std::vector<syscall_desc_up> syscalls; member in struct:syscalls_info
207 groupdesc->syscalls.push_back (syscall);
218 syscalls_info->syscalls.emplace_back (sysdesc);
295 if (gdb_xml_parse_quick (_("syscalls info"), NULL
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_tsc.h 23 #include <zircon/syscalls.h>
  /src/external/gpl3/gdb.old/dist/gdb/syscalls/
arm-linux.py 25 <!DOCTYPE feature SYSTEM "gdb-syscalls.dtd">
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-syscall.exp 37 # All (but the last) syscalls from the example code. It is filled in
72 # that the syscalls 'X' are to be caught.
73 proc check_info_bp_many_syscalls { syscalls } {
76 foreach name $syscalls {
82 set thistest "syscalls $filter_str appears in 'info breakpoints'"
83 gdb_test "info breakpoints" ".*catchpoint.*keep y.*syscalls (.)?${filter_str}(.)?.*" $thistest
87 # pattern can match syscalls that vary in implementation, like vfork.
100 # can match syscalls that vary in implementation, like vfork.
135 # syscalls that vary in implementation, like vfork.
160 proc insert_catch_syscall_with_many_args { syscalls numbers }
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-syscall.exp 58 # All (but the last) syscalls from the example code. It is filled in
93 # that the syscalls 'X' are to be caught.
94 proc check_info_bp_many_syscalls { syscalls } {
97 foreach name $syscalls {
103 set thistest "syscalls $filter_str appears in 'info breakpoints'"
104 gdb_test "info breakpoints" ".*catchpoint.*keep y.*syscalls (.)?${filter_str}(.)?.*" $thistest
108 # pattern can match syscalls that vary in implementation, like vfork.
121 # can match syscalls that vary in implementation, like vfork.
156 # syscalls that vary in implementation, like vfork.
181 proc insert_catch_syscall_with_many_args { syscalls numbers }
    [all...]
  /src/external/gpl3/gdb/dist/sim/rx/
local.mk 32 %D%/syscalls.o \
  /src/external/gpl3/gdb.old/dist/sim/rx/
local.mk 32 %D%/syscalls.o \
  /src/external/gpl3/gdb/bin/gdb/
Makefile 47 FILESDIR= /usr/share/gdb/syscalls
101 ${DIST}/gdb/signals ${DIST}/gdb/syscalls ${DIST}/gdb/doc \
  /src/external/gpl3/gdb.old/bin/gdb/
Makefile 47 FILESDIR= /usr/share/gdb/syscalls
101 ${DIST}/gdb/signals ${DIST}/gdb/syscalls ${DIST}/gdb/doc \
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp 30 #include <zircon/syscalls.h>
31 #include <zircon/syscalls/debug.h>
32 #include <zircon/syscalls/exception.h>
33 #include <zircon/syscalls/port.h>
  /src/external/gpl3/gdb/dist/sim/cris/
sim-main.h 125 /* Number of syscalls performed or in progress, counting once extra
129 instructions take no time and syscalls always take 1ms. */ member in struct:cris_sim_cpu
130 USI syscalls;
  /src/external/gpl3/gdb.old/dist/sim/cris/
sim-main.h 125 /* Number of syscalls performed or in progress, counting once extra
129 instructions take no time and syscalls always take 1ms. */ member in struct:cris_sim_cpu
130 USI syscalls;

Completed in 53 milliseconds

1 2 3