Home
last modified time | relevance | path

Searched refs:ef_oflags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dexacct_impl.h53 mode_t ef_oflags; /* flags to open(2) */ member
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c826 if ((f->ef_oflags & O_RDWR) == 0 && in ea_write_object()
827 (f->ef_oflags & O_WRONLY) == 0) { in ea_write_object()
1051 f->ef_oflags = oflags; in ea_fdopen()