File libsrc/bpo_proc_me.c


Included Files


Local Variables

my_pid
static pid_t my_pid
Used in:

my_pidstr
static char my_pidstr[14]

Used in:

fifo_prefix
static char* fifo_prefix

Used in:

mdp
static struct shm_process_private* mdp

Used in:

proc_debug_str
static char proc_debug_str[]

Used in:

bpo_proc_debug
static int bpo_proc_debug

Used in:

Global Function Check_My_Proc_Details()

struct shm_process_private* Check_My_Proc_Details ( void )
Prototyped in:
References Variables:

Global Function Get_My_Proc_Details()

struct shm_process_private* Get_My_Proc_Details ( int privs )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function Get_Process_Pipe_fd()

int Get_Process_Pipe_fd ( void )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function Set_My_Proc_Details()

int Set_My_Proc_Details ( const char* group_name, const char* prog_name, const char* p_f_prefix, const char* fifo_name, int fifo_mode, int flags )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function Wait_Process_Pipe()

int Wait_Process_Pipe ( void )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function alloc_private_process()

struct shm_process_private* alloc_private_process ( pid_t the_pid, const char* pid_grp, const char* pid_nm, const char* pid_fifo )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function free_private_process()

void free_private_process ( struct shm_process_private* sppp )
Prototyped in:
Calls:
Called by:
Used in:
References Variables:

Local Function check_self()

static int check_self ( void )
Calls:
Called by:
References Variables:

Local Function close_old_details()

static void close_old_details ( void )
Calls:
Called by:
References Variables:

Local Function open_read_fifo()

static int open_read_fifo ( char* fifo_name, mode_t create_mask, int* created )
Calls:
Called by:
References Variables: