Symbol: ea_file_t
usr/src/cmd/acctadm/utils.c
191
ea_file_t ef;
usr/src/cmd/fm/fmd/common/fmd_log.h
44
ea_file_t log_ea; /* exacct file structure */
usr/src/cmd/lastcomm/lastcomm.c
42
ea_file_t ef;
usr/src/cmd/lastcomm/lc_exacct.c
159
ea_file_t ef;
usr/src/cmd/lastcomm/lc_exacct.c
33
skip_group(ea_file_t *ef, uint_t nobjs)
usr/src/cmd/lastcomm/lc_exacct.c
58
disp_group(ea_file_t *ef, uint_t nobjs, int argc, char *argv[], int index)
usr/src/cmd/zonestat/zonestatd/zonestatd.c
2525
ea_file_t *eaf;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
389
ea_file_t zsctl_proc_eaf;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
393
ea_file_t zsctl_proc_eaf_next;
usr/src/head/exacct.h
68
extern int ea_open(ea_file_t *, const char *, const char *, int, int, mode_t);
usr/src/head/exacct.h
69
extern int ea_fdopen(ea_file_t *, int, const char *, int, int);
usr/src/head/exacct.h
70
extern void ea_clear(ea_file_t *);
usr/src/head/exacct.h
71
extern int ea_close(ea_file_t *);
usr/src/head/exacct.h
73
extern ea_object_type_t ea_next_object(ea_file_t *, ea_object_t *);
usr/src/head/exacct.h
74
extern ea_object_type_t ea_previous_object(ea_file_t *, ea_object_t *);
usr/src/head/exacct.h
75
extern ea_object_type_t ea_get_object(ea_file_t *, ea_object_t *);
usr/src/head/exacct.h
77
extern int ea_write_object(ea_file_t *, ea_object_t *);
usr/src/head/exacct.h
78
extern const char *ea_get_creator(ea_file_t *);
usr/src/head/exacct.h
79
extern const char *ea_get_hostname(ea_file_t *);
usr/src/head/exacct.h
82
extern ea_object_t *ea_get_object_tree(ea_file_t *, uint32_t);
usr/src/lib/fm/libfmd_log/common/fmd_log_impl.h
41
ea_file_t log_ea; /* libexacct handle for log file */
usr/src/lib/libdladm/common/usage.c
768
add_desc(net_table_t *net_table, ea_file_t *ef, int nobjs)
usr/src/lib/libdladm/common/usage.c
860
add_stats(net_table_t *net_table, ea_file_t *ef, int nobjs)
usr/src/lib/libdladm/common/usage.c
967
ea_file_t ef;
usr/src/lib/libexacct/common/exacct_ops.c
1034
ea_get_creator(ea_file_t *ef)
usr/src/lib/libexacct/common/exacct_ops.c
1040
ea_get_hostname(ea_file_t *ef)
usr/src/lib/libexacct/common/exacct_ops.c
1046
ea_fdopen(ea_file_t *ef, int fd, const char *creator, int aflags, int oflags)
usr/src/lib/libexacct/common/exacct_ops.c
1155
ea_open(ea_file_t *ef, const char *name, const char *creator,
usr/src/lib/libexacct/common/exacct_ops.c
1185
ea_close(ea_file_t *ef)
usr/src/lib/libexacct/common/exacct_ops.c
1211
ea_clear(ea_file_t *ef)
usr/src/lib/libexacct/common/exacct_ops.c
1340
ea_get_object_tree(ea_file_t *ef, uint32_t nobj)
usr/src/lib/libexacct/common/exacct_ops.c
317
ea_next_object(ea_file_t *ef, ea_object_t *obj)
usr/src/lib/libexacct/common/exacct_ops.c
417
ea_previous_object(ea_file_t *ef, ea_object_t *obj)
usr/src/lib/libexacct/common/exacct_ops.c
667
ea_get_object(ea_file_t *ef, ea_object_t *obj)
usr/src/lib/libexacct/common/exacct_ops.c
817
ea_write_object(ea_file_t *ef, ea_object_t *obj)
usr/src/lib/libexacct/common/exacct_ops.c
858
validate_header(ea_file_t *ef, const char *creator)
usr/src/lib/libexacct/common/exacct_ops.c
952
write_header(ea_file_t *ef)
usr/src/lib/libexacct/demo/exdump.c
477
disp_group(ea_file_t *ef, uint_t nobjs, int indent)
usr/src/lib/libexacct/demo/exdump.c
510
ea_file_t ef;