Searched refs:pathList (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | FCHBA.cc | 325 fc_hba_list_t *pathList; in loadAdapters() local 377 pathList = (fc_hba_list_t *)new uchar_t[bufSize]; in loadAdapters() 378 pathList->numAdapters = size; in loadAdapters() 380 fcio.fcio_obuf = (char *)pathList; in loadAdapters() 389 delete (pathList); in loadAdapters() 403 if (pathList->numAdapters > size) { in loadAdapters() 406 size = pathList->numAdapters; in loadAdapters() 408 delete (pathList); in loadAdapters() 413 log.debug("Detected %d adapters", pathList->numAdapters); in loadAdapters() 414 for (int i = 0, times =0; i < pathList->numAdapters;) { in loadAdapters() [all …]
|
H A D | FCHBAPort.cc | 439 fc_hba_npiv_port_list_t *pathList; in FCHBAPort() local 484 pathList = (fc_hba_npiv_port_list_t *) new uchar_t[bufSize]; in FCHBAPort() 485 pathList->numAdapters = size; in FCHBAPort() 487 fcio.fcio_obuf = (char *)pathList; in FCHBAPort() 489 if (pathList->numAdapters > size) { in FCHBAPort() 491 size = pathList->numAdapters; in FCHBAPort() 493 delete (pathList); in FCHBAPort() 496 log.debug("Get %d npiv ports", pathList->numAdapters); in FCHBAPort() 498 for ( int i = 0; i < pathList->numAdapters; i++) { in FCHBAPort() 500 addPort(new FCHBANPIVPort(pathList->hbaPaths[i])); in FCHBAPort() [all …]
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_ulpif.h | 189 int fc_ulp_get_adapter_paths(char *pathList, int count); 192 int fc_ulp_get_npiv_port_list(opaque_t port_handle, char *pathList);
|
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 5423 fc_ulp_get_npiv_port_list(opaque_t port_handle, char *pathList) in fc_ulp_get_npiv_port_list() argument 5438 &pathList[MAXPATHLEN * portsnum]); in fc_ulp_get_npiv_port_list() 5485 fc_ulp_get_adapter_paths(char *pathList, int count) in fc_ulp_get_adapter_paths() argument 5493 ASSERT(pathList != NULL); in fc_ulp_get_adapter_paths() 5582 &pathList[MAXPATHLEN * in]); in fc_ulp_get_adapter_paths()
|
H A D | fp.c | 256 int fp_get_adapter_paths(char *pathList, int count);
|
/titanic_44/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 314 fct_get_port_list(char *pathList, int count) in fct_get_port_list() argument 319 ASSERT(pathList != NULL); in fct_get_port_list() 325 pathList + 8 * i, 8); in fct_get_port_list()
|