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

/illumos-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
/illumos-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...]

Completed in 87 milliseconds