OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_ERROR_ITEM_NOT_FOUND
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4xxx/security/tf_sdk/include/
s_error.h
105
#define
S_ERROR_ITEM_NOT_FOUND
((S_RESULT)0xFFFF0008)
106
#define SM_ERROR_ITEM_NOT_FOUND
S_ERROR_ITEM_NOT_FOUND
107
#define TEEC_ERROR_ITEM_NOT_FOUND
S_ERROR_ITEM_NOT_FOUND
108
#define SST_ERROR_ITEM_NOT_FOUND
S_ERROR_ITEM_NOT_FOUND
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c
277
if (nError ==
S_ERROR_ITEM_NOT_FOUND
)
331
nError=
S_ERROR_ITEM_NOT_FOUND
;
416
case
S_ERROR_ITEM_NOT_FOUND
:
436
nResult =
S_ERROR_ITEM_NOT_FOUND
;
lib_manifest2.c
222
nResult =
S_ERROR_ITEM_NOT_FOUND
;
664
if (nResult ==
S_ERROR_ITEM_NOT_FOUND
)
delegation_client.c
424
return
S_ERROR_ITEM_NOT_FOUND
;
604
nError =
S_ERROR_ITEM_NOT_FOUND
;
680
return
S_ERROR_ITEM_NOT_FOUND
;
[
all
...]
Completed in 69 milliseconds