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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c54 } *fc_states; variable in typeref:struct:fc_state
205 fc_states = kmem_zalloc(
210 kmem_free(fc_states,
238 kmem_free(fc_states, fc_max_opens * sizeof (struct fc_state));
253 * entry in the fc_states[] table.
282 for (m = 0, st = fc_states; m < fc_max_opens; m++, st++) {
310 st = fc_states + m;
385 st = fc_states + m;
430 st = fc_states + m;
501 st = fc_states
[all...]

Completed in 60 milliseconds