te_subsystem 353 crmd/control.c free(te_subsystem); te_subsystem = NULL; te_subsystem 643 crmd/control.c te_subsystem = calloc(1, sizeof(struct crm_subsystem_s)); te_subsystem 656 crmd/control.c if (te_subsystem != NULL) { te_subsystem 657 crmd/control.c te_subsystem->pid = -1; te_subsystem 658 crmd/control.c te_subsystem->name = CRM_SYSTEM_TENGINE; te_subsystem 659 crmd/control.c te_subsystem->flag_connected = R_TE_CONNECTED; te_subsystem 660 crmd/control.c te_subsystem->flag_required = R_TE_REQUIRED; te_subsystem 760 crmd/control.c the_subsystem = te_subsystem; te_subsystem 114 crmd/crmd_fsa.h extern struct crm_subsystem_s *te_subsystem; te_subsystem 33 crmd/tengine.c struct crm_subsystem_s *te_subsystem = NULL; te_subsystem 72 crmd/tengine.c clear_bit(fsa_input_register, te_subsystem->flag_connected); te_subsystem 79 crmd/tengine.c } else if (is_set(fsa_input_register, te_subsystem->flag_connected)) { te_subsystem 84 crmd/tengine.c crm_info("Ignoring request to start %s while shutting down", te_subsystem->name); te_subsystem 122 crmd/tengine.c set_bit(fsa_input_register, te_subsystem->flag_connected);