Searched defs:syscall (Results 1 - 5 of 5) sorted by relevance

/external/openssh/
H A Dsandbox-systrace.c24 #include <sys/syscall.h>
47 int syscall; member in struct:sandbox_policy
168 /* Set per-syscall policy */
171 for (j = 0; allowed_syscalls[j].syscall != -1; j++) {
172 if (allowed_syscalls[j].syscall == i) {
182 debug3("%s: policy: enable syscall %d", __func__, i);
/external/ltrace/
H A Dproc.h69 int syscall; member in union:callstack_element::__anon11412
H A Dhandle_event.c147 debug(1, "[%d] event: syscall (%s [%d])",
481 struct library_symbol syscall, *libsym = NULL; local
483 const char *name = sysname(proc, elem->c_un.syscall);
484 if (init_syscall_symbol(&syscall, name) >= 0)
485 libsym = &syscall;
495 library_symbol_destroy(&syscall);
531 struct library_symbol syscall; local
532 if (init_syscall_symbol(&syscall, name) >= 0) {
535 output_left(tof, proc, &syscall);
537 summary_account_call(&syscall, *spen
[all...]
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-trace.c362 struct syscall { struct
427 struct syscall *table;
527 static int syscall__set_arg_fmts(struct syscall *sc)
550 struct syscall *sc;
557 struct syscall *nsyscalls = realloc(trace->syscalls.table, (id + 1) * sizeof(*sc));
605 static size_t syscall__scnprintf_args(struct syscall *sc, char *bf, size_t size,
646 static struct syscall *trace__syscall_info(struct trace *trace,
666 fprintf(trace->output, "Invalid syscall %d id, skipping (%s, %" PRIu64 ") ...\n",
683 fprintf(trace->output, "Problems reading syscall %d", id);
698 struct syscall *s
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 277 milliseconds