fc_client_interface
struct fc_client_interface *cp;
cp = kmem_zalloc(sizeof (struct fc_client_interface), KM_SLEEP);
bzero(cp, sizeof (struct fc_client_interface));
kmem_free(cp, sizeof (struct fc_client_interface));
struct fc_client_interface tc, *cp, *ap;
ap = (struct fc_client_interface *)arg;
struct fc_client_interface *cp;
cp = kmem_zalloc(sizeof (struct fc_client_interface), KM_SLEEP);
kmem_free(cp, sizeof (struct fc_client_interface));
typedef struct fc_client_interface fc_ci_t;