Searched refs:EO_TAIL (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Dexacct.h49 #define EO_TAIL 0x1 /* open file positioned at last object */ macro
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlastcomm.c97 EO_TAIL | EO_VALID_HDR, O_RDONLY, 0)) >= 0)
H A Dlc_exacct.c165 EO_TAIL | EO_VALID_HDR, O_RDONLY, 0) < 0) {
/illumos-gate/usr/src/cmd/acctadm/
H A Dutils.c199 err = ea_open(&ef, file, "SunOS", EO_TAIL, O_RDONLY, 0);
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1116 * aflags was set to EO_TAIL, seek to the end of the file.
1135 if ((aflags & EO_POSN_MSK) == EO_TAIL) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c389 * and position the file just after the header (EO_TAIL). If the log
395 err = fmd_log_open_exacct(lp, EO_VALID_HDR | EO_TAIL,
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c2536 flags = EO_NO_VALID_HDR | EO_TAIL;

Completed in 72 milliseconds