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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c949 g_get_host_params(char *host_path, fc_port_dev_t *host_val, int verbose) argument
960 /* return invalid arg if host_val is NULL */
961 if (host_val == NULL) {
974 (void) memset(host_val, 0, sizeof (struct fc_port_dev));
978 fcio.fcio_obuf = (caddr_t)host_val;
989 if ((err = get_fca_inq_dtype(host_path, host_val->dev_pwwn,
990 &host_val->dev_dtype)) != 0) {

Completed in 72 milliseconds