dependents         43 tools/crm_resource.h void cli_resource_print_colocation(pe_resource_t * rsc, bool dependents, bool recursive, int offset);
dependents        202 tools/crm_resource_print.c cli_resource_print_colocation(pe_resource_t * rsc, bool dependents, bool recursive, int offset)
dependents        211 tools/crm_resource_print.c     if (dependents) {
dependents        229 tools/crm_resource_print.c         if (dependents) {
dependents        234 tools/crm_resource_print.c             if (dependents == FALSE) {
dependents        241 tools/crm_resource_print.c         if (dependents && recursive) {
dependents        242 tools/crm_resource_print.c             cli_resource_print_colocation(peer, dependents, recursive, offset + 1);
dependents        248 tools/crm_resource_print.c                     peer->id, score, dependents ? "needs" : "with", role2text(cons->role_rh),
dependents        257 tools/crm_resource_print.c         if (!dependents && recursive) {
dependents        258 tools/crm_resource_print.c             cli_resource_print_colocation(peer, dependents, recursive, offset + 1);