HomeSort by relevance Sort by last modified time
    Searched full:is_nvme (Results 1 - 2 of 2) sorted by null

  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux.c 198 bool is_nvme = false; local
221 is_nvme = true;
225 is_nvme = true;
249 else if (is_nvme && (0 == nsid))
251 else if (is_nvme)
262 *is_nvme_p = is_nvme;
290 bool is_sg, is_bsg, is_nvme; local
295 is_sg = check_file_type(dev_fd, &a_stat, &is_bsg, &is_nvme, &nsid,
303 else if (is_nvme && (0 == nsid))
305 else if (is_nvme)
449 bool is_sg, is_bsg, is_nvme; local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_linux.h 99 bool is_nvme; /* OS device type, if false ignore nvme_direct */ member in struct:sg_pt_linux_scsi
108 * (is_nvme=false) or it is a NVMe char

Completed in 125 milliseconds