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

/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dutils.cc71 int usermount_val = 0; local
72 size_t usermount_size = sizeof(usermount_val);
93 ASSERT_EQ(sysctlbyname(usermount_node, &usermount_val, &usermount_size,
96 if (geteuid() != 0 && !usermount_val)

Completed in 158 milliseconds