Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dioctl.cc47 void expect_ioctl(uint64_t ino, ProcessMockerT r) in expect_ioctl() function in Ioctl
65 expect_ioctl(ino, ReturnImmediate([](auto in, auto& out) { in expect_ioctl_rw()
105 expect_ioctl(FUSE_ROOT_ID, ReturnErrno(ENOSYS)); in TEST_F()