Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c120 #define FT_DEV_NULL 8 /* either "/dev/null" or "." as filename */ macro
1841 return FT_DEV_NULL; in dd_filetype()
1847 return FT_DEV_NULL; in dd_filetype()
2347 } else if (FT_DEV_NULL & out_type) in do_scsi_device_read_write()
2578 } else if (FT_DEV_NULL & out_type) in do_scsi_device_read_write()
2643 if ((STDOUT_FILENO != outfd) && (FT_DEV_NULL != out_type)) in do_scsi_device_read_write()
6424 } else if (FT_DEV_NULL == out_type) in do_scsi_sgm_read_write()
6659 } else if (FT_DEV_NULL == out_type) in do_scsi_sgm_read_write()
6726 if ((STDOUT_FILENO != outfd) && (FT_DEV_NULL != out_type)) in do_scsi_sgm_read_write()
6863 if (FT_DEV_NULL != clp->out_type) { in read_write_thread()
[all …]