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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1432 uint_t nrings; local
1435 idlist_type == DLSTAT_RX_RING_IDLIST ? &nrings : NULL,
1436 idlist_type == DLSTAT_TX_RING_IDLIST ? &nrings : NULL);
1438 *psize = nrings;
1439 if ((idlist = calloc(1, nrings * sizeof (uint_t))) == NULL)
H A Dlinkprop.c2830 uint32_t nrings = 0; local
2859 nrings = mrp.mrp_nrxrings;
2863 else if (nrings == 0)
2866 (void) snprintf(*prop_val, DLADM_PROP_VAL_MAX, "%ld", nrings);
2896 uint32_t nrings = 0; local
2929 nrings = mrp.mrp_ntxrings;
2933 else if (nrings == 0)
2936 (void) snprintf(*prop_val, DLADM_PROP_VAL_MAX, "%ld", nrings);

Completed in 54 milliseconds