Searched refs:KCMP_FILE (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/capsicum-test/
H A Dlinux.cc1186 #ifndef KCMP_FILE
1187 #define KCMP_FILE 0 macro
1196 int rc = syscall(__NR_kcmp, parent, parent, KCMP_FILE, fd, fd);
1205 EXPECT_OK(syscall(__NR_kcmp, parent, child, KCMP_FILE, fd, fd));
1211 EXPECT_NE(0, syscall(__NR_kcmp, parent, child, KCMP_FILE, fd, fd));

Completed in 73 milliseconds