Searched refs:first_obj (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1344 ea_object_t *first_obj, *prev_obj, *obj; local
1346 first_obj = prev_obj = NULL;
1355 if (first_obj != NULL) {
1356 ea_free_object(first_obj, EUP_ALLOC);
1362 if (first_obj == NULL) {
1363 first_obj = obj;
1375 ea_free_object(first_obj, EUP_ALLOC);
1381 return (first_obj);

Completed in 21 milliseconds