Searched refs:DACF_NUM_DEVSPECS (Results 1 – 2 of 2) sorted by relevance
155 mod_hash_t **dacf_rule_matrix[DACF_NUM_OPIDS][DACF_NUM_DEVSPECS] = {213 ASSERT(i == DACF_NUM_DEVSPECS); in dacf_init()224 for (j = 0; j < DACF_NUM_DEVSPECS; j++) { in dacf_init()293 for (j = 0; j < DACF_NUM_DEVSPECS; j++) { in dacf_clear_rules()578 ASSERT(ds_type <= DACF_NUM_DEVSPECS && ds_type > 0); in dacf_get_op_hash()
66 #define DACF_NUM_DEVSPECS 3 macro