Home
last modified time | relevance | path

Searched refs:installipchandle_args (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c967 struct IPA_Pool_InstallIpcHandle_Args installipchandle_args; in MApi_IPA_Pool_InstallIpcHandle() local
985 installipchandle_args.ipc_handle_id = installipchandle_param->ipc_handle_id; in MApi_IPA_Pool_InstallIpcHandle()
987 res = ioctl(_s32FdIPAPool,IPA_POOL_IOC_INSTALLIPCHANDLE,&installipchandle_args); in MApi_IPA_Pool_InstallIpcHandle()
990 if (res < 0 || installipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_InstallIpcHandle()
996 installipchandle_param->pool_handle_id = installipchandle_args.pool_handle_id; in MApi_IPA_Pool_InstallIpcHandle()
997 installipchandle_param->error_code = installipchandle_args.error_code; in MApi_IPA_Pool_InstallIpcHandle()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c1173 struct IPA_Pool_InstallIpcHandle_Args installipchandle_args; in MApi_IPA_Pool_InstallIpcHandle() local
1206 installipchandle_args.ipc_handle_id = installipchandle_param->ipc_handle_id; in MApi_IPA_Pool_InstallIpcHandle()
1210 …s = file_ioctl(_fileIPAPool,IPA_POOL_IOC_INSTALLIPCHANDLE,(unsigned long)(&installipchandle_args)); in MApi_IPA_Pool_InstallIpcHandle()
1213 if (res < 0 || installipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_InstallIpcHandle()
1219 installipchandle_param->pool_handle_id = installipchandle_args.pool_handle_id; in MApi_IPA_Pool_InstallIpcHandle()
1220 installipchandle_param->error_code = installipchandle_args.error_code; in MApi_IPA_Pool_InstallIpcHandle()