Lines Matching defs:fcp
499 struct fc_parameters *fcp;
525 fcp = kmem_zalloc(sizeof (struct fc_parameters), KM_SLEEP);
526 fcp->fcode_size = rp->fcode_size;
527 (void) strncpy(fcp->unit_address, rp->unit_address,
528 sizeof (fcp->unit_address) - 1);
534 bcopy(rp->bus_args, &fcp->config_address, sizeof (int));
537 fcp->config_address);
543 if (copyout(fcp, (void *)arg, sizeof (struct fc_parameters)) == -1) {
544 kmem_free(fcp, sizeof (struct fc_parameters));
547 kmem_free(fcp, sizeof (struct fc_parameters));