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

/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.h55 int uc_type; member in struct:sunFmModule_update_ctx
H A Dresource.h55 uint32_t uc_type; member in struct:sunFmResource_update_ctx
H A Dproblem.h58 uint32_t uc_type; member in struct:sunFmProblem_update_ctx
H A Dresource.c208 if ((update_ctx->uc_type & UCT_ALL) ||
215 return (!(update_ctx->uc_type & UCT_ALL) &&
235 ASSERT((update_ctx->uc_type & (UCT_ALL|UCT_INDEX)) !=
237 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0);
247 if (update_ctx->uc_type == UCT_COUNT) {
286 uc.uc_type = UCT_ALL;
H A Dmodule.c221 if ((update_ctx->uc_type & UCT_ALL) ||
230 return (!(update_ctx->uc_type & UCT_ALL) &&
247 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) !=
249 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0);
290 uc.uc_type = UCT_ALL;
H A Dproblem.c275 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) !=
277 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0);
319 uc.uc_type = UCT_ALL;

Completed in 36 milliseconds