Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h132 #ifndef NVME_IOCTL_ID
133 #define NVME_IOCTL_ID _IO('N', 0x40) macro
/external/kernel-headers/original/uapi/linux/
Dnvme_ioctl.h59 #define NVME_IOCTL_ID _IO('N', 0x40) macro
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c226 nsid = ioctl(dev_fd, NVME_IOCTL_ID, NULL); in check_file_type()