Searched refs:installipchandle_args (Results 1 – 2 of 2) sorted by relevance
967 struct IPA_Pool_InstallIpcHandle_Args installipchandle_args; in MApi_IPA_Pool_InstallIpcHandle() local985 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()
1173 struct IPA_Pool_InstallIpcHandle_Args installipchandle_args; in MApi_IPA_Pool_InstallIpcHandle() local1206 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()