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

/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMPLuOidListFromTPG.c157 char *portName = NULL; local
171 /* Look through the list of target ports for a portName that matches */
237 "target-port", &portName);
239 if (NULL != portName) {
241 if (0 == strncmp(portName,
242 tpInfo.portName,
243 strlen(tpInfo.portName))) {
294 * OK, found an portName that matches, let's

Completed in 21 milliseconds