Searched defs:i_xdf_hvm_find (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2082 i_xdf_hvm_find(const char *path, dev_info_t *dip) function
2111 i = i_xdf_hvm_find(path, NULL);
2136 ASSERT(i_xdf_hvm_find(path, NULL) == NULL);
2137 ASSERT(i_xdf_hvm_find(NULL, dip) == NULL);
2150 VERIFY((i = i_xdf_hvm_find(NULL, dip)) != NULL);

Completed in 80 milliseconds