Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A Dmp_utils.c213 char subClassName[256]; in notifyClient() local
225 if (strstr(subClassName, "change")) { in notifyClient()
231 subClassName); in notifyClient()
233 if (strncmp(subClassName, ESC_SUN_MP_PLUGIN_CHANGE, 255) in notifyClient()
269 } else if ((strstr(subClassName, "add")) || in notifyClient()
270 (strstr(subClassName, "initiator_register"))) { in notifyClient()
278 subClassName); in notifyClient()
294 } else if (strncmp(subClassName, ESC_SUN_MP_TPG_ADD, in notifyClient()
311 } else if ((strstr(subClassName, "remove")) || in notifyClient()
312 (strstr(subClassName, "initiator_unregister"))) { in notifyClient()
[all …]