Searched refs:parent_phase (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Ddnssec-zkt.c548 int parent_phase; local
607 parent_phase = parent_age = 0;
610 parent_phase = get_parent_phase (path);
632 fprintf (stdout, "\t phase = %d\n", parent_phase);
672 if ( parent_phase != 1 )
673 fatal ("Parent file exists but is in wrong state (phase = %d)\n", parent_phase);
687 if ( parent_phase != 2 )
688 fatal ("Parent file exists but is in wrong state (phase = %d)\n", parent_phase);
H A Dzkt-keyman.c455 int parent_phase; local
514 parent_phase = parent_age = 0;
517 parent_phase = get_parent_phase (path);
539 fprintf (stdout, "\t phase = %d\n", parent_phase);
579 if ( parent_phase != 1 )
580 fatal ("Parent file exists but is in wrong state (phase = %d)\n", parent_phase);
594 if ( parent_phase != 2 )
595 fatal ("Parent file exists but is in wrong state (phase = %d)\n", parent_phase);

Completed in 13 milliseconds