_option_ 3196 dev/raidframe/rf_openbsdkintf.c #define RF_DBG_OPTION(_option_,_val_) do { \ _option_ 3198 dev/raidframe/rf_openbsdkintf.c #_option_, _val_); \ _option_ 3201 dev/raidframe/rf_openbsdkintf.c #define RF_DBG_OPTION(_option_,_val_) do { \ _option_ 46 dev/raidframe/rf_options.c #define RF_DBG_OPTION(_option_,_defval_) \ _option_ 47 dev/raidframe/rf_options.c long rf_##_option_ = _defval_; _option_ 49 dev/raidframe/rf_options.c #define RF_DBG_OPTION(_option_,_defval_) \ _option_ 50 dev/raidframe/rf_options.c long rf_/**/_option_ = _defval_; _option_ 58 dev/raidframe/rf_options.c #define RF_DBG_OPTION(_option_,_defval_) \ _option_ 59 dev/raidframe/rf_options.c {RF_STRING(_option_), &rf_##_option_}, _option_ 61 dev/raidframe/rf_options.c #define RF_DBG_OPTION(_option_,_defval_) \ _option_ 62 dev/raidframe/rf_options.c {RF_STRING(_option_), &rf_/**/_option_}, _option_ 72 dev/raidframe/rf_options.c #define RF_DBG_OPTION(_option_,_defval_) \ _option_ 73 dev/raidframe/rf_options.c rf_##_option_ = _defval_; _option_ 75 dev/raidframe/rf_options.c #define RF_DBG_OPTION(_option_,_defval_) \ _option_ 76 dev/raidframe/rf_options.c rf_/**/_option_ = _defval_; _option_ 51 dev/raidframe/rf_options.h #define RF_DBG_OPTION(_option_,_defval_) \ _option_ 52 dev/raidframe/rf_options.h extern long rf_##_option_; _option_ 54 dev/raidframe/rf_options.h #define RF_DBG_OPTION(_option_,_defval_) \ _option_ 55 dev/raidframe/rf_options.h extern long rf_/**/_option_;