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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c117 static int isPortWWNInArgv(inputArg_t *input, PHBA_WWN pWWN);
1040 * Check whether the pWWN exist in the WWNs list which specified by user.
1044 * pWWN - pointer to the hba port sas address.
1047 * 1 true, the pWWN exist in the sas address list specified.
1051 isPortWWNInArgv(inputArg_t *input, PHBA_WWN pWWN) argument
1065 if (wwnConversion(pWWN->wwn) == hbaWWN) {

Completed in 50 milliseconds