Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dhvm_bootstrap.c50 dev_info_t *xpvd_dip; in hvmboot_rootconf() local
57 if (resolve_pathname("/xpvd", &xpvd_dip, NULL, NULL) != 0) in hvmboot_rootconf()
60 (void) ndi_devi_config_driver(xpvd_dip, 0, dev_major); in hvmboot_rootconf()
65 (void) ndi_devi_config_driver(xpvd_dip, 0, dev_major); in hvmboot_rootconf()
67 ndi_rele_devi(xpvd_dip); in hvmboot_rootconf()
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c62 static dev_info_t *xpvd_dip; variable
424 xpvd_dip = dip; in check_xpvd()
453 if (xpvd_dip == NULL) in xen_suspend_domain()
459 if (xpvd_dip != NULL) in xen_suspend_domain()
460 (void) xen_suspend_devices(ddi_get_child(xpvd_dip)); in xen_suspend_domain()
530 if (xpvd_dip != NULL) in xen_suspend_domain()
531 (void) xen_resume_devices(ddi_get_child(xpvd_dip), 0); in xen_suspend_domain()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c174 dev_info_t *xpvd_dip; variable
246 *result = (void *)xpvd_dip; in xpvd_info()
270 xpvd_dip = NULL; in xpvd_attach()
276 xpvd_dip = NULL; in xpvd_attach()
284 xpvd_dip = NULL; in xpvd_attach()
302 xpvd_dip = devi; in xpvd_attach()