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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c3170 dladm_stat_chain_t *nvstat_curr; local
3177 nvstat_curr = calloc(1, sizeof (dladm_stat_chain_t));
3178 if (nvstat_curr == NULL)
3181 nvstat_curr->dc_statentry = build_nvs_entry(curr->dc_statheader,
3184 if (nvstat_curr->dc_statentry == NULL) {
3185 free(nvstat_curr);
3189 nvstat_curr->dc_next = NULL;
3192 nvstat_head = nvstat_curr;
3194 nvstat_prev->dc_next = nvstat_curr;
3196 nvstat_prev = nvstat_curr;
[all...]

Completed in 27 milliseconds