OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in
(Results
26 - 50
of
3164
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/tpm2/
Marshal_ChangePPS.c
3
// found
in
the LICENSE file.
30
ChangePPS_In
in
;
local
39
ChangePPS_In_Unmarshal(&
in
, request_handles, request_parameter_buffer,
45
result = TPM2_ChangePPS(&
in
);
Marshal_Clear.c
3
// found
in
the LICENSE file.
30
Clear_In
in
;
local
38
result = Clear_In_Unmarshal(&
in
, request_handles, request_parameter_buffer,
44
result = TPM2_Clear(&
in
);
Marshal_ClearControl.c
3
// found
in
the LICENSE file.
35
ClearControl_In
in
;
local
44
ClearControl_In_Unmarshal(&
in
, request_handles, request_parameter_buffer,
50
result = TPM2_ClearControl(&
in
);
Marshal_ClockRateAdjust.c
3
// found
in
the LICENSE file.
35
ClockRateAdjust_In
in
;
local
43
result = ClockRateAdjust_In_Unmarshal(&
in
, request_handles,
50
result = TPM2_ClockRateAdjust(&
in
);