Searched refs:ea_get_object (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | exacct.h | 77 extern ea_object_type_t ea_get_object(ea_file_t *, ea_object_t *);
|
/illumos-gate/usr/src/man/man3exacct/ |
H A D | Makefile | 37 ea_get_object.3exacct \ 54 ea_get_object.3exacct := LINKSRC = ea_pack_object.3exacct
|
/illumos-gate/usr/src/cmd/lastcomm/ |
H A D | lc_exacct.c | 79 if (ea_get_object(ef, &curr_obj) == -1) { 184 if (ea_get_object(&ef, &curr_obj) == -1) {
|
/illumos-gate/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 487 if ((res = ea_get_object(ef, &scratch)) == -1) { 489 "bad file: ea_get_object()==%d\n", res); 541 while (ea_get_object(&ef, &scratch) != -1) {
|
/illumos-gate/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 315 * ea_next_object(), ea_previous_object(), and ea_get_object() are written such 669 ea_get_object(ea_file_t *ef, ea_object_t *obj) function 874 if (ea_get_object(ef, &hdr_grp) != EO_GROUP) { 887 if (ea_get_object(ef, &scratch_obj) == -1) { 1115 * either a ea_get_object or an ea_next_object will succeed. If 1353 if (ea_get_object(ef, obj) == -1) {
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | usage.c | 780 if (ea_get_object(ef, &scratch) == -1) { 885 if (ea_get_object(ef, &scratch) == -1) { 982 while (ea_get_object(&ef, &scratch) != -1) {
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2785 ret = ea_get_object(&ctl->zsctl_proc_eaf, &object); 2843 ret = ea_get_object(&ctl->zsctl_proc_eaf,
|
Completed in 76 milliseconds