Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_types.h142 #define RF_IO_IS_R_OR_W(_type_) \ argument
143 (((_type_) == RF_IO_TYPE_READ) || ((_type_) == RF_IO_TYPE_WRITE))
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dprintf-parse.c82 #define REGISTER_ARG(_index_,_type_) \ in PRINTF_PARSE() argument
108 a->arg[n].type = (_type_); \ in PRINTF_PARSE()
109 else if (a->arg[n].type != (_type_)) \ in PRINTF_PARSE()