Searched refs:host_path (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
955 /* return invalid path if host_path is NULL */
956 if (host_path == NULL) {
964 dev_type = g_get_path_type(host_path);
968 if ((fd = g_object_open(host_path, O_NDELAY | O_RDONLY)) == -1) {
988 if ((err = get_fca_inq_dtype(host_path, host_val->dev_pwwn,

Completed in 32 milliseconds