Searched defs:RF_LockReqDesc_s (Results 1 – 1 of 1) sorted by relevance
53 struct RF_LockReqDesc_s { struct54 RF_IoType_t type; /* read or write */55 RF_int64 start, stop; /* start and end of range to be locked */56 RF_int64 start2, stop2; /* start and end of 2nd range to be locked */57 void (*cbFunc) (void *); /* callback function */58 void *cbArg; /* argument to callback function */59 RF_LockReqDesc_t *next; /* next element in chain */60 RF_LockReqDesc_t *templink; /* for making short-lived lists of