Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_basic.h269 int sg_cmds_open_device(const char * device_name, bool read_only, int verbose);
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_write_buffer.c368 sg_fd = sg_cmds_open_device(device_name, false /* rw */, verbose); in main()
Dsg_cmds_basic.c90 sg_cmds_open_device(const char * device_name, bool read_only, int verbose) in sg_cmds_open_device() function