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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1119 int n_slots; local
1159 n_slots = tx_slots_get(xnfp, 2, B_TRUE);
1160 ASSERT(n_slots >= 2);
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c124 int n_slots; member in struct:__anon17
1203 devicetable.n_slots = 0;
1937 if (table->n_entries == table->n_slots) {
1938 size = (table->n_slots + USAGE_ALLOC_SIZE) *
1948 table->n_slots += USAGE_ALLOC_SIZE;
2075 table->n_slots = 0;

Completed in 52 milliseconds