File libsrc/bpo_init.c


Included Files


Type struct sodb_search


Type struct procwalk


Local Variables

bpo_init_debug
static int bpo_init_debug
Used in:

init_debug_str
static char init_debug_str[]

Used in:

done_init
static int done_init

Used in:

SODB_List
static List SODB_List

Used in:

Global Function Attach_SODB_image()

void* Attach_SODB_image ( const char* fname )
Prototyped in:
Calls:

Global Function Attach_SODB_image_raw()

void* Attach_SODB_image_raw ( const char* fname, off_t foff, size_t fsize )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function Create_SODB_mmap()

void* Create_SODB_mmap ( const char* use_name, const char* mmap_name, size_t msize, off_t moff, int flags )
Prototyped in:
Calls:

Global Function Create_SODB_mmap_priv()

void* Create_SODB_mmap_priv ( const char* use_name, const char* mmap_name, size_t msize, off_t moff, int flags, mode_t priv )
Prototyped in:
Calls:
Called by:

Global Function Create_SODB_shm()

void* Create_SODB_shm ( const char* use_name, const char* fname, char id, size_t msize, int flags )
Prototyped in:
Calls:

Global Function Create_SODB_shm_priv()

void* Create_SODB_shm_priv ( const char* use_name, const char* fname, char id, size_t msize, int flags, mode_t priv )
Prototyped in:
Calls:
Called by:

Global Function Detach_SODB_lump()

int Detach_SODB_lump ( const void* hint )
Prototyped in:
Calls:
Called by:

Global Function Detach_SODB_mmap()

int Detach_SODB_mmap ( const void* hint )
Prototyped in:
Calls:
Called by:

Global Function Detach_SODB_shm()

int Detach_SODB_shm ( const void* hint )
Prototyped in:
Calls:
Called by:

Global Function Do_SODB_Init()

void Do_SODB_Init ( void )
Prototyped in:
Calls:
Called by:
References Functions:
References Variables:

Global Function Get_SODB_Base()

void* Get_SODB_Base ( const void* hint1 )
Prototyped in:
Calls:
Called by:
References Functions:
References Variables:

Global Function Get_SODB_Offset()

off_t Get_SODB_Offset ( const void* vp )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function Get_SODB_Pointer()

void* Get_SODB_Pointer ( const void* hint, off_t item_offset )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function Get_SODB_Privs()

mode_t Get_SODB_Privs ( const void* hint )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function SODB_in_Segment()

int SODB_in_Segment ( const void* hint, const void* chk )
Prototyped in:
Calls:
Called by:

Local Function Add_Track()

static int Add_Track ( struct sodb* sodbp, char* upper, const char* name, int alloc_name, int mmap_fd, int priv )
Calls:
Called by:
References Variables:

Local Function Create_SODB_mmap_raw()

static void* Create_SODB_mmap_raw ( const char* use_name, const char* mmap_name, size_t msize, off_t moff, int flags, mode_t priv )
Calls:
Called by:
References Variables:

Local Function Create_SODB_shm_raw()

static void* Create_SODB_shm_raw ( const char* use_name, const char* fname, char id, size_t msize, int flags, mode_t priv )
Calls:
Called by:
References Variables:

Local Function Get_SODB_Track()

static void* Get_SODB_Track ( const void* hint1 )
Calls:
Called by:
References Functions:
References Variables:

Local Function SODB_at_exit()

static void SODB_at_exit ( void )
Calls:
Used in:
References Functions:
References Variables:

Local Function SODB_exit_this()

static void SODB_exit_this ( void* vp1, void* vp2 )
Calls:
Used in:

Local Function find_SODB()

static int find_SODB ( struct sodb_track* sotp, struct sodb_search* sodbsp )
Used in: