Home
last modified time | relevance | path

Searched refs:absAddr (Results 1 – 25 of 43) sorted by relevance

12

/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Deval_state.go40 absAddr := n.Addr.Absolute(ctx.Path())
109 absAddr := n.Addr.Absolute(ctx.Path())
112 src := ctx.State().ResourceInstanceObject(absAddr, key)
212 absAddr := n.Addr.Absolute(ctx.Path())
280 absAddr := n.Addr.Absolute(ctx.Path())
341 absAddr := n.Addr.Absolute(ctx.Path())
346 key = state.DeposeResourceInstanceObject(absAddr)
387 absAddr := n.Addr.Absolute(ctx.Path())
418 absAddr := n.Addr.Absolute(ctx.Path())
456 absAddr := n.Addr.Absolute(ctx.Path())
[all …]
H A Deval_read_data.go66 absAddr := n.Addr.Absolute(ctx.Path())
67 log.Printf("[TRACE] EvalReadData: working on %s", absAddr)
119 absAddr,
129 return h.PreDiff(absAddr, states.CurrentGen, priorVal, proposedNewVal)
136 Addr: absAddr,
178 (*n.Planned).Action, absAddr,
230 n.ProviderAddr.ProviderConfig.Type, absAddr,
240 n.ProviderAddr.ProviderConfig.Type, absAddr,
257 Addr: absAddr,
272 return h.PostRefresh(absAddr, states.CurrentGen, change.Before, newVal)
[all …]
H A Deval_apply.go45 absAddr := n.Addr.Absolute(ctx.Path())
304 absAddr := n.Addr.Absolute(ctx.Path())
307 panic(fmt.Sprintf("EvalApplyPre for %s called with nil Change", absAddr))
338 absAddr := n.Addr.Absolute(ctx.Path())
351 return h.PostApply(absAddr, n.Gen, newState, err)
444 absAddr := n.Addr.Absolute(ctx.Path())
476 return h.PreProvisionInstance(absAddr, state.Value)
499 return h.PostProvisionInstance(absAddr, state.Value)
534 absAddr := instanceAddr.Absolute(ctx.Path())
595 return h.PreProvisionInstanceStep(absAddr, prov.Type)
[all …]
H A Deval_diff.go53 absAddr := n.Addr.Absolute(ctx.Path())
70 absAddr, n.ProviderAddr.ProviderConfig.Type,
84 absAddr, n.ProviderAddr.ProviderConfig.Type, tfdiags.FormatError(err),
144 absAddr := n.Addr.Absolute(ctx.Path())
170 return h.PreDiff(absAddr, states.CurrentGen, priorVal, proposedNewVal)
281 n.ProviderAddr.ProviderConfig.Type, absAddr, path,
426 Addr: absAddr,
753 absAddr := n.Addr.Absolute(ctx.Path())
773 absAddr, n.DeposedKey.Generation(),
786 Addr: absAddr,
[all …]
H A Deval_import_state.go25 absAddr := n.Addr.Absolute(ctx.Path())
32 return h.PreImportState(absAddr, n.ID)
51 …log.Printf("[TRACE] EvalImportState: import %s %q produced instance object of type %s", absAddr.St…
61 return h.PostImportState(absAddr, imported)
H A Deval_refresh.go29 absAddr := n.Addr.Absolute(ctx.Path())
47 return h.PreRefresh(absAddr, states.CurrentGen, state.Value)
80 n.ProviderAddr.ProviderConfig.Type, absAddr, tfdiags.FormatError(err),
93 return h.PostRefresh(absAddr, states.CurrentGen, priorVal, newState.Value)
H A Deval_context_builtin.go108 absAddr := addr.Absolute(ctx.Path())
111 if p := ctx.Provider(absAddr); p != nil {
120 key := absAddr.String()
127 log.Printf("[TRACE] BuiltinEvalContext: Initialized %q provider for %s", typeName, absAddr)
166 absAddr := addr.Absolute(ctx.Path())
167 p := ctx.Provider(absAddr)
173 providerSchema := ctx.ProviderSchema(absAddr)
175 diags = diags.Append(fmt.Errorf("schema for %s is not available", absAddr))
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Deval_state.go40 absAddr := n.Addr.Absolute(ctx.Path())
109 absAddr := n.Addr.Absolute(ctx.Path())
112 src := ctx.State().ResourceInstanceObject(absAddr, key)
212 absAddr := n.Addr.Absolute(ctx.Path())
280 absAddr := n.Addr.Absolute(ctx.Path())
341 absAddr := n.Addr.Absolute(ctx.Path())
346 key = state.DeposeResourceInstanceObject(absAddr)
387 absAddr := n.Addr.Absolute(ctx.Path())
418 absAddr := n.Addr.Absolute(ctx.Path())
462 absAddr := n.Addr.Absolute(ctx.Path())
[all …]
H A Deval_read_data.go66 absAddr := n.Addr.Absolute(ctx.Path())
67 log.Printf("[TRACE] EvalReadData: working on %s", absAddr)
120 absAddr,
130 return h.PreDiff(absAddr, states.CurrentGen, priorVal, proposedNewVal)
137 Addr: absAddr,
179 (*n.Planned).Action, absAddr,
183 log.Printf("[TRACE] Re-validating config for %s", absAddr)
242 n.ProviderAddr.ProviderConfig.Type, absAddr,
252 n.ProviderAddr.ProviderConfig.Type, absAddr,
269 Addr: absAddr,
[all …]
H A Deval_apply.go45 absAddr := n.Addr.Absolute(ctx.Path())
305 absAddr := n.Addr.Absolute(ctx.Path())
308 panic(fmt.Sprintf("EvalApplyPre for %s called with nil Change", absAddr))
339 absAddr := n.Addr.Absolute(ctx.Path())
352 return h.PostApply(absAddr, n.Gen, newState, err)
445 absAddr := n.Addr.Absolute(ctx.Path())
477 return h.PreProvisionInstance(absAddr, state.Value)
500 return h.PostProvisionInstance(absAddr, state.Value)
535 absAddr := instanceAddr.Absolute(ctx.Path())
598 return h.PreProvisionInstanceStep(absAddr, prov.Type)
[all …]
H A Deval_diff.go51 absAddr := n.Addr.Absolute(ctx.Path())
68 absAddr, n.ProviderAddr.ProviderConfig.Type,
82 absAddr, n.ProviderAddr.ProviderConfig.Type, tfdiags.FormatError(err),
143 absAddr := n.Addr.Absolute(ctx.Path())
169 return h.PreDiff(absAddr, states.CurrentGen, priorVal, proposedNewVal)
304 n.ProviderAddr.ProviderConfig.Type, absAddr, path,
449 Addr: absAddr,
583 absAddr := n.Addr.Absolute(ctx.Path())
603 absAddr, n.DeposedKey.Generation(),
616 Addr: absAddr,
[all …]
H A Deval_import_state.go25 absAddr := n.Addr.Absolute(ctx.Path())
32 return h.PreImportState(absAddr, n.ID)
51 …log.Printf("[TRACE] EvalImportState: import %s %q produced instance object of type %s", absAddr.St…
61 return h.PostImportState(absAddr, imported)
H A Deval_refresh.go29 absAddr := n.Addr.Absolute(ctx.Path())
47 return h.PreRefresh(absAddr, states.CurrentGen, state.Value)
81 n.ProviderAddr.ProviderConfig.Type, absAddr, tfdiags.FormatError(err),
95 return h.PostRefresh(absAddr, states.CurrentGen, priorVal, newState.Value)
H A Deval_context_builtin.go108 absAddr := addr.Absolute(ctx.Path())
111 if p := ctx.Provider(absAddr); p != nil {
120 key := absAddr.String()
127 log.Printf("[TRACE] BuiltinEvalContext: Initialized %q provider for %s", typeName, absAddr)
166 absAddr := addr.Absolute(ctx.Path())
167 p := ctx.Provider(absAddr)
173 providerSchema := ctx.ProviderSchema(absAddr)
175 diags = diags.Append(fmt.Errorf("schema for %s is not available", absAddr))
/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/
H A Dnode_resource_destroy_deposed.go293 absAddr := n.Addr
299 … object for %s without a deposed key; this is a bug in Terraform that should be reported", absAddr)
304 state.SetResourceInstanceDeposed(absAddr, key, nil, n.ResolvedProvider)
305 …"[TRACE] writeResourceInstanceStateDeposed: removing state object for %s deposed %s", absAddr, key)
318 …schema, currentVersion := providerSchema.SchemaForResourceAddr(absAddr.ContainingResource().Resour…
323 return fmt.Errorf("failed to encode %s in state: no resource type schema available", absAddr)
327 return fmt.Errorf("failed to encode %s in state: %s", absAddr, err)
330 …("[TRACE] writeResourceInstanceStateDeposed: writing state object for %s deposed %s", absAddr, key)
331 state.SetResourceInstanceDeposed(absAddr, key, src, n.ResolvedProvider)
H A Dnode_resource_abstract_instance.go291 absAddr := n.Addr
330 state.SetResourceInstanceCurrent(absAddr, src, n.ResolvedProvider)
366 return fmt.Errorf("failed to encode %s in state: %s", absAddr, err)
377 absAddr := n.Addr
395 Addr: absAddr,
410 absAddr, deposedKey.Generation(),
422 Addr: absAddr,
436 absAddr,
498 absAddr := n.Addr
534 return h.PreRefresh(absAddr, hookGen, state.Value)
[all …]
H A Dtransform_import_state.go131 absAddr := n.Addr.Resource.Absolute(ctx.Path())
135 return h.PreImportState(absAddr, n.ID)
152 …graphNodeImportState: import %s %q produced instance object of type %s", absAddr.String(), n.ID, o…
158 return h.PostImportState(absAddr, imported)
H A Dnode_resource_apply_instance.go362 absAddr := addr.Absolute(ctx.Path())
372 …G] After incorporating new values learned so far during apply, %s change has become NoOp", absAddr)
382 absAddr, plannedChange.Action, actualChange.Action,
391 absAddr, n.ResolvedProvider.Provider.String(),
405 absAddr, n.ResolvedProvider.Provider.String(), tfdiags.FormatError(err),
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/build/
H A DnsWindowsDllInterceptor.h957 int64_t* absAddr = reinterpret_cast<int64_t*>( in CreateTrampoline() local
969 *trampOperandPtr = absAddr; in CreateTrampoline()
980 *trampOperandPtr = absAddr; in CreateTrampoline()
1028 intptr_t absAddr = reinterpret_cast<intptr_t>( in CreateTrampoline() local
1036 *trampOperandPtr = absAddr; in CreateTrampoline()
1127 byteptr_t absAddr = reinterpret_cast<byteptr_t>( in CreateTrampoline() local
1138 *reinterpret_cast<byteptr_t*>(tramp + nTrampBytes) = absAddr; in CreateTrampoline()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/interceptor/
H A DPatcherDetour.h1189 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1195 tramp.WritePointer(absAddr); in CreateTrampoline()
1202 tramp.WritePointer(absAddr); in CreateTrampoline()
1246 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1248 tramp.WritePointer(absAddr); in CreateTrampoline()
1334 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1339 tramp.WritePointer(absAddr); in CreateTrampoline()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dscanaddrs.cpp224 byte *absAddr = pt + disp + 4; // The address is relative to AFTER the constant in GetConstantValue() local
225 return (PolyObject*)absAddr; in GetConstantValue()
H A Dx86_dep.cpp1088 byte *absAddr = pt + disp + 4; // The address is relative to AFTER the constant in ScanConstantsWithinCode() local
1091 if (absAddr >= (byte*)addr && absAddr < (byte*)end) {} in ScanConstantsWithinCode()
1101 absAddr = absAddr - (byte*)addr + (byte*)old; in ScanConstantsWithinCode()
1104 size_t newDisp = absAddr - pt - 4; in ScanConstantsWithinCode()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/interceptor/
H A DPatcherDetour.h1253 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1259 tramp.WritePointer(absAddr); in CreateTrampoline()
1266 tramp.WritePointer(absAddr); in CreateTrampoline()
1313 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1315 tramp.WritePointer(absAddr); in CreateTrampoline()
1401 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1406 tramp.WritePointer(absAddr); in CreateTrampoline()
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/mozglue/interceptor/
H A DPatcherDetour.h1253 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1259 tramp.WritePointer(absAddr); in CreateTrampoline()
1266 tramp.WritePointer(absAddr); in CreateTrampoline()
1313 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1315 tramp.WritePointer(absAddr); in CreateTrampoline()
1401 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1406 tramp.WritePointer(absAddr); in CreateTrampoline()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/interceptor/
H A DPatcherDetour.h1253 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1259 tramp.WritePointer(absAddr); in CreateTrampoline()
1266 tramp.WritePointer(absAddr); in CreateTrampoline()
1313 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1315 tramp.WritePointer(absAddr); in CreateTrampoline()
1401 uintptr_t absAddr = origBytes.ReadDisp32AsAbsolute(); in CreateTrampoline() local
1406 tramp.WritePointer(absAddr); in CreateTrampoline()

12