Lines Matching refs:strncmp

233 		if (strncmp(subClassName, ESC_SUN_MP_PLUGIN_CHANGE, 255)  in notifyClient()
238 } else if (strncmp(subClassName, ESC_SUN_MP_LU_CHANGE, 255) in notifyClient()
243 } else if (strncmp(subClassName, ESC_SUN_MP_PATH_CHANGE, 255) in notifyClient()
248 } else if (strncmp(subClassName, ESC_SUN_MP_INIT_PORT_CHANGE, in notifyClient()
253 } else if (strncmp(subClassName, ESC_SUN_MP_TPG_CHANGE, 255) in notifyClient()
258 } else if (strncmp(subClassName, ESC_SUN_MP_TARGET_PORT_CHANGE, in notifyClient()
263 } else if (strncmp(subClassName, ESC_SUN_MP_DEV_PROD_CHANGE, in notifyClient()
280 if (strncmp(subClassName, ESC_SUN_MP_LU_ADD, 255) == 0) { in notifyClient()
284 } else if (strncmp(subClassName, ESC_SUN_MP_PATH_ADD, 255) in notifyClient()
289 } else if (strncmp(subClassName, ESC_DDI_INITIATOR_REGISTER, in notifyClient()
294 } else if (strncmp(subClassName, ESC_SUN_MP_TPG_ADD, in notifyClient()
299 } else if (strncmp(subClassName, ESC_SUN_MP_TARGET_PORT_ADD, in notifyClient()
304 } else if (strncmp(subClassName, ESC_SUN_MP_DEV_PROD_ADD, 255) in notifyClient()
322 if (strncmp(subClassName, ESC_SUN_MP_LU_REMOVE, 255) == 0) { in notifyClient()
326 } else if (strncmp(subClassName, ESC_SUN_MP_PATH_REMOVE, 255) in notifyClient()
331 } else if (strncmp(subClassName, ESC_DDI_INITIATOR_UNREGISTER, in notifyClient()
336 } else if (strncmp(subClassName, ESC_SUN_MP_TPG_REMOVE, 255) in notifyClient()
341 } else if (strncmp(subClassName, ESC_SUN_MP_TARGET_PORT_REMOVE, in notifyClient()
346 } else if (strncmp(subClassName, ESC_SUN_MP_DEV_PROD_REMOVE, in notifyClient()
555 if ((strncmp(EC_SUN_MP, sysevent_get_class_name(ev), 9) != 0) && in sysevent_handler()
556 (strncmp(EC_DDI, sysevent_get_class_name(ev), 6) != 0)) { in sysevent_handler()