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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c273 uchar_t ascii_wwn[ASCIIWWNSIZE]; local
277 if (strlcpy((char *)ascii_wwn, (char *)wwn,
278 sizeof (ascii_wwn)) >= sizeof (ascii_wwn)) {
293 for (count = 0, str = ascii_wwn; count < 8; count++, str += 2) {
301 for (str = ascii_wwn; *str != '\0'; str++) {
305 (void) snprintf(disk, DISK_SUBPATH_MAX, "t%sd%d", ascii_wwn, lun);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c6935 char ascii_wwn[FC_WWN_SIZE*2+1]; local
6936 fcp_wwn_to_ascii(&ptgt->tgt_node_wwn.raw_wwn[0], ascii_wwn);
6937 (void) fcp_copy_guid_2_lun_block(plun, ascii_wwn);

Completed in 92 milliseconds