Home
last modified time | relevance | path

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

/titanic_41/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()
286 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()
290 uc.uc_type = UCT_ALL; in update_thread()
H A Dmodule.h55 int uc_type; member
H A Dresource.h55 uint32_t uc_type; member
H A Dproblem.h59 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()
294 uc.uc_type = UCT_ALL; in update_thread()