Searched defs:US_QUIET (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c86 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator in enum:__anon2482
294 update_status = US_QUIET;
295 while (update_status == US_QUIET)
307 if (update_status != US_QUIET) {
563 if (update_status != US_QUIET) {
H A Dresource.c69 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator in enum:__anon2484
290 update_status = US_QUIET;
291 while (update_status == US_QUIET)
303 if (update_status != US_QUIET) {
576 if (update_status != US_QUIET) {
718 if (update_status != US_QUIET) {
H A Dproblem.c70 static volatile enum { US_QUIET, US_NEEDED, US_INPROGRESS } update_status; enumerator in enum:__anon2483
298 update_status = US_QUIET;
299 while (update_status == US_QUIET)
311 if (update_status != US_QUIET) {
707 if (update_status != US_QUIET) {
875 if (update_status != US_QUIET) {

Completed in 48 milliseconds