Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c252 if ((sip->swsub_casetype & SW_CASE_NONE) != SW_CASE_NONE) in sw_id_to_casetype()
254 "for %s\n", sip->swsub_casetype, sip->swsub_name); in sw_id_to_casetype()
256 return (sip->swsub_casetype); in sw_id_to_casetype()
276 if (sip->swsub_casetype == type) in sw_subinfo_bycase()
H A Dsw.h164 enum sw_casetype swsub_casetype; member