Searched refs:DACF_NUM_DEVSPECS (Results 1 – 2 of 2) sorted by relevance
157 mod_hash_t **dacf_rule_matrix[DACF_NUM_OPIDS][DACF_NUM_DEVSPECS] = {215 ASSERT(i == DACF_NUM_DEVSPECS); in dacf_init()226 for (j = 0; j < DACF_NUM_DEVSPECS; j++) { in dacf_init()295 for (j = 0; j < DACF_NUM_DEVSPECS; j++) { in dacf_clear_rules()580 ASSERT(ds_type <= DACF_NUM_DEVSPECS && ds_type > 0); in dacf_get_op_hash()
68 #define DACF_NUM_DEVSPECS 3 macro