start_time         51 crmd/crmd_lrm.h     unsigned int start_time;
start_time       2240 crmd/lrm.c             pending->start_time = time(NULL);
start_time         92 crmd/lrm_state.c     event.t_run = op->start_time;
start_time         93 crmd/lrm_state.c     event.t_rcchange = op->start_time;
start_time         66 crmd/remote_lrmd_ra.c     time_t start_time;
start_time        362 crmd/remote_lrmd_ra.c     op.t_run = cmd->start_time;
start_time        363 crmd/remote_lrmd_ra.c     op.t_rcchange = cmd->start_time;
start_time        402 crmd/remote_lrmd_ra.c     cmd->remaining_timeout = ((cmd->timeout / 1000) - (time(NULL) - cmd->start_time)) * 1000;
start_time       1043 crmd/remote_lrmd_ra.c         cmd->start_time = time(NULL);
start_time       1099 crmd/remote_lrmd_ra.c     cmd->start_time = time(NULL);
start_time        491 lib/cib/cib_remote.c     time_t start_time;
start_time        545 lib/cib/cib_remote.c     start_time = time(NULL);
start_time        580 lib/cib/cib_remote.c         remaining_time = time(NULL) - start_time;