Searched refs:time_secs (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_pt_linux_nvme.c | 301 int time_secs, int vb) in do_nvme_admin_cmd() argument 309 cmdp->timeout_ms = (time_secs < 0) ? (-time_secs) : (1000 * time_secs); in do_nvme_admin_cmd() 388 sntl_cache_identity(struct sg_pt_linux_scsi * ptp, int time_secs, int vb) in sntl_cache_identity() argument 405 return do_nvme_admin_cmd(ptp, &cmd, up, true, time_secs, vb); in sntl_cache_identity() 412 sntl_inq(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, int time_secs, in sntl_inq() argument 425 pr2ws("%s: time_secs=%d\n", __func__, time_secs); in sntl_inq() 432 res = sntl_cache_identity(ptp, time_secs, vb); in sntl_inq() 477 time_secs, vb > 3); in sntl_inq() 543 sntl_rluns(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, int time_secs, in sntl_rluns() argument 553 pr2ws("%s: time_secs=%d\n", __func__, time_secs); in sntl_rluns() [all …]
|
D | sg_pt_linux.c | 830 do_scsi_pt_v3(struct sg_pt_linux_scsi * ptp, int fd, int time_secs, in do_scsi_pt_v3() argument 871 v3_hdr.timeout = ((time_secs > 0) ? (time_secs * 1000) : DEF_TIMEOUT); in do_scsi_pt_v3() 894 do_scsi_pt(struct sg_pt_base * vp, int fd, int time_secs, int verbose) in do_scsi_pt() argument 931 return sg_do_nvme_pt(vp, -1, time_secs, verbose); in do_scsi_pt() 933 return do_scsi_pt_v3(ptp, fd, time_secs, verbose); in do_scsi_pt() 937 return do_scsi_pt_v3(ptp, fd, time_secs, verbose); in do_scsi_pt() 945 ptp->io_hdr.timeout = ((time_secs > 0) ? (time_secs * 1000) : in do_scsi_pt()
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_pt_linux.h | 157 int sg_do_nvme_pt(struct sg_pt_base * vp, int fd, int time_secs, int vb);
|
/external/rust/crates/mio/src/sys/unix/ |
D | tcp.rs | 282 let time_secs = time in set_keepalive_time() localVariable 291 &(time_secs as libc::c_int) as *const _ as *const libc::c_void, in set_keepalive_time()
|