Home
last modified time | relevance | path

Searched refs:host_path (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c272 char *host_path) in already_mounted() argument
296 strcmp(fs_tab[i]->remote_name, host_path) == 0) { in already_mounted()
/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
958 if (host_path == NULL) { in g_get_host_params()
966 dev_type = g_get_path_type(host_path); in g_get_host_params()
970 if ((fd = g_object_open(host_path, O_NDELAY | O_RDONLY)) == -1) { in g_get_host_params()
990 if ((err = get_fca_inq_dtype(host_path, host_val->dev_pwwn, in g_get_host_params()