OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ihandle
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/gplinclude/zzjson/
zzjson.h
33
void *
ihandle
; // pa
member in struct:ZZJSON_CONFIG
34
int (*getchar)(void *
ihandle
); // pa
35
int (*ungetchar)(int c, void *
ihandle
); // pa
/hardware/qcom/keymaster/
keymaster_qcom.cpp
73
struct QSEECom_ion_fd_info *
ihandle
);
402
struct qcom_km_ion_info_t
ihandle
;
local
405
ihandle
.ion_fd = 0;
406
ihandle
.ion_alloc_handle.handle = NULL;
407
if (qcom_km_ION_memalloc(&
ihandle
, QSEECOM_ALIGN(key_length)) < 0) {
414
ion_fd_info.data[0].fd =
ihandle
.ifd_data_fd;
428
send_cmd->pkcs8_key = (uint32_t)
ihandle
.ion_sbuffer;
430
memcpy((unsigned char *)
ihandle
.ion_sbuffer, key, key_length);
439
qcom_km_ion_dealloc(&
ihandle
);
451
qcom_km_ion_dealloc(&
ihandle
);
503
struct qcom_km_ion_info_t
ihandle
;
local
603
struct qcom_km_ion_info_t
ihandle
;
local
[
all
...]
/external/syslinux/core/fs/xfs/
xfs_fs.h
343
void __user *
ihandle
;/* user supplied handle */
member in struct:xfs_fsop_handlereq
/external/syslinux/extlinux/
xfs_fs.h
343
void __user *
ihandle
;/* user supplied handle */
member in struct:xfs_fsop_handlereq
Completed in 578 milliseconds