Lines Matching defs:instance

336 	 * not specific to an instance.
526 * dev_info_t pointer or the instance number.
534 minor_t instance;
538 instance = getminor((dev_t)arg);
543 instance)) == NULL) {
551 *result = (void *)(uintptr_t)instance;
668 int instance;
685 instance = (int)getminor(*devp);
687 port = ddi_get_soft_state(fp_driver_softstate, instance);
731 int instance;
738 instance = (int)getminor(dev);
740 port = ddi_get_soft_state(fp_driver_softstate, instance);
764 int instance;
769 instance = (int)getminor(dev);
771 port = ddi_get_soft_state(fp_driver_softstate, instance);
865 * <hostname>:<hba driver name>(instance)
916 int instance;
929 instance = ddi_get_instance(dip);
936 instance);
940 if (ddi_create_minor_node(dip, "devctl", S_IFCHR, instance,
943 instance);
947 if (ddi_create_minor_node(dip, "fc", S_IFCHR, instance,
950 " point minor node", instance);
955 if (ddi_soft_state_zalloc(fp_driver_softstate, instance)
958 instance);
962 port = ddi_get_soft_state(fp_driver_softstate, instance);
964 (void) sprintf(port->fp_ibuf, "fp(%d)", instance);
966 port->fp_instance = instance;
990 (void) sprintf(name, "fp%d_cache", instance);
994 "phyport-instance", -1)) != -1) {
1003 * this fp instance.
1070 instance);
1082 " on fp dev_info node failed", instance);
1090 " on fp dev_info node failed", instance);
1118 instance);
1128 * Enable DDI_SUSPEND and DDI_RESUME for this instance.
1268 ddi_soft_state_free(fp_driver_softstate, instance);
1492 * a switch, another detaching instance of fp might have
1494 * this instance). So in order to be able to successfully
1555 * to exit, in preparation for DDI_DETACH on the instance.
2247 * each fc_local_port_t (driver soft state) instance.
2301 * will prepare the local port instance (softstate)
10925 * rscn_count on that instance of the port. If they don't match up
12392 if (!(attr_list && nvlist_add_uint32(attr_list, "instance",
13810 * port instance. If the port number isn't supported it returns NULL.
15326 if (nvlist_add_uint32(attr_list, "instance",
15361 if (nvlist_add_uint32(attr_list, "instance",