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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c67 static int fc_open_count; /* number of current open instance */ variable
204 fc_open_count = 0;
267 while (fc_open_count >= fc_max_opens) {
280 fc_open_count++;
296 fc_open_count, m + 1);
367 fc_open_count, m + 1);
368 if (fc_open_count >= fc_max_opens) {
371 fc_open_count--;

Completed in 46 milliseconds