Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/
H A Dopl_dev_led.c38 #define SCFRETRY 3 macro
132 if (++retry > SCFRETRY) { in opl_disk_led_control()
141 if ((errno != 0) || (retry > SCFRETRY)) { in opl_disk_led_control()
/titanic_44/usr/src/cmd/oplhpd/
H A Dscf_notify.c59 #define SCFRETRY 10 macro
504 if ((++retry <= SCFRETRY) && in notify_scf_of_hotplug()