Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c152 const sunFmResource_update_ctx_t *update_ctx = in rsrcinfo_update_one() local
208 if ((update_ctx->uc_type & UCT_ALL) || in rsrcinfo_update_one()
209 update_ctx->uc_index == data->d_index) { in rsrcinfo_update_one()
215 return (!(update_ctx->uc_type & UCT_ALL) && in rsrcinfo_update_one()
216 update_ctx->uc_index == data->d_index); in rsrcinfo_update_one()
234 ASSERT(update_ctx != NULL); in rsrcinfo_update()
237 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0); in rsrcinfo_update()
240 if ((adm = fmd_adm_open(update_ctx->uc_host, update_ctx->uc_prog, in rsrcinfo_update()
241 update_ctx->uc_version)) == NULL) { in rsrcinfo_update()
247 if (update_ctx->uc_type == UCT_COUNT) { in rsrcinfo_update()
[all …]
H A Dmodule.c168 const sunFmModule_update_ctx_t *update_ctx = in modinfo_update_one() local
221 if ((update_ctx->uc_type & UCT_ALL) || in modinfo_update_one()
222 update_ctx->uc_index == data->d_index) { in modinfo_update_one()
230 return (!(update_ctx->uc_type & UCT_ALL) && in modinfo_update_one()
231 update_ctx->uc_index == data->d_index); in modinfo_update_one()
242 modinfo_update(sunFmModule_update_ctx_t *update_ctx) in modinfo_update() argument
246 ASSERT(update_ctx != NULL); in modinfo_update()
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()
252 if ((adm = fmd_adm_open(update_ctx->uc_host, update_ctx->uc_prog, in modinfo_update()
[all …]
H A Dproblem.c245 problem_update(sunFmProblem_update_ctx_t *update_ctx) in problem_update() argument
249 ASSERT(update_ctx != NULL); in problem_update()
250 ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) != in problem_update()
252 ASSERT((update_ctx->uc_type & ~UCT_FLAGS) == 0); in problem_update()
255 if ((adm = fmd_adm_open(update_ctx->uc_host, update_ctx->uc_prog, in problem_update()
256 update_ctx->uc_version)) == NULL) { in problem_update()
264 update_ctx) != 0) { in problem_update()
/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
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5sp.c238 update_kwqe_virt = &iscsi->sp_req_data.virt_addr->update_ctx.kwqe; in lm_sc_init_sp_req_type()
/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