Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c40 #define ID2IDX(id) ((int)((id) & 0xff0000) >> 16) macro
44 ID2IDX(id) < (msinfo)->swms_dispcnt)
130 sip = subinfo[ID2IDX(who)]; in sw_timer_install()
193 sip = subinfo[ID2IDX(who)]; in sw_timer_remove()
228 sip = subinfo[ID2IDX(owner)]; in sw_timeout()
250 sip = subinfo[ID2IDX(who)]; in sw_id_to_casetype()