Home
last modified time | relevance | path

Searched refs:fc_port_dev_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c950 g_get_host_params(char *host_path, fc_port_dev_t *host_val, int verbose) in g_get_host_params()
980 fcio.fcio_olen = sizeof (fc_port_dev_t); in g_get_host_params()
1128 g_get_dev_list(char *path, fc_port_dev_t **dev_list, int *ndevs) in g_get_dev_list()
1139 fc_port_dev_t *dlist; in g_get_dev_list()
1197 if ((dlist = (fc_port_dev_t *)calloc(num_devices, in g_get_dev_list()
1198 sizeof (fc_port_dev_t))) == NULL) { in g_get_dev_list()
1207 fcio.fcio_olen = num_devices * sizeof (fc_port_dev_t); in g_get_dev_list()
1221 if ((dlist = (fc_port_dev_t *)calloc(num_devices, in g_get_dev_list()
1222 sizeof (fc_port_dev_t))) == NULL) { in g_get_dev_list()
1230 fcio.fcio_olen = num_devices * sizeof (fc_port_dev_t); in g_get_dev_list()
[all …]
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h319 fc_port_dev_t pub_port; /* fabric/public loop */
390 extern int g_get_dev_list(char *, fc_port_dev_t **, int *);
409 extern int g_get_host_params(char *, fc_port_dev_t *, int);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h122 } fc_port_dev_t; typedef
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7289 fc_port_dev_t *val; in fp_fciocmd()
8305 num_devices = fcio->fcio_olen / sizeof (fc_port_dev_t); in fp_fciocmd()
8376 sizeof (fc_port_dev_t) * port->fp_total_devices; in fp_fciocmd()
8389 ns_cmd->ns_gan_max = map_size / sizeof (fc_port_dev_t); in fp_fciocmd()
8435 (void *)fcio->fcio_obuf, sizeof (fc_port_dev_t) * in fp_fciocmd()
10053 fc_port_dev_t *devlist; in fp_fillout_p2pmap()
10059 num_devices = fcio->fcio_olen / sizeof (fc_port_dev_t); in fp_fillout_p2pmap()
10061 devlist = kmem_zalloc(sizeof (fc_port_dev_t) * num_devices, KM_SLEEP); in fp_fillout_p2pmap()
10108 sizeof (fc_port_dev_t) * num_devices, mode)) { in fp_fillout_p2pmap()
10114 kmem_free(devlist, sizeof (fc_port_dev_t) * num_devices); in fp_fillout_p2pmap()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c972 fc_port_dev_t *port_dev; in emlxs_fcio_get_host_params()
976 fcio->fcio_olen != sizeof (fc_port_dev_t)) { in emlxs_fcio_get_host_params()
981 port_dev = (fc_port_dev_t *)fcio->fcio_obuf; in emlxs_fcio_get_host_params()
1863 fc_port_dev_t *port_dev; in emlxs_fcio_get_dev_list()
1876 port_dev = (fc_port_dev_t *)fcio->fcio_obuf; in emlxs_fcio_get_dev_list()
1877 max_count = fcio->fcio_olen / sizeof (fc_port_dev_t); in emlxs_fcio_get_dev_list()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c6398 fc_port_dev_t hba_port; in get_host_controller_pwwn()