Searched refs:ef_advance (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/
H A Dexacct_impl.h53 offset_t ef_advance; /* bytes to advance on next op */ member in struct:_ea_file_impl
/opensolaris-onvv-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c327 * If ef_advance is zero, then we are executing after a get or previous
329 * advance to the next available item. Note that ef_advance does NOT
333 if (f->ef_advance != 0) {
334 if (fseeko(f->ef_fp, (off_t)f->ef_advance, SEEK_CUR) == -1) {
343 f->ef_advance = 0;
363 f->ef_advance = sizeof (uint32_t);
376 f->ef_advance += sizeof (ea_catalog_t) +
381 f->ef_advance = sizeof (ea_catalog_t) + sizeof (uint8_t) +
385 f->ef_advance = sizeof (ea_catalog_t) + sizeof (uint16_t) +
389 f->ef_advance
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A Drandtest.c84 log_op, dir, pos, fi->ef_ndeep, posbuf, fi->ef_advance, msg);

Completed in 51 milliseconds