fcip_esballoc_arg
struct fcip_esballoc_arg *fesb_argp;
fesb_argp = (struct fcip_esballoc_arg *)
kmem_zalloc(sizeof (struct fcip_esballoc_arg), KM_NOSLEEP);
kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg));
kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg));
struct fcip_esballoc_arg *fesb_argp = (struct fcip_esballoc_arg *)arg;
kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg));