Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c69 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator
289 update_status = US_QUIET; in update_thread()
290 while (update_status == US_QUIET) in update_thread()
302 if (update_status != US_QUIET) { in request_update()
574 if (update_status != US_QUIET) { in sunFmResourceTable_return()
716 if (update_status != US_QUIET) { in sunFmResourceCount_return()
H A Dmodule.c86 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator
293 update_status = US_QUIET; in update_thread()
294 while (update_status == US_QUIET) in update_thread()
306 if (update_status != US_QUIET) { in request_update()
561 if (update_status != US_QUIET) { in sunFmModuleTable_return()
H A Dproblem.c70 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator
297 update_status = US_QUIET; in update_thread()
298 while (update_status == US_QUIET) in update_thread()
310 if (update_status != US_QUIET) { in request_update()
705 if (update_status != US_QUIET) { in sunFmProblemTable_return()
873 if (update_status != US_QUIET) { in sunFmFaultEventTable_return()