Home
last modified time | relevance | path

Searched refs:FindCtx (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/SecurityPkg/Library/TcgStorageCoreLib/
H A DTcgStorageUtil.c798 TCG_FIND_FEATURE_CTX* FindCtx; in TcgFindFeatureCallback() local
800 FindCtx = (TCG_FIND_FEATURE_CTX*)Context; in TcgFindFeatureCallback()
801 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
802 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
803 FindCtx->FeatureSize = FeatureSize; in TcgFindFeatureCallback()
826 TCG_FIND_FEATURE_CTX FindCtx; in TcgGetFeature() local
828 FindCtx.FeatureCode = FeatureCode; in TcgGetFeature()
829 FindCtx.Feature = NULL; in TcgGetFeature()
830 FindCtx.FeatureSize = 0; in TcgGetFeature()
834 *FeatureSize = FindCtx.FeatureSize; in TcgGetFeature()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dmeta.c16 } FindCtx; typedef
19 FindCtx *ctx = user; in find_node_cb()
28 FindCtx ctx = { in find_node_at()
38 FindCtx ctx = { in find_node_in()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DSelection.c357 FindCtx(Display *dpy, Atom selection) in FindCtx() function
929 ctx = FindCtx(XtDisplay(widget), selection); in OwnSelection()
1060 ctx = FindCtx(XtDisplay(widget), selection); in XtDisownSelection()
1608 ctx = FindCtx(XtDisplay(widget), selection); in GetSelectionValue()
1708 ctx = FindCtx(XtDisplay(widget), selection); in GetSelectionValues()
1855 && ((ctx = FindCtx(XtDisplay(widget), selection)) == NULL in GetRequestRecord()