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

/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c497 struct stmf_i_local_port *siport; local
503 while ((siport = next_stmf_port(&ws)) != NULL) {
504 fiport = __ilport2iport((uintptr_t)siport, DCMD_ADDRSPEC,
530 return (siport);
542 struct stmf_i_local_port *siport; local
552 if ((siport = find_lport_by_wwn(options->lpname)) != NULL)
553 mdb_printf("%p\n", siport);
777 find_irp_by_wwn(struct stmf_i_local_port *siport, uint8_t wwn[8]) argument
785 fiport = __ilport2iport((uintptr_t)siport, DCMD_ADDRSPEC, 0, NULL);
816 struct stmf_i_local_port *siport; local
971 outstanding_cmds_on_lport(struct stmf_i_local_port *siport, cmd_filter_t filter, struct find_options *options, void *arg) argument
1020 struct stmf_i_local_port *siport; local
1060 struct stmf_i_local_port *siport; local
[all...]

Completed in 45 milliseconds