Lines Matching defs:instance

84  * xdf shell devices and to xdf devices.  The 'disk' entry to xdf instance
213 int instance = ddi_get_instance(dip);
214 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
472 int instance = ddi_get_instance(dip);
473 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
498 int instance = XDFS_DEV2UNIT(dev);
500 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
578 int instance = XDFS_DEV2UNIT(dev);
580 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
629 int instance = XDFS_DEV2UNIT(dev);
631 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
695 int instance = XDFS_DEV2UNIT(dev);
697 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
711 int instance = XDFS_DEV2UNIT(dev);
713 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
727 int instance = XDFS_DEV2UNIT(dev);
729 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
743 int instance = XDFS_DEV2UNIT(dev);
745 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
762 int instance = XDFS_DEV2UNIT(dev);
764 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
781 int instance = XDFS_DEV2UNIT(dev);
783 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
810 int instance = ddi_get_instance(dip);
811 void *xsp = ddi_get_soft_state(xdfs_ssp, instance);
829 int instance = ddi_get_instance(dip);
830 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
922 int instance = XDFS_DEV2UNIT(dev);
923 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
935 *result = (void *)(intptr_t)instance;
946 int instance = ddi_get_instance(dip);
953 (void) ddi_soft_state_zalloc(xdfs_ssp, instance);
954 VERIFY((xsp = ddi_get_soft_state(xdfs_ssp, instance)) != NULL);
959 ddi_soft_state_free(xdfs_ssp, instance);
975 int instance = ddi_get_instance(dip);
982 if (ddi_get_soft_state(xdfs_ssp, instance))
998 * thing we need to do is determine which xdf device instance this
999 * xdf shell instance should be layered on top of.
1009 * UhOh. We either don't know what xdf instance this xdf
1011 * with this instance isnt' attached. in either case fall
1018 (void) ddi_soft_state_zalloc(xdfs_ssp, instance);
1019 xsp = ddi_get_soft_state(xdfs_ssp, instance);
1033 ddi_soft_state_free(xdfs_ssp, instance);
1053 int instance = ddi_get_instance(dip);
1054 void *xsp = ddi_get_soft_state(xdfs_ssp, instance);
1065 ddi_soft_state_free(xdfs_ssp, instance);
1078 int instance = ddi_get_instance(dip);
1079 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
1095 int instance = ddi_get_instance(dip);
1096 void *xsp = ddi_get_soft_state(xdfs_ssp, instance);
1109 ddi_soft_state_free(xdfs_ssp, instance);
1116 int instance = ddi_get_instance(dip);
1117 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);
1134 ddi_soft_state_free(xdfs_ssp, instance);
1142 int instance = ddi_get_instance(dip);
1143 void *xsp = ddi_get_soft_state(xdfs_ssp, instance);
1156 int instance = ddi_get_instance(dip);
1157 xdfs_state_t *xsp = ddi_get_soft_state(xdfs_ssp, instance);