Searched refs:host_val (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c948 g_get_host_params(char *host_path, fc_port_dev_t *host_val, int verbose) argument
959 /* return invalid arg if host_val is NULL */
960 if (host_val == NULL) {
973 (void) memset(host_val, 0, sizeof (struct fc_port_dev));
977 fcio.fcio_obuf = (caddr_t)host_val;
988 if ((err = get_fca_inq_dtype(host_path, host_val->dev_pwwn,
989 &host_val->dev_dtype)) != 0) {

Completed in 31 milliseconds