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

/opensolaris-onvv-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1301 ea_object_t *ret_obj, *dst, *last; local
1303 for (ret_obj = last = NULL; src != NULL;
1308 ea_free_object(ret_obj, EUP_ALLOC);
1317 ea_free_object(ret_obj, EUP_ALLOC);
1324 if (ret_obj == NULL) {
1325 ret_obj = dst;
1334 return (ret_obj);

Completed in 55 milliseconds