HomeSort by relevance Sort by last modified time
    Searched refs:sysent_vec (Results 1 - 3 of 3) sorted by null

  /external/strace/
qualify.c 228 if (!sysent_vec[p][i].sys_name)
230 rc = regexec(&preg, sysent_vec[p][i].sys_name,
297 if (!sysent_vec[p][i].sys_name
298 || (sysent_vec[p][i].sys_flags & n) != n) {
318 if (!sysent_vec[p][i].sys_name
319 || strcmp(s, sysent_vec[p][i].sys_name)) {
syscall.c 251 const struct_sysent *const sysent_vec[SUPPORTED_PERSONALITIES] = { variable
290 sysent = sysent_vec[personality];
defs.h 971 extern const struct_sysent *const sysent_vec[SUPPORTED_PERSONALITIES];
    [all...]

Completed in 223 milliseconds