Home
last modified time | relevance | path

Searched refs:dacf_match (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddacf_clnt.c152 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_DEV_PATH, in dacfc_match_create_minor()
156 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_DRV_MNAME, in dacfc_match_create_minor()
160 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_MIN_NT, node_type); in dacfc_match_create_minor()
177 r = dacf_match(DACF_OPID_PREDETACH, DACF_DS_DEV_PATH, in dacfc_match_create_minor()
181 r = dacf_match(DACF_OPID_PREDETACH, DACF_DS_DRV_MNAME, in dacfc_match_create_minor()
185 r = dacf_match(DACF_OPID_PREDETACH, DACF_DS_MIN_NT, node_type); in dacfc_match_create_minor()
H A Ddacf.c645 dacf_match(dacf_opid_t op, dacf_devspec_t ds, const void *match_info) in dacf_match() function
/illumos-gate/usr/src/uts/common/sys/
H A Ddacf_impl.h124 dacf_rule_t *dacf_match(dacf_opid_t, dacf_devspec_t, const void *);