Searched refs:param (Results 1 – 3 of 3) sorted by relevance
| /common/ |
| A D | avb_verify.c | 750 struct tee_param param[2]; in read_rollback_index() 755 memset(param, 0, sizeof(param)); in read_rollback_index() 761 ARRAY_SIZE(param), param); in read_rollback_index() 792 struct tee_param param[2]; in write_rollback_index() 797 memset(param, 0, sizeof(param)); in write_rollback_index() 805 ARRAY_SIZE(param), param); in write_rollback_index() 920 struct tee_param param[2]; in read_persistent_value() local 943 memset(param, 0, sizeof(param)); in read_persistent_value() 952 2, param); in read_persistent_value() 1008 memset(param, 0, sizeof(param)); in write_persistent_value() [all …]
|
| A D | scp03.c | 18 struct tee_param param; in scp03_enable() local 30 memset(¶m, 0, sizeof(param)); in scp03_enable() 31 param.attr = TEE_PARAM_ATTR_TYPE_VALUE_INPUT; in scp03_enable() 32 param.u.value.a = provision; in scp03_enable() 38 if (tee_invoke_func(tee, &invoke, 1, ¶m)) in scp03_enable()
|
| A D | dlmalloc.src | 195 Define this if your system does not have a <sys/param.h>. 531 # include <sys/param.h> 3167 * Add 'LACKS_SYS_PARAM_H' for those systems without 'sys/param.h'
|
Completed in 15 milliseconds