Searched defs:nextAttr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c455 papi_attribute_t *nextAttr = NULL; local
505 nextAttr = papiAttributeListGetNext((papi_attribute_t **)attrs, &iter);
506 while ((result == PAPI_OK) && (nextAttr != NULL)) {
507 values = nextAttr->values;
512 nextAttr->name,
513 nextAttr->type, *values);
521 nextAttr->name,
522 nextAttr->type, *values);
525 nextAttr =

Completed in 48 milliseconds