Home
last modified time | relevance | path

Searched refs:out2_type (Results 1 – 2 of 2) sorted by relevance

/external/sg3_utils/testing/
Dsgh_dd.cpp232 int out2_type; member
1601 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 …]
/external/sg3_utils/src/
Dsg_dd.c1801 int out2_type = FT_OTHER; in main() local
2197 out2_type = dd_filetype(out2f); in main()
2632 out2_valid = ((FT_OTHER == out2_type) || (FT_BLOCK == out2_type)); in main()