Searched refs:fc_parameters (Results 1 – 2 of 2) sorted by relevance
499 struct fc_parameters *fcp; in fc_get_parameters()525 fcp = kmem_zalloc(sizeof (struct fc_parameters), KM_SLEEP); in fc_get_parameters()543 if (copyout(fcp, (void *)arg, sizeof (struct fc_parameters)) == -1) { in fc_get_parameters()544 kmem_free(fcp, sizeof (struct fc_parameters)); in fc_get_parameters()547 kmem_free(fcp, sizeof (struct fc_parameters)); in fc_get_parameters()
86 struct fc_parameters { struct