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

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c120 char *tmp_wwn_disk; local
150 tmp_wwn_disk = strrchr(phy_disk_path, cmp);
152 wwn_disk = strtok((strpbrk(tmp_wwn_disk, "w") + 1), ",");
623 char *tmp_wwn_disk; local
662 tmp_wwn_disk = strrchr(phy_disk_path, cmp);
664 if (strpbrk(tmp_wwn_disk, "w") == NULL) {

Completed in 16 milliseconds