Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c86 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; variable
H A Dresource.c69 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; variable
H A Dproblem.c70 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; variable
/titanic_44/usr/src/cmd/fruadm/
H A Dfruadm.c787 int process_self = process_tree, status, update_status = 0; in walk_tree() local