Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_dev.c73 static dev_info_t *vmmdev_dip; variable
2096 } else if (ddi_create_minor_node(vmmdev_dip, name, S_IFCHR, minor, in vmmdev_do_vm_create()
2134 ddi_remove_minor_node(vmmdev_dip, name); in vmmdev_do_vm_create()
2179 if (vmmdev_dip == NULL || major != ddi_driver_major(vmmdev_dip)) { in vmm_drv_hold()
2671 ddi_remove_minor_node(vmmdev_dip, sc->vmm_name); in vmm_destroy_finish()
3219 ASSERT(vmmdev_dip != NULL); in vmm_sdev_filldir()
3225 makedevice(ddi_driver_major(vmmdev_dip), in vmm_sdev_filldir()
3263 *result = (void *)vmmdev_dip; in vmm_info()
3290 if (vmmdev_dip != NULL) { in vmm_attach()
3324 vmmdev_dip = dip; in vmm_attach()
[all …]