Home
last modified time | relevance | path

Searched refs:uc_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c208 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()
237 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0); in rsrcinfo_update()
247 if (update_ctx->uc_type == UCT_COUNT) { in rsrcinfo_update()
285 uc.uc_type = UCT_ALL; in update_thread()
H A Dmodule.c221 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()
249 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0); in modinfo_update()
289 uc.uc_type = UCT_ALL; in update_thread()
H A Dmodule.h53 int uc_type; member
H A Dresource.h53 uint32_t uc_type; member
H A Dproblem.h57 uint32_t uc_type; member
H A Dproblem.c250 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) != in problem_update()
252 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0); in problem_update()
293 uc.uc_type = UCT_ALL; in update_thread()