Home
last modified time | relevance | path

Searched refs:fct_port_attrs_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h182 } fct_port_attrs_t; typedef
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c361 fct_port_attrs_t *attr; in fct_get_adapter_attr()
370 attr = (fct_port_attrs_t *)kmem_zalloc(sizeof (fct_port_attrs_t), in fct_get_adapter_attr()
409 kmem_free(attr, sizeof (fct_port_attrs_t)); in fct_get_adapter_attr()
419 fct_port_attrs_t *attr; in fct_get_adapter_port_attr()
432 attr = (fct_port_attrs_t *)kmem_zalloc(sizeof (fct_port_attrs_t), in fct_get_adapter_port_attr()
534 kmem_free(attr, sizeof (fct_port_attrs_t)); in fct_get_adapter_port_attr()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c74 fct_port_attrs_t *port_attrs);
1371 fct_port_attrs_t *port_attrs) in emlxs_fct_populate_hba_details()