inactive_instance 1762 lib/pengine/unpack.c     pe_resource_t *inactive_instance = NULL;
inactive_instance 1831 lib/pengine/unpack.c             if (!skip_inactive && !inactive_instance
inactive_instance 1834 lib/pengine/unpack.c                 inactive_instance = parent->fns->find_rsc(child, rsc_id, NULL,
inactive_instance 1840 lib/pengine/unpack.c                 if (inactive_instance && inactive_instance->pending_node
inactive_instance 1841 lib/pengine/unpack.c                     && (inactive_instance->pending_node->details != node->details)) {
inactive_instance 1842 lib/pengine/unpack.c                     inactive_instance = NULL;
inactive_instance 1848 lib/pengine/unpack.c     if ((rsc == NULL) && !skip_inactive && (inactive_instance != NULL)) {
inactive_instance 1849 lib/pengine/unpack.c         pe_rsc_trace(parent, "Resource %s, empty slot", inactive_instance->id);
inactive_instance 1850 lib/pengine/unpack.c         rsc = inactive_instance;