Searched refs:out2_type (Results 1 – 2 of 2) sorted by relevance
232 int out2_type; member1601 if ((FT_SG == clp->out2_type) && clp->out2fp) { in read_write_thread()1620 if ((FT_SG == clp->out2_type) && (! own_out2fd)) in read_write_thread()1777 if ((clp->out2fd >= 0) && (FT_SG == clp->out2_type)) { in read_write_thread()4467 clp->out2_type = FT_DEV_NULL; in main()4652 clp->out2_type = dd_filetype(out2f, out2_st_size); in main()4653 if (FT_ST == clp->out2_type) { in main()4657 else if (FT_SG == clp->out2_type) { in main()4662 else if (FT_DEV_NULL == clp->out2_type) in main()5010 if (FT_SG == clp->out2_type) { in main()[all …]
1801 int out2_type = FT_OTHER; in main() local2197 out2_type = dd_filetype(out2f); in main()2632 out2_valid = ((FT_OTHER == out2_type) || (FT_BLOCK == out2_type)); in main()