Lines Matching refs:processPort
115 processPortFunc processPort);
499 * processPort - a callback function when handling each port.
506 processHBA(inputArg_t *input, processPortFunc processPort)
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 == handleExpander) {
786 if (processPort == handleTargetPort) {
794 if (processPort == handleLogicalUnit) {
807 ret += (*processPort)(handle,
842 } else if (processPort == NULL) {
844 * processPort == NULL signifies hba subcommand.
875 } else if (processPort == handleHBAPort) {
897 if (processPort == handleExpander) {