Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c242 obj->eo_type = EO_ITEM; in ea_set_item()
326 } else if (next->eo_type == EO_ITEM) { in ea_free_object()
358 if (obj->eo_type != EO_ITEM) { in ea_free_item()
397 if (obj->eo_type == EO_GROUP || obj->eo_type == EO_ITEM) { in ea_attach_to_object()
/illumos-gate/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
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c355 obj->eo_type = EO_ITEM; in ea_next_object()
558 obj->eo_type = EO_ITEM; in xget_object()
1241 case EO_ITEM: in ea_copy_object()