stop_op          2428 lib/pengine/unpack.c     xmlNode *stop_op =
stop_op          2431 lib/pengine/unpack.c     if (stop_op) {
stop_op          2432 lib/pengine/unpack.c         crm_element_value_int(stop_op, XML_LRM_ATTR_CALLID, &stop_id);
stop_op          2437 lib/pengine/unpack.c     if (stop_op == NULL || stop_id < task_id) {
stop_op          2513 lib/pengine/unpack.c         xmlNode *stop_op =
stop_op          2519 lib/pengine/unpack.c         if (stop_op) {
stop_op          2520 lib/pengine/unpack.c             crm_element_value_int(stop_op, XML_LRM_ATTR_CALLID, &stop_id);
stop_op          2529 lib/pengine/unpack.c         if (stop_op == NULL || stop_id < migrate_id) {
stop_op          2543 lib/pengine/unpack.c         xmlNode *stop_op =
stop_op          2549 lib/pengine/unpack.c         if (stop_op) {
stop_op          2550 lib/pengine/unpack.c             crm_element_value_int(stop_op, XML_LRM_ATTR_CALLID, &stop_id);
stop_op          2559 lib/pengine/unpack.c         if (stop_op == NULL || stop_id < migrate_id) {
stop_op          2562 lib/pengine/unpack.c             pe_rsc_trace(rsc, "Stop: %p %d, Migrated: %p %d", stop_op, stop_id, migrate_op,
stop_op          2440 pengine/native.c             action_t *stop_op = NULL;
stop_op          2444 pengine/native.c                 stop_op = possible_matches->data;
stop_op          2448 pengine/native.c             if (stop_op && (stop_op->flags & pe_action_runnable)) {
stop_op          2452 pengine/native.c             LogAction("Stop", rsc, node, NULL, stop_op,
stop_op          2453 pengine/native.c                       (stop_op && stop_op->reason)? stop_op : start, terminal);