HomeSort by: relevance | last modified time | path
    Searched defs:OFLAGS (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/dd/
dd.c 219 #define OFLAGS \
221 out.fd = ddop_open(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE);
228 out.fd = ddop_open(out, out.name, O_WRONLY | OFLAGS,
  /src/sys/sys/
fcntl.h 60 * are inter-convertible using OFLAGS(fflags) and FFLAGS(oflags).
133 #define FFLAGS(oflags) ((oflags) + 1)
134 #define OFLAGS(fflags) ((fflags) - 1)
  /src/lib/libperfuse/
ops.c 91 #define OFLAGS(fflags) ((fflags) - 1)
1356 const struct puffs_cred *pcr, int *oflags)
1460 if ((foo->open_flags & FUSE_FOPEN_DIRECT_IO) && (oflags != NULL))
1461 *oflags |= PUFFS_OPEN_IO_DIRECT;

Completed in 14 milliseconds