Home
last modified time | relevance | path

Searched refs:eo_type (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/common/exacct/
H A Dexacct_core.c244 obj->eo_type = EO_ITEM; in ea_set_item()
310 obj->eo_type = EO_GROUP; in ea_set_group()
326 if (next->eo_type == EO_GROUP) { in ea_free_object()
328 } else if (next->eo_type == EO_ITEM) { in ea_free_object()
360 if (obj->eo_type != EO_ITEM) { in ea_free_item()
381 obj->eo_type = EO_NONE; in ea_free_item()
399 if (obj->eo_type == EO_GROUP || obj->eo_type == EO_ITEM) { in ea_attach_to_object()
422 if (group->eo_type != EO_GROUP) { in ea_attach_to_group()
583 if (curr_obj->eo_type == EO_GROUP) { in ea_pack_object()
/titanic_50/usr/src/lib/libexacct/common/
H A Dexacct_ops.c357 obj->eo_type = EO_ITEM; in ea_next_object()
362 obj->eo_type = EO_GROUP; in ea_next_object()
370 obj->eo_type = EO_NONE; in ea_next_object()
401 obj->eo_type = EO_NONE; in ea_next_object()
408 obj->eo_type = EO_NONE; in ea_next_object()
415 return (obj->eo_type); in ea_next_object()
512 obj->eo_type = EO_GROUP; in xget_object()
554 return (obj->eo_type); in xget_object()
560 obj->eo_type = EO_ITEM; in xget_object()
665 return (obj->eo_type); in xget_object()
[all …]
/titanic_50/usr/src/lib/libexacct/demo/
H A Dexdump.c237 if (eo->eo_type == EO_GROUP) in disp_embedded_group()
495 if (scratch.eo_type == EO_GROUP) in disp_group()
543 if (scratch.eo_type == EO_GROUP) in main()
/titanic_50/usr/src/uts/common/sys/
H A Dexacct.h134 ea_object_type_t eo_type; member
/titanic_50/usr/src/cmd/acctadm/
H A Dutils.c231 if (eo.eo_type != EO_GROUP || in verify_exacct_file()
/titanic_50/usr/src/cmd/lastcomm/
H A Dlc_exacct.c120 if (curr_obj.eo_type == EO_GROUP) in disp_group()
/titanic_50/usr/src/lib/libdladm/common/
H A Dusage.c983 if (scratch.eo_type != EO_GROUP) { in parse_logfile()
/titanic_50/usr/src/lib/libpool/common/
H A Dpool_kernel.c529 if (eo->eo_type == EO_GROUP) { in load_group()