37 #define LOAD_REQUEST_MAGIC 0x4C525154 45 LRS_STALLED_SRG_MODULE,
48 LRS_ABORTED_PATH_ERROR,
49 LRS_ABORTED_LOAD_ERROR,
50 LRS_ABORTED_BY_REQUESTER,
52 LRS_LITE_OPTIONS_LOADED,
53 LRS_LITE_OPTIONS_PENDING,
54 LRS_ABORT_PENDING_RELOAD
64 TT_PREFETCH_NON_DIR_OBJ,
76 E_TargetType targetKind;
78 F_LoadFinalise finalise;
80 E_CacheRules cachingRules;
89 E_DscError DSC_LoadRsqtCreate(
P_DsmCoreInst idp, U32BIT size,
90 E_TargetType targetKind, H_Object target, F_LoadFinalise finalise,
P_RootLoadRqst *ppLoadRqst );
Definition: loadRqst.h:71
General include file for clDsm library internal definitions.
void DSC_LoadRsqtAbort(P_DsmCoreInst idp, P_RootLoadRqst pLoadRqst)
Force abort (on error) any type of load request Finalise the load request (notify client) and destroy...
Definition: loadRqst.c:157
Definition: clDsmSystem.h:535
Header to the linkList module - Functions/methods for managing linked lists of items created in manag...
Definition: linkList.h:47