Searched refs:service_class (Results 1 – 1 of 1) sorted by relevance
4510 char service_class[FM_MAX_CLASS]; in bofi_fm_ereport_callback() local4519 (void) snprintf(service_class, FM_MAX_CLASS, "%s.%s.%s.", in bofi_fm_ereport_callback()4521 if (strncmp(class, service_class, strlen(service_class) - 1) == 0) in bofi_fm_ereport_callback()4541 ptr = class + strlen(service_class); in bofi_fm_ereport_callback()