Searched refs:pathList (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DFCHBA.cc325 fc_hba_list_t *pathList; local
377 pathList = (fc_hba_list_t *)new uchar_t[bufSize];
378 pathList->numAdapters = size;
380 fcio.fcio_obuf = (char *)pathList;
389 delete (pathList);
403 if (pathList->numAdapters > size) {
406 size = pathList->numAdapters;
408 delete (pathList);
413 log.debug("Detected %d adapters", pathList->numAdapters);
414 for (int i = 0, times =0; i < pathList
[all...]
H A DFCHBAPort.cc439 fc_hba_npiv_port_list_t *pathList; local
484 pathList = (fc_hba_npiv_port_list_t *) new uchar_t[bufSize];
485 pathList->numAdapters = size;
487 fcio.fcio_obuf = (char *)pathList;
489 if (pathList->numAdapters > size) {
491 size = pathList->numAdapters;
493 delete (pathList);
496 log.debug("Get %d npiv ports", pathList->numAdapters);
498 for ( int i = 0; i < pathList->numAdapters; i++) {
500 addPort(new FCHBANPIVPort(pathList
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h189 int fc_ulp_get_adapter_paths(char *pathList, int count);
192 int fc_ulp_get_npiv_port_list(opaque_t port_handle, char *pathList);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5419 fc_ulp_get_npiv_port_list(opaque_t port_handle, char *pathList) argument
5434 &pathList[MAXPATHLEN * portsnum]);
5474 * pathList should be (count * MAXPATHLEN) long.
5481 fc_ulp_get_adapter_paths(char *pathList, int count) argument
5489 ASSERT(pathList != NULL);
5578 &pathList[MAXPATHLEN * in]);
H A Dfp.c256 int fp_get_adapter_paths(char *pathList, int count);
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c313 fct_get_port_list(char *pathList, int count) argument
318 ASSERT(pathList != NULL);
324 pathList + 8 * i, 8);

Completed in 315 milliseconds