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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c115 processPortFunc processPort);
499 * processPort - a callback function when handling each port.
506 processHBA(inputArg_t *input, processPortFunc processPort) argument
538 if (input->wwnCount && (processPort != handleTargetPort) &&
539 (processPort != handleLogicalUnit)) {
637 * processPort is NULL for hba subcommand.
639 if (processPort == NULL) {
644 } else if (processPort == handleHBAPort) {
740 if (processPort == handleHBAPort) {
772 if (processPort
[all...]

Completed in 47 milliseconds