Home
last modified time | relevance | path

Searched defs:ipc_struct (Results 1 – 4 of 4) sorted by relevance

/base/tee/tee_os_kernel/user/system-services/chcore-libc/libchcore/porting/overrides/include/chcore/
Dipc.h33 typedef struct ipc_struct { struct
51 /* ipc_struct for invoking system servers. argument
/base/tee/tee_os_kernel/user/system-services/system-servers/fsm/
Ddevice.c76 ipc_struct_t *ipc_struct = ipc_register_client(fs_cap); in chcore_initial_fat_partition() local
101 ipc_struct_t *ipc_struct = ipc_register_client(fs_cap); in chcore_initial_ext4_partition() local
Dfsm.c168 ipc_struct_t *ipc_struct; in fsm_umount_fs() local
198 ipc_struct_t *ipc_struct; in fsm_sync_page_cache() local
/base/tee/tee_os_kernel/user/system-services/chcore-libc/libchcore/porting/overrides/src/chcore-port/
Dipc.c420 int ipc_client_close_connection(ipc_struct_t *ipc_struct) in ipc_client_close_connection()
479 int simple_ipc_forward(ipc_struct_t *ipc_struct, void *data, int len) in simple_ipc_forward()
500 static int connect_system_server(ipc_struct_t *ipc_struct) in connect_system_server()