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

/opensolaris-onvv-gate/usr/src/head/
H A Dexacct_impl.h56 int ef_fd; /* file descriptor */ member in struct:_ea_file_impl
/opensolaris-onvv-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1054 f->ef_fd = fd;
1075 if ((f->ef_fp = fdopen(f->ef_fd, "w")) == NULL) {
1089 if ((f->ef_fp = fdopen(f->ef_fd, "r+")) == NULL) {
1119 if ((f->ef_fp = fdopen(f->ef_fd, "r")) == NULL) {

Completed in 99 milliseconds