TwiceAsNice  2019-02-18
Macros | Functions
rqId_private.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define RQID_FLAG_STICKY   (0x1UL << 0)
 
#define RQID_MAX_STICKY   (31)
 
#define IOMTABLESZ   (64)
 
#define TRUE   (1)
 
#define FALSE   (0)
 

Functions

int RqIdInit (int iom)
 
int RqIdAlloc (int iom, unsigned int *RqId, const int flags)
 
int RqIdFree (int iom, const unsigned int RqId)
 

Macro Definition Documentation

◆ FALSE

#define FALSE   (0)

◆ IOMTABLESZ

#define IOMTABLESZ   (64)

◆ RQID_FLAG_STICKY

#define RQID_FLAG_STICKY   (0x1UL << 0)

◆ RQID_MAX_STICKY

#define RQID_MAX_STICKY   (31)

◆ TRUE

#define TRUE   (1)

Function Documentation

◆ RqIdAlloc()

int RqIdAlloc ( int  iom,
unsigned int *  RqId,
const int  flags 
)

◆ RqIdFree()

int RqIdFree ( int  iom,
const unsigned int  RqId 
)

◆ RqIdInit()

int RqIdInit ( int  iom)