Searched defs: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.c575 static void fcp_wwn_to_ascii(uchar_t bytes[], char *string);
6936 fcp_wwn_to_ascii(&ptgt->tgt_node_wwn.raw_wwn[0], ascii_wwn);
12630 fcp_wwn_to_ascii(ptgt->tgt_port_wwn.raw_wwn, t_pwwn);
12848 fcp_wwn_to_ascii(ptgt->tgt_port_wwn.raw_wwn, t_pwwn);
13069 fcp_wwn_to_ascii(plun->lun_tgt->tgt_port_wwn.raw_wwn, buf);
13096 fcp_wwn_to_ascii(ptgt->tgt_port_wwn.raw_wwn, buf);
15205 fcp_wwn_to_ascii(uchar_t wwn[], char *string) function

Completed in 96 milliseconds