Home
last modified time | relevance | path

Searched refs:fc_client_interface (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c308 struct fc_client_interface *cp; in fc_close()
327 cp = kmem_zalloc(sizeof (struct fc_client_interface), KM_SLEEP); in fc_close()
346 bzero(cp, sizeof (struct fc_client_interface)); in fc_close()
351 kmem_free(cp, sizeof (struct fc_client_interface)); in fc_close()
619 struct fc_client_interface tc, *cp, *ap; in fc_run_priv()
624 ap = (struct fc_client_interface *)arg; in fc_run_priv()
781 struct fc_client_interface *cp; in fc_validate()
801 cp = kmem_zalloc(sizeof (struct fc_client_interface), KM_SLEEP); in fc_validate()
808 kmem_free(cp, sizeof (struct fc_client_interface)); in fc_validate()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h142 struct fc_client_interface { struct
151 typedef struct fc_client_interface fc_ci_t; argument