Searched defs: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) ||
230 return (!(update_ctx->uc_type & UCT_ALL) &&
247 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) !=
248 (UCT_INDEX|UCT_ALL));
290 uc.uc_type = UCT_ALL;
H A Dresource.c55 #define UCT_ALL 0x2 macro
208 if ((update_ctx->uc_type & UCT_ALL) ||
215 return (!(update_ctx->uc_type & UCT_ALL) &&
220 * Update some or all resource data from fmd. If type includes UCT_ALL, all
235 ASSERT((update_ctx->uc_type & (UCT_ALL|UCT_INDEX)) !=
236 (UCT_ALL|UCT_INDEX));
286 uc.uc_type = UCT_ALL;
H A Dproblem.c61 #define UCT_ALL 0x2 macro
250 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) !=
251 (UCT_INDEX|UCT_ALL));
294 uc.uc_type = UCT_ALL;

Completed in 48 milliseconds