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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c279 char *hba_path; local
298 hba_path = pi_get_dipath(mod, dnode);
299 if (strcmp(pri_path, hba_path) == 0) {
301 topo_mod_strfree(mod, hba_path);
304 topo_mod_strfree(mod, hba_path);
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c1320 char hba_path[MAXPATHLEN]; member in struct:lun_tracking
1479 (void) snprintf(cmp->hba_path, MAXPATHLEN,
1494 (void) snprintf(tmp->hba_path, MAXPATHLEN,
1640 (void) snprintf(head->hba_path, MAXPATHLEN,
1722 (void) snprintf(head->hba_path, MAXPATHLEN,
1772 tmp_path->hba_path);
1996 path->hba_path);
H A Dg_adm.c122 static int get_host_controller_pwwn(char *hba_path, uchar_t *pwwn);
126 static int get_FC4_host_controller_pwwn(char *hba_path, uchar_t *pwwn);
6381 * hba_path: /devices/pci@8,600000/SUNW,qlc@4/fp@0,0
6385 get_host_controller_pwwn(char *hba_path, uchar_t *pwwn) argument
6400 if (hba_path == NULL || pwwn == NULL) {
6404 if ((path_type = g_get_path_type(hba_path)) == 0) {
6413 if ((err = get_FC4_host_controller_pwwn(hba_path, pwwn)) != 0) {
6427 (void) strlcat(my_hba_path, hba_path, sizeof (my_hba_path));
6429 hba_path, FC_CTLR);
6443 (void) strlcat(my_hba_path, hba_path, sizeo
6515 get_FC4_host_controller_pwwn(char *hba_path, uchar_t *pwwn) argument
[all...]

Completed in 75 milliseconds