Home
last modified time | relevance | path

Searched refs:ea_get_creator (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man3exacct/
H A DMakefile35 ea_get_creator.3exacct \
52 ea_get_creator.3exacct := LINKSRC = ea_pack_object.3exacct
/illumos-gate/usr/src/head/
H A Dexacct.h78 extern const char *ea_get_creator(ea_file_t *);
/illumos-gate/usr/src/lib/libexacct/common/
H A Dmapfile-vers66 ea_get_creator;
H A Dexacct_ops.c1034 ea_get_creator(ea_file_t *ef) in ea_get_creator() function
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3exacct.inc33 link path=usr/share/man/man3exacct/ea_get_creator.3exacct \
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c537 const char *creator = ea_get_creator(&lp->log_ea); in fmd_log_header()