inactive_instance 1749 lib/pengine/unpack.c     pe_resource_t *inactive_instance = NULL;
inactive_instance 1817 lib/pengine/unpack.c             if (!skip_inactive && !inactive_instance
inactive_instance 1820 lib/pengine/unpack.c                 inactive_instance = parent->fns->find_rsc(child, rsc_id, NULL,
inactive_instance 1826 lib/pengine/unpack.c                 if (inactive_instance && inactive_instance->pending_node
inactive_instance 1827 lib/pengine/unpack.c                     && (inactive_instance->pending_node->details != node->details)) {
inactive_instance 1828 lib/pengine/unpack.c                     inactive_instance = NULL;
inactive_instance 1834 lib/pengine/unpack.c     if ((rsc == NULL) && !skip_inactive && (inactive_instance != NULL)) {
inactive_instance 1835 lib/pengine/unpack.c         pe_rsc_trace(parent, "Resource %s, empty slot", inactive_instance->id);
inactive_instance 1836 lib/pengine/unpack.c         rsc = inactive_instance;