Home
last modified time | relevance | path

Searched refs:INTERCEPT_MAXSYSCALLARGS (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/bin/systrace/
Dintercept.h117 #define INTERCEPT_MAXSYSCALLARGS 10 macro
138 int ind[INTERCEPT_MAXSYSCALLARGS];
139 u_char *address[INTERCEPT_MAXSYSCALLARGS];
140 size_t len[INTERCEPT_MAXSYSCALLARGS];
141 u_int flags[INTERCEPT_MAXSYSCALLARGS];
Dintercept.c149 if (offset >= INTERCEPT_MAXSYSCALLARGS) in intercept_register_translation()
524 if (ind >= INTERCEPT_MAXSYSCALLARGS) in intercept_replace_add()
Dparse.y441 if ($2 < 0 || $2 >= INTERCEPT_MAXSYSCALLARGS) {