Home
last modified time | relevance | path

Searched refs:fcp_wwn_to_ascii (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c579 static void fcp_wwn_to_ascii(uchar_t bytes[], char *string);
6941 fcp_wwn_to_ascii(&ptgt->tgt_node_wwn.raw_wwn[0], ascii_wwn); in fcp_scsi_callback()
12632 fcp_wwn_to_ascii(ptgt->tgt_port_wwn.raw_wwn, t_pwwn); in fcp_create_dip()
12850 fcp_wwn_to_ascii(ptgt->tgt_port_wwn.raw_wwn, t_pwwn); in fcp_create_pip()
13070 fcp_wwn_to_ascii(plun->lun_tgt->tgt_port_wwn.raw_wwn, buf); in fcp_is_pip_present()
13097 fcp_wwn_to_ascii(ptgt->tgt_port_wwn.raw_wwn, buf); in fcp_find_existing_pip()
15206 fcp_wwn_to_ascii(uchar_t wwn[], char *string) in fcp_wwn_to_ascii() function