Searched refs:tcs_reader (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h122 int tcs_reader; /* commands to all readers */ member in struct:tlm_commands
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c746 while (commands->tcs_reader == TLM_BACKUP_RUN &&
761 while (commands->tcs_reader == TLM_BACKUP_RUN &&
1115 while (cmds->tcs_reader == TLM_RESTORE_RUN &&
1208 cmds->tcs_reader = cmds->tcs_writer = TLM_BACKUP_RUN;
1305 cmds->tcs_reader = cmds->tcs_writer = TLM_RESTORE_RUN;
H A Dndmpd_util.c1584 cmds->tcs_reader = cmds->tcs_writer = TLM_ABORT;
1622 cmds->tcs_reader = TLM_ABORT;
H A Dndmpd_mover.c2535 while (cmds->tcs_reader == TLM_RESTORE_RUN &&
2760 cmds->tcs_reader = cmds->tcs_writer = TLM_RESTORE_RUN;
2906 while (cmds->tcs_reader == TLM_BACKUP_RUN &&
2939 if (cmds->tcs_reader != TLM_BACKUP_RUN)
2940 NDMP_LOG(LOG_DEBUG, "cmds->tcs_reader != TLM_BACKUP_RUN");
3131 cmds->tcs_reader = cmds->tcs_writer = TLM_BACKUP_RUN;
H A Dndmpd_tar3.c2406 cmds->tcs_reader = cmds->tcs_writer = TLM_BACKUP_RUN;
3181 cmds->tcs_reader = cmds->tcs_writer = TLM_RESTORE_RUN;
3541 cmds->tcs_reader = cmds->tcs_writer = TLM_RESTORE_RUN;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c754 if (commands->tcs_reader != TLM_BACKUP_RUN) {
785 if (commands->tcs_reader != TLM_BACKUP_RUN) {
1016 if (commands->tcs_reader != TLM_BACKUP_RUN) {
1036 if (commands->tcs_reader != TLM_BACKUP_RUN) {
H A Dtlm_restore_writer.c970 commands->tcs_reader = TLM_ABORT;

Completed in 101 milliseconds