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

/freebsd-13-stable/contrib/capsicum-test/
H A Dlinux.cc376 int fa_fd = fanotify_init(FAN_CLASS_NOTIF, O_RDWR); local
377 EXPECT_OK(fa_fd);
378 if (fa_fd < 0) return; // May not be enabled
397 int cap_fd_ro = dup(fa_fd);
400 int cap_fd_wo = dup(fa_fd);
403 int cap_fd_rw = dup(fa_fd);
406 int cap_fd_poll = dup(fa_fd);
409 int cap_fd_not = dup(fa_fd);
484 rc = read(fa_fd, &ev, sizeof(ev));
521 close(fa_fd);
[all...]

Completed in 53 milliseconds