Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c54 #define UCT_ALL 0x2 macro
221 if ((update_ctx->uc_type & UCT_ALL) || in modinfo_update_one()
230 return (!(update_ctx->uc_type & UCT_ALL) && in modinfo_update_one()
247 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) != in modinfo_update()
248 (UCT_INDEX|UCT_ALL)); in modinfo_update()
289 uc.uc_type = UCT_ALL; in update_thread()
H A Dresource.c55 #define UCT_ALL 0x2 macro
208 if ((update_ctx->uc_type & UCT_ALL) || in rsrcinfo_update_one()
215 return (!(update_ctx->uc_type & UCT_ALL) && in rsrcinfo_update_one()
235 ASSERT((update_ctx->uc_type & (UCT_ALL|UCT_INDEX)) != in rsrcinfo_update()
236 (UCT_ALL|UCT_INDEX)); in rsrcinfo_update()
285 uc.uc_type = UCT_ALL; in update_thread()
H A Dproblem.c61 #define UCT_ALL 0x2 macro
250 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) != in problem_update()
251 (UCT_INDEX|UCT_ALL)); in problem_update()
293 uc.uc_type = UCT_ALL; in update_thread()