Home
last modified time | relevance | path

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

/external/sg3_utils/src/
Dsg_dd.c1370 int * in_typep, int vb) in open_if() argument
1377 *in_typep = dd_filetype(inf); in open_if()
1380 dd_filetype_str(*in_typep, ebuff)); in open_if()
1381 if (FT_ERROR & *in_typep) { in open_if()
1384 } else if ((FT_BLOCK & *in_typep) && ifp->sgio) in open_if()
1385 *in_typep |= FT_SG; in open_if()
1387 if (FT_ST & *in_typep) { in open_if()
1390 } else if (FT_SG & *in_typep) { in open_if()
1418 if (! (FT_BLOCK & *in_typep)) { in open_if()
1425 if (FT_BLOCK & *in_typep) in open_if()
[all …]