Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/fs/common/
H A Dh_fsmacros.h78 #define FSTEST_CONSTRUCTOR(_tc_, _fs_, _args_) \ argument
80 if (_fs_##_fstest_newfs(_tc_, &_args_, \
83 if (_fs_##_fstest_mount(_tc_, _args_, FSTEST_MNTNAME, 0) != 0) \
87 #define FSTEST_CONSTRUCTOR_FSPRIV(_tc_, _fs_, _args_, _privargs_) \ argument
89 if (_fs_##_fstest_newfs(_tc_, &_args_, \
92 if (_fs_##_fstest_mount(_tc_, _args_, FSTEST_MNTNAME, 0) != 0) \
96 #define FSTEST_DESTRUCTOR(_tc_, _fs_, _args_) \ argument
102 if (_fs_##_fstest_delfs(_tc_, _args_) != 0) \