Home
last modified time | relevance | path

Searched refs: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; in psm_modifyAttrsList() local
505 nextAttr = papiAttributeListGetNext((papi_attribute_t **)attrs, &iter); in psm_modifyAttrsList()
506 while ((result == PAPI_OK) && (nextAttr != NULL)) { in psm_modifyAttrsList()
507 values = nextAttr->values; in psm_modifyAttrsList()
512 nextAttr->name, in psm_modifyAttrsList()
513 nextAttr->type, *values); in psm_modifyAttrsList()
521 nextAttr->name, in psm_modifyAttrsList()
522 nextAttr->type, *values); in psm_modifyAttrsList()
525 nextAttr = in psm_modifyAttrsList()