Searched refs:opendev (Results 1 - 1 of 1) sorted by last modified time

/freebsd-current/usr.sbin/trim/
H A Dtrim.c50 static int opendev(const char *path, int flags);
151 opendev(const char *path, int flags) function
178 fd = opendev(path, O_RDONLY | O_DIRECT);
221 fd = opendev(path, O_RDWR | O_DIRECT);

Completed in 84 milliseconds