Home
last modified time | relevance | path

Searched refs:EO_ITEM (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/common/exacct/
H A Dexacct_core.c244 obj->eo_type = EO_ITEM; in ea_set_item()
328 } else if (next->eo_type == EO_ITEM) { in ea_free_object()
360 if (obj->eo_type != EO_ITEM) { in ea_free_item()
399 if (obj->eo_type == EO_GROUP || obj->eo_type == EO_ITEM) { in ea_attach_to_object()
/titanic_50/usr/src/uts/common/sys/
H A Dexacct.h100 typedef enum {EO_ERROR = -1, EO_NONE = 0, EO_GROUP, EO_ITEM} ea_object_type_t; enumerator
/titanic_50/usr/src/lib/libexacct/common/
H A Dexacct_ops.c357 obj->eo_type = EO_ITEM; in ea_next_object()
560 obj->eo_type = EO_ITEM; in xget_object()
1243 case EO_ITEM: in ea_copy_object()