Searched refs:_args_ (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/tests/fs/common/ |
| D | h_fsmacros.h | 78 #define FSTEST_CONSTRUCTOR(_tc_, _fs_, _args_) \ argument 84 if (_fs_##_fstest_newfs(_tc_, &_args_, \ 87 if (_fs_##_fstest_mount(_tc_, _args_, FSTEST_MNTNAME, 0) != 0) \ 91 #define FSTEST_CONSTRUCTOR_FSPRIV(_tc_, _fs_, _args_, _privargs_) \ argument 93 if (_fs_##_fstest_newfs(_tc_, &_args_, \ 96 if (_fs_##_fstest_mount(_tc_, _args_, FSTEST_MNTNAME, 0) != 0) \ 100 #define FSTEST_DESTRUCTOR(_tc_, _fs_, _args_) \ argument 106 if (_fs_##_fstest_delfs(_tc_, _args_) != 0) \
|
| /netbsd/src/sys/sys/ |
| D | device_calls.h | 72 #define DEVICE_ENUMERATE_CHILDREN(_args_) \ argument 75 .binding.args = (_args_), \
|
| /netbsd/src/sys/dev/pci/ |
| D | pci_calls.h | 84 #define PCI_BUS_GET_CHILD_DEVHANDLE(_args_) \ argument 87 .binding.args = (_args_), \
|
| /netbsd/src/sys/arch/emips/ebus/ |
| D | icap_ebus.c | 67 #define DEBUG_PRINT(_args_,_lev_) DBGME(_lev_,printf _args_) argument
|
| D | ace_ebus.c | 292 #define DEBUG_PRINT(_args_,_lev_) DBGME(_lev_,printf _args_) argument
|
| D | flash_ebus.c | 95 #define DEBUG_PRINT(_args_,_lev_) DBGME(_lev_,printf _args_) argument
|