Searched refs:vio9p_state (Results 1 – 1 of 1) sorted by relevance
61 static void *vio9p_state; variable385 if (ddi_soft_state_zalloc(vio9p_state, instance) != DDI_SUCCESS) { in vio9p_attach()391 ddi_soft_state_free(vio9p_state, instance); in vio9p_attach()396 vio9p_t *vin = ddi_get_soft_state(vio9p_state, instance); in vio9p_attach()532 ddi_soft_state_free(vio9p_state, ddi_get_instance(dip)); in vio9p_teardown()616 vio9p_t *vin = ddi_get_soft_state(vio9p_state, getminor(*dev)); in vio9p_open()644 vio9p_t *vin = ddi_get_soft_state(vio9p_state, getminor(dev)); in vio9p_close()672 vio9p_t *vin = ddi_get_soft_state(vio9p_state, getminor(dev)); in vio9p_ioctl()697 if ((vin = ddi_get_soft_state(vio9p_state, getminor(dev))) == NULL) { in vio9p_read()775 vio9p_t *vin = ddi_get_soft_state(vio9p_state, getminor(dev)); in vio9p_write()[all …]