Searched refs:fc_states (Results 1 – 1 of 1) sorted by relevance
54 } *fc_states; variable205 fc_states = kmem_zalloc( in fc_attach()210 kmem_free(fc_states, in fc_attach()238 kmem_free(fc_states, fc_max_opens * sizeof (struct fc_state)); in fc_detach()282 for (m = 0, st = fc_states; m < fc_max_opens; m++, st++) { in fc_open()310 st = fc_states + m; in fc_close()385 st = fc_states + m; in fc_read()430 st = fc_states + m; in fc_ioctl()501 st = fc_states + m; in fc_get_parameters()573 st = fc_states + m; in fc_get_my_args()[all …]