Home
last modified time | relevance | path

Searched refs:ea_open (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/man/man3exacct/
H A DMakefile22 ea_open.3exacct \
48 ea_close.3exacct := LINKSRC = ea_open.3exacct
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3exacct.inc22 link path=usr/share/man/man3exacct/ea_close.3exacct target=ea_open.3exacct
45 file path=usr/share/man/man3exacct/ea_open.3exacct
/illumos-gate/usr/src/head/
H A Dexacct.h68 extern int ea_open(ea_file_t *, const char *, const char *, int, int, mode_t);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlastcomm.c94 if ((res = ea_open(&ef, filename, EXACCT_CREATOR, in main()
H A Dlc_exacct.c162 if (ea_open(&ef, filename, EXACCT_CREATOR, in lc_exacct()
/illumos-gate/usr/src/lib/libexacct/common/
H A Dmapfile-vers71 ea_open;
H A Dexacct_ops.c1155 ea_open(ea_file_t *ef, const char *name, const char *creator, in ea_open() function
/illumos-gate/usr/src/cmd/acctadm/
H A Dutils.c199 err = ea_open(&ef, file, "SunOS", EO_TAIL, O_RDONLY, 0); in verify_exacct_file()
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c532 if (ea_open(&ef, fname, NULL, in main()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c976 if (ea_open(&ef, file, NULL, 0, O_RDONLY, 0) == -1) { in parse_logfile()