Home
last modified time | relevance | path

Searched refs:host_val (Results 1 – 1 of 1) 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() argument
962 if (host_val == NULL) { in g_get_host_params()
975 (void) memset(host_val, 0, sizeof (struct fc_port_dev)); in g_get_host_params()
979 fcio.fcio_obuf = (caddr_t)host_val; in g_get_host_params()
990 if ((err = get_fca_inq_dtype(host_path, host_val->dev_pwwn, in g_get_host_params()
991 &host_val->dev_dtype)) != 0) { in g_get_host_params()