OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proc_devices
(Results
1 - 1
of
1
) sorted by null
/external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux.c
144
const char *
proc_devices
= "/proc/devices";
local
151
if (NULL == (fp = fopen(
proc_devices
, "r"))) {
153
pr2ws("fopen %s failed: %s\n",
proc_devices
, strerror(errno));
184
pr2ws("found no bsg not nvme char device in %s\n",
proc_devices
);
Completed in 165 milliseconds