opt_rep           898 orte/mca/snapc/full/snapc_full_app.c     int tmp_resp, opt_rep;
opt_rep           906 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep           913 orte/mca/snapc/full/snapc_full_app.c     currently_all_migrating = OPAL_INT_TO_BOOL(opt_rep);
opt_rep           915 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep           922 orte/mca/snapc/full/snapc_full_app.c     currently_migrating = OPAL_INT_TO_BOOL(opt_rep);
opt_rep           924 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep           931 orte/mca/snapc/full/snapc_full_app.c     current_options->term = OPAL_INT_TO_BOOL(opt_rep);
opt_rep           933 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep           940 orte/mca/snapc/full/snapc_full_app.c     current_options->stop = OPAL_INT_TO_BOOL(opt_rep);
opt_rep           942 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep           949 orte/mca/snapc/full/snapc_full_app.c     current_options->inc_prep_only = OPAL_INT_TO_BOOL(opt_rep);
opt_rep           951 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep           958 orte/mca/snapc/full/snapc_full_app.c     current_options->inc_recover_only = OPAL_INT_TO_BOOL(opt_rep);
opt_rep           961 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep           968 orte/mca/snapc/full/snapc_full_app.c     current_options->attach_debugger = OPAL_INT_TO_BOOL(opt_rep);
opt_rep           970 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep           977 orte/mca/snapc/full/snapc_full_app.c     current_options->detach_debugger = OPAL_INT_TO_BOOL(opt_rep);
opt_rep          1052 orte/mca/snapc/full/snapc_full_app.c     if( sizeof(int) != (ret = read(app_comm_pipe_r_fd, &opt_rep, sizeof(int))) ) {
opt_rep          1464 orte/mca/snapc/full/snapc_full_local.c     int opt_rep;
opt_rep          1490 orte/mca/snapc/full/snapc_full_local.c     opt_rep = (int)(currently_migrating);
opt_rep          1491 orte/mca/snapc/full/snapc_full_local.c     if( sizeof(int) != (ret = write(vpid_snapshot->comm_pipe_w_fd, &opt_rep, sizeof(int))) ) {
opt_rep          1499 orte/mca/snapc/full/snapc_full_local.c     opt_rep = (int)(vpid_snapshot->migrating);
opt_rep          1500 orte/mca/snapc/full/snapc_full_local.c     if( sizeof(int) != (ret = write(vpid_snapshot->comm_pipe_w_fd, &opt_rep, sizeof(int))) ) {
opt_rep          1508 orte/mca/snapc/full/snapc_full_local.c     opt_rep = (int)(options->term);
opt_rep          1509 orte/mca/snapc/full/snapc_full_local.c     if( sizeof(int) != (ret = write(vpid_snapshot->comm_pipe_w_fd, &opt_rep, sizeof(int))) ) {
opt_rep          1517 orte/mca/snapc/full/snapc_full_local.c     opt_rep = (int)(options->stop);
opt_rep          1518 orte/mca/snapc/full/snapc_full_local.c     if( sizeof(int) != (ret = write(vpid_snapshot->comm_pipe_w_fd, &opt_rep, sizeof(int))) ) {
opt_rep          1526 orte/mca/snapc/full/snapc_full_local.c     opt_rep = (int)(options->inc_prep_only);
opt_rep          1527 orte/mca/snapc/full/snapc_full_local.c     if( sizeof(int) != (ret = write(vpid_snapshot->comm_pipe_w_fd, &opt_rep, sizeof(int))) ) {
opt_rep          1535 orte/mca/snapc/full/snapc_full_local.c     opt_rep = (int)(options->inc_recover_only);
opt_rep          1536 orte/mca/snapc/full/snapc_full_local.c     if( sizeof(int) != (ret = write(vpid_snapshot->comm_pipe_w_fd, &opt_rep, sizeof(int))) ) {
opt_rep          1545 orte/mca/snapc/full/snapc_full_local.c     opt_rep = (int)(options->attach_debugger);
opt_rep          1546 orte/mca/snapc/full/snapc_full_local.c     if( sizeof(int) != (ret = write(vpid_snapshot->comm_pipe_w_fd, &opt_rep, sizeof(int))) ) {
opt_rep          1554 orte/mca/snapc/full/snapc_full_local.c     opt_rep = (int)(options->detach_debugger);
opt_rep          1555 orte/mca/snapc/full/snapc_full_local.c     if( sizeof(int) != (ret = write(vpid_snapshot->comm_pipe_w_fd, &opt_rep, sizeof(int))) ) {