Searched refs:update_ctx (Results 1 – 6 of 6) sorted by relevance
152 const sunFmResource_update_ctx_t *update_ctx = in rsrcinfo_update_one() local208 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()229 rsrcinfo_update(sunFmResource_update_ctx_t *update_ctx) in rsrcinfo_update() argument234 ASSERT(update_ctx != NULL); in rsrcinfo_update()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()240 if ((adm = fmd_adm_open(update_ctx->uc_host, update_ctx->uc_prog, in rsrcinfo_update()[all …]
168 const sunFmModule_update_ctx_t *update_ctx = in modinfo_update_one() local221 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() argument246 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 …]
245 problem_update(sunFmProblem_update_ctx_t *update_ctx) in problem_update() argument249 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()
154 struct iscsi_update_ramrod_cached_params update_ctx; /* used by update slow path request */ member
238 update_kwqe_virt = &iscsi->sp_req_data.virt_addr->update_ctx.kwqe; in lm_sc_init_sp_req_type()
551 struct toe_update_ramrod_cached_params update_ctx; /* used by update slow path request */ member