Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c937 struct IPA_Pool_GetIpcHandle_Args getipchandle_args; in MApi_IPA_Pool_GETIPCHANDLE() local
947 getipchandle_args.pool_handle_id = getipchandle_param->pool_handle_id; in MApi_IPA_Pool_GETIPCHANDLE()
948 res = ioctl(_s32FdIPAPool,IPA_POOL_IOC_GETIPCHANDLE,&getipchandle_args); in MApi_IPA_Pool_GETIPCHANDLE()
949 if (res < 0 || getipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GETIPCHANDLE()
955 getipchandle_param->ipc_handle_id = getipchandle_args.ipc_handle_id; in MApi_IPA_Pool_GETIPCHANDLE()
956 getipchandle_param->error_code = getipchandle_args.error_code; in MApi_IPA_Pool_GETIPCHANDLE()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c1127 struct IPA_Pool_GetIpcHandle_Args getipchandle_args; in MApi_IPA_Pool_GETIPCHANDLE() local
1148 getipchandle_args.pool_handle_id = getipchandle_param->pool_handle_id; in MApi_IPA_Pool_GETIPCHANDLE()
1151 res = file_ioctl(_fileIPAPool,IPA_POOL_IOC_GETIPCHANDLE,(unsigned long)(&getipchandle_args)); in MApi_IPA_Pool_GETIPCHANDLE()
1153 if (res < 0 || getipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GETIPCHANDLE()
1159 getipchandle_param->ipc_handle_id = getipchandle_args.ipc_handle_id; in MApi_IPA_Pool_GETIPCHANDLE()
1160 getipchandle_param->error_code = getipchandle_args.error_code; in MApi_IPA_Pool_GETIPCHANDLE()