Searched defs:update_ctx (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c168 const sunFmModule_update_ctx_t *update_ctx = local
221 if ((update_ctx->uc_type & UCT_ALL) ||
222 update_ctx->uc_index == data->d_index) {
230 return (!(update_ctx->uc_type & UCT_ALL) &&
231 update_ctx->uc_index == data->d_index);
242 modinfo_update(sunFmModule_update_ctx_t *update_ctx) argument
246 ASSERT(update_ctx != NULL);
247 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) !=
249 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0);
252 if ((adm = fmd_adm_open(update_ctx
[all...]
H A Dresource.c152 const sunFmResource_update_ctx_t *update_ctx = local
208 if ((update_ctx->uc_type & UCT_ALL) ||
209 update_ctx->uc_index == data->d_index) {
215 return (!(update_ctx->uc_type & UCT_ALL) &&
216 update_ctx->uc_index == data->d_index);
229 rsrcinfo_update(sunFmResource_update_ctx_t *update_ctx) argument
234 ASSERT(update_ctx != NULL);
235 ASSERT((update_ctx->uc_type & (UCT_ALL|UCT_INDEX)) !=
237 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0);
240 if ((adm = fmd_adm_open(update_ctx
[all...]
H A Dproblem.c245 problem_update(sunFmProblem_update_ctx_t *update_ctx) argument
249 ASSERT(update_ctx != NULL);
250 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) !=
252 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0);
255 if ((adm = fmd_adm_open(update_ctx->uc_host, update_ctx->uc_prog,
256 update_ctx->uc_version)) == NULL) {
264 update_ctx) != 0) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h154 struct iscsi_update_ramrod_cached_params update_ctx; /* used by update slow path request */ member in union:_lm_iscsi_slow_path_phys_data_t
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h551 struct toe_update_ramrod_cached_params update_ctx; /* used by update slow path request */ member in union:_lm_tcp_slow_path_phys_data_t

Completed in 134 milliseconds