rman.h

Go to the documentation of this file.
00001 /* 
00002  * Copyright (c) 2012, Texas Instruments Incorporated
00003  * All rights reserved.
00004  *
00005  * Redistribution and use in source and binary forms, with or without
00006  * modification, are permitted provided that the following conditions
00007  * are met:
00008  *
00009  * *  Redistributions of source code must retain the above copyright
00010  *    notice, this list of conditions and the following disclaimer.
00011  *
00012  * *  Redistributions in binary form must reproduce the above copyright
00013  *    notice, this list of conditions and the following disclaimer in the
00014  *    documentation and/or other materials provided with the distribution.
00015  *
00016  * *  Neither the name of Texas Instruments Incorporated nor the names of
00017  *    its contributors may be used to endorse or promote products derived
00018  *    from this software without specific prior written permission.
00019  *
00020  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
00021  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
00022  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
00023  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
00024  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
00025  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
00026  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
00027  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
00028  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
00029  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
00030  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00031  * 
00032  */
00050 #ifndef ti_sdo_fc_rman__RMAN_
00051 #define ti_sdo_fc_rman__RMAN_
00052 
00053 #define ti_sdo_fc_ires_NOPROTOCOLREV
00054 
00055 #ifdef __cplusplus
00056 extern "C" {
00057 #endif
00058 
00061 
00062 #include <ti/xdais/ires.h>
00063 #include <ti/sdo/fc/ires/iresman.h>
00064 
00073 #define RMAN_MODNAME  "ti.sdo.fc.rman"
00074 
00078 #define RMAN_GTNAME  "ti.sdo.fc.rman"
00079 
00083 #define RMAN_PROTOCOLNAMESIZE 200
00084 
00088 typedef struct Sem_Obj * RMAN_SemHandle;
00089 
00095 typedef IRES_YieldArgs (* ti_sdo_fc_rman_RMAN_YieldArgsFxn)
00096     (Int scratchId, Bool yieldFlag);
00097 
00108 typedef struct RMAN_Params {
00109 
00113     short numRegistries;
00114 
00118     IRESMAN_PersistentAllocFxn * allocFxn;
00119 
00123     IRESMAN_PersistentFreeFxn * freeFxn;
00124 
00129     IRES_YieldFxn yieldFxn;
00130 
00134     Bool yieldSamePriority;
00135 
00136 } RMAN_Params;
00137 
00141 extern __FAR__ RMAN_Params RMAN_PARAMS;
00142 
00146 extern __FAR__ IRESMAN_Fxns * RMAN_TABLE[];
00147 
00151 extern __FAR__ short RMAN_FREE_ENTRIES[];
00152 
00158 extern __FAR__ short RMAN_numRegistryEntries;
00159 
00165 extern __FAR__ IRESMAN_Fxns ** RMAN_registryEntries;
00166 
00171 extern __FAR__ IRESMAN_Params ** RMAN_registryResmanArgs;
00172 
00177 extern __FAR__ unsigned int ** RMAN_iresVTable;
00178 
00182 extern __FAR__ unsigned int ti_sdo_fc_rman_RMAN_MAXALGS;
00183 
00187 extern UInt32 ti_sdo_fc_rman_RMAN_ipcKey;
00188 
00193 extern ti_sdo_fc_rman_RMAN_YieldArgsFxn ti_sdo_fc_rman_RMAN_setYieldArgs;
00194 
00204 IRES_Status RMAN_init(Void);
00205 
00206 
00213 IRES_Status RMAN_exit(Void);
00214 
00215 
00232 IRES_Status RMAN_register(IRESMAN_Fxns * resmanFxns, IRESMAN_Params * initArgs);
00233 
00234 
00245 IRES_Status RMAN_unregister(IRESMAN_Fxns * resmanFxns);
00246 
00270 IRES_Status RMAN_assignResources(IALG_Handle algHandle, IRES_Fxns * resFxns,
00271     Int scratchGroupId);
00272 
00273 
00304 IRES_Status RMAN_allocateResources(Int requestId,
00305     IRES_ResourceDescriptor * resDesc, Int numResources, Int scratchGroupId);
00306         
00307 
00326 IRES_Status RMAN_freeResources(IALG_Handle algHandle, IRES_Fxns * resFxns, Int
00327     scratchGroupId);
00328 
00353 IRES_Status RMAN_freeAllocatedResources (Int requestId,
00354         IRES_ResourceDescriptor *resDesc, Int numResources, Int scratchGroupId);
00355         
00368 IRES_Status RMAN_activateResource(IALG_Handle algHandle,
00369     IRES_Handle resourceHandle, IRES_Fxns * resFxns, Int scratchGroupId);
00370 
00380 IRES_Status RMAN_activateAllResources(IALG_Handle algHandle,
00381     IRES_Fxns * resFxns, Int scratchGroupId);
00382 
00395 IRES_Status RMAN_deactivateResource(IALG_Handle algHandle,
00396     IRES_Handle resourceHandle, IRES_Fxns * resFxns, Int scratchGroupId);
00397 
00408 IRES_Status RMAN_deactivateAllResources(IALG_Handle algHandle,
00409     IRES_Fxns * resFxns, Int scratchGroupId);
00410 
00411 
00431 void RMAN_yield(IRES_YieldResourceType resource,
00432     IRES_YieldContextHandle algYieldContext, IRES_YieldArgs yieldArgs);
00433 
00434 
00437 #ifdef __cplusplus
00438 }
00439 #endif /* extern "C" */
00440 
00441 #endif
00442 /*
00443  *  @(#) ti.sdo.fc.rman; 2, 0, 0,3; 4-16-2012 00:02:00; /db/atree/library/trees/fc/fc-q08/src/ xlibrary
00444 
00445  */
00446 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated