Searched refs:ea_open (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/man/man3exacct/ |
H A D | Makefile | 22 ea_open.3exacct \ 48 ea_close.3exacct := LINKSRC = ea_open.3exacct
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3exacct.inc | 18 file path=usr/share/man/man3exacct/ea_open.3exacct 26 link path=usr/share/man/man3exacct/ea_close.3exacct target=ea_open.3exacct
|
/titanic_41/usr/src/head/ |
H A D | exacct.h | 70 extern int ea_open(ea_file_t *, const char *, const char *, int, int, mode_t);
|
/titanic_41/usr/src/cmd/lastcomm/ |
H A D | lastcomm.c | 96 if ((res = ea_open(&ef, filename, EXACCT_CREATOR, in main()
|
H A D | lc_exacct.c | 164 if (ea_open(&ef, filename, EXACCT_CREATOR, in lc_exacct()
|
/titanic_41/usr/src/lib/libexacct/common/ |
H A D | mapfile-vers | 71 ea_open;
|
H A D | exacct_ops.c | 1157 ea_open(ea_file_t *ef, const char *name, const char *creator, in ea_open() function
|
/titanic_41/usr/src/cmd/acctadm/ |
H A D | utils.c | 199 err = ea_open(&ef, file, "SunOS", EO_TAIL, O_RDONLY, 0); in verify_exacct_file()
|
/titanic_41/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 534 if (ea_open(&ef, fname, NULL, in main()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | usage.c | 976 if (ea_open(&ef, file, NULL, 0, O_RDONLY, 0) == -1) { in parse_logfile()
|