Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c86 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; variable
294 update_status = US_QUIET; in update_thread()
295 while (update_status == US_QUIET) in update_thread()
297 update_status = US_INPROGRESS; in update_thread()
307 if (update_status != US_QUIET) { in request_update()
311 update_status = US_NEEDED; in request_update()
563 if (update_status != US_QUIET) { in sunFmModuleTable_return()
H A Dresource.c69 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; variable
290 update_status = US_QUIET; in update_thread()
291 while (update_status == US_QUIET) in update_thread()
293 update_status = US_INPROGRESS; in update_thread()
303 if (update_status != US_QUIET) { in request_update()
307 update_status = US_NEEDED; in request_update()
576 if (update_status != US_QUIET) { in sunFmResourceTable_return()
718 if (update_status != US_QUIET) { in sunFmResourceCount_return()
H A Dproblem.c70 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; variable
298 update_status = US_QUIET; in update_thread()
299 while (update_status == US_QUIET) in update_thread()
301 update_status = US_INPROGRESS; in update_thread()
311 if (update_status != US_QUIET) { in request_update()
315 update_status = US_NEEDED; in request_update()
707 if (update_status != US_QUIET) { in sunFmProblemTable_return()
875 if (update_status != US_QUIET) { in sunFmFaultEventTable_return()
/titanic_41/usr/src/cmd/fruadm/
H A Dfruadm.c787 int process_self = process_tree, status, update_status = 0; in walk_tree() local
830 update_status = status; in walk_tree()
855 if (update_status) in walk_tree()