Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c69 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator
290 update_status = US_QUIET; in update_thread()
291 while (update_status == US_QUIET) in update_thread()
303 if (update_status != US_QUIET) { in request_update()
576 if (update_status != US_QUIET) { in sunFmResourceTable_return()
718 if (update_status != US_QUIET) { in sunFmResourceCount_return()
H A Dmodule.c86 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator
294 update_status = US_QUIET; in update_thread()
295 while (update_status == US_QUIET) in update_thread()
307 if (update_status != US_QUIET) { in request_update()
563 if (update_status != US_QUIET) { in sunFmModuleTable_return()
H A Dproblem.c70 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator
298 update_status = US_QUIET; in update_thread()
299 while (update_status == US_QUIET) in update_thread()
311 if (update_status != US_QUIET) { in request_update()
707 if (update_status != US_QUIET) { in sunFmProblemTable_return()
875 if (update_status != US_QUIET) { in sunFmFaultEventTable_return()