Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h157 int sg_do_nvme_pt(struct sg_pt_base * vp, int fd, int time_secs, int vb);
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c1076 sg_do_nvme_pt(struct sg_pt_base * vp, int fd, int time_secs, int vb) in sg_do_nvme_pt() function
1175 sg_do_nvme_pt(struct sg_pt_base * vp, int fd, int time_secs, int vb) in sg_do_nvme_pt() function
Dsg_pt_linux.c931 return sg_do_nvme_pt(vp, -1, time_secs, verbose); in do_scsi_pt()