Searched refs:monitor_subsys (Results 1 – 1 of 1) sorted by relevance
51 static struct monitor_subsys_t **monitor_subsys; variable250 if ( monitor_subsys ) { in monitor_back_register_subsys()251 for ( ; monitor_subsys[ i ] != NULL; i++ ) in monitor_back_register_subsys()255 monitor_subsys = ch_realloc( monitor_subsys, in monitor_back_register_subsys()258 if ( monitor_subsys == NULL ) { in monitor_back_register_subsys()262 monitor_subsys[ i ] = ms; in monitor_back_register_subsys()263 monitor_subsys[ i + 1 ] = NULL; in monitor_back_register_subsys()1616 if ( monitor_subsys != NULL ) { in monitor_back_get_subsys()1619 for ( i = 0; monitor_subsys[ i ] != NULL; i++ ) { in monitor_back_get_subsys()1620 if ( strcasecmp( monitor_subsys[ i ]->mss_name, name ) == 0 ) { in monitor_back_get_subsys()[all …]