Searched refs:tc_writer (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h115 int tc_writer; /* reader to writer */ member in struct:tlm_cmd
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c937 local_commands->tc_writer = TLM_STOP;
987 lcmd->tc_writer != (int)TLM_ABORT) {
1006 if (lcmd->tc_writer != TLM_BACKUP_RUN) {
1009 "tc_writer!=TLM_BACKUP_RUN; time to exit");
1025 if (lcmd->tc_writer != (int)TLM_ABORT) {
1026 NDMP_LOG(LOG_DEBUG, "tc_writer != TLM_ABORT");
1028 NDMP_LOG(LOG_DEBUG, "tc_writer == TLM_ABORT");
1154 lcmd->tc_writer = TLM_STOP;
1210 cmds->tcs_command->tc_writer = TLM_BACKUP_RUN;
1307 cmds->tcs_command->tc_writer
[all...]
H A Dndmpd_util.c1124 lcmd->tc_writer == TLM_STOP ||
1125 lcmd->tc_writer == TLM_ABORT) {
1586 cmds->tcs_command->tc_writer = TLM_ABORT;
1660 cmds->tcs_command->tc_writer = TLM_ABORT;
H A Dndmpd_mover.c2584 lcmd->tc_writer = TLM_STOP;
2684 lcmd->tc_writer != (int)TLM_ABORT) {
2700 if (lcmd->tc_writer != TLM_RESTORE_RUN) {
2716 if (lcmd->tc_writer == (int)TLM_ABORT)
2717 NDMP_LOG(LOG_DEBUG, "lcmd->tc_writer == TLM_ABORT");
2767 cmds->tcs_command->tc_writer = TLM_RESTORE_RUN;
2953 lcmd->tc_writer = TLM_STOP;
3048 lcmd->tc_writer != (int)TLM_ABORT) {
3063 if (lcmd->tc_writer != TLM_BACKUP_RUN) {
3079 if (lcmd->tc_writer
[all...]
H A Dndmpd_tar3.c2341 lcmd->tc_writer = TLM_STOP;
2408 cmds->tcs_command->tc_writer = TLM_BACKUP_RUN;
3183 cmds->tcs_command->tc_writer = TLM_RESTORE_RUN;
3543 cmds->tcs_command->tc_writer = TLM_RESTORE_RUN;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c755 local_commands->tc_writer = TLM_ABORT;
786 local_commands->tc_writer = TLM_ABORT;
1017 local_commands->tc_writer = TLM_ABORT;
1037 local_commands->tc_writer = TLM_ABORT;
H A Dtlm_restore_writer.c352 local_commands->tc_writer != TLM_STOP && rv == 0) {
1257 while (size > 0 && local_commands->tc_writer == TLM_RESTORE_RUN) {
1467 while (size > 0 && local_commands->tc_writer == TLM_RESTORE_RUN) {
2220 while (local_commands->tc_writer == TLM_RESTORE_RUN) {
H A Dtlm_lib.c421 cmd->tc_writer = TLM_BACKUP_RUN;

Completed in 349 milliseconds