Searched refs:ea_fdopen (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | exacct.h | 71 extern int ea_fdopen(ea_file_t *, int, const char *, int, int);
|
/illumos-gate/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 1048 ea_fdopen(ea_file_t *ef, int fd, const char *creator, int aflags, int oflags) function 1174 if (ea_fdopen(ef, fd, creator, aflags, oflags) == -1) {
|
/illumos-gate/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_log.c | 400 if (ea_fdopen(&lp->log_ea, fd, FMD_CREATOR,
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 340 if (ea_fdopen(&lp->log_ea, fd, creator, aflags, oflags) != 0) { 403 * If ea_fdopen() failed and the log was pre-existing, attempt to move
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2576 (oret = ea_fdopen(eaf, *fd, NULL, flags, O_RDONLY)) == 0)
|
Completed in 59 milliseconds