Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/sys/
H A Dmdeg.h110 int mdeg_register(mdeg_node_spec_t *pspecp, mdeg_node_match_t *nmatchp,
/titanic_50/usr/src/uts/sun4v/io/
H A Dmdeg.c420 mdeg_register(mdeg_node_spec_t *pspecp, mdeg_node_match_t *nmatchp, in mdeg_register() argument
429 if (((pspecp != NULL) && (nmatchp == NULL)) || in mdeg_register()
430 ((pspecp == NULL) && (nmatchp != NULL))) { in mdeg_register()
444 clnt->nmatch = nmatchp; in mdeg_register()