Searched refs:PROC_IO_PATH (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/old-stats/
H A Dmail-stats-fill.c11 #define PROC_IO_PATH "/proc/self/io" macro
53 proc_io_fd = open(PROC_IO_PATH, O_RDONLY);
60 proc_io_fd = open(PROC_IO_PATH, O_RDONLY);
74 i_error("open(%s) failed: %m", PROC_IO_PATH);
92 i_error("read(%s) failed: %m", PROC_IO_PATH);
94 i_error("read(%s) returned EOF", PROC_IO_PATH);
97 i_error("%s is larger than expected", PROC_IO_PATH);
104 PROC_IO_PATH);

Completed in 6 milliseconds