Searched refs:dacf_match (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | dacf_clnt.c | 154 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_DEV_PATH, in dacfc_match_create_minor() 158 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_DRV_MNAME, in dacfc_match_create_minor() 162 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_MIN_NT, node_type); in dacfc_match_create_minor() 179 r = dacf_match(DACF_OPID_PREDETACH, DACF_DS_DEV_PATH, in dacfc_match_create_minor() 183 r = dacf_match(DACF_OPID_PREDETACH, DACF_DS_DRV_MNAME, in dacfc_match_create_minor() 187 r = dacf_match(DACF_OPID_PREDETACH, DACF_DS_MIN_NT, node_type); in dacfc_match_create_minor()
|
H A D | dacf.c | 647 dacf_match(dacf_opid_t op, dacf_devspec_t ds, void *match_info) in dacf_match() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dacf_impl.h | 126 dacf_rule_t *dacf_match(dacf_opid_t, dacf_devspec_t, void *);
|