Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c155 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()
/illumos-gate/usr/src/uts/common/sys/
H A Ddacf_impl.h66 #define DACF_NUM_DEVSPECS 3 macro