HomeSort by relevance Sort by last modified time
    Searched defs:KCMP_FILE (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
kcmp.h 23 KCMP_FILE,
  /external/kernel-headers/original/uapi/linux/
kcmp.h 9 KCMP_FILE,
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp.h 29 KCMP_FILE,
  /external/strace/tests/
kcmp.c 57 # define KCMP_FILE 0
113 if (type == KCMP_FILE) {
200 /* KCMP_FILE is the only type which has additional args */
201 do_kcmp(3141592653U, 2718281828U, ARG_STR(KCMP_FILE), bogus_idx1,
203 do_kcmp(-1, -1, ARG_STR(KCMP_FILE), NULL_FD, ZERO_FD);
  /external/strace/tests-m32/
kcmp.c 57 # define KCMP_FILE 0
113 if (type == KCMP_FILE) {
200 /* KCMP_FILE is the only type which has additional args */
201 do_kcmp(3141592653U, 2718281828U, ARG_STR(KCMP_FILE), bogus_idx1,
203 do_kcmp(-1, -1, ARG_STR(KCMP_FILE), NULL_FD, ZERO_FD);
  /external/strace/tests-mx32/
kcmp.c 57 # define KCMP_FILE 0
113 if (type == KCMP_FILE) {
200 /* KCMP_FILE is the only type which has additional args */
201 do_kcmp(3141592653U, 2718281828U, ARG_STR(KCMP_FILE), bogus_idx1,
203 do_kcmp(-1, -1, ARG_STR(KCMP_FILE), NULL_FD, ZERO_FD);

Completed in 139 milliseconds