sysdep.h File Reference

Go to the source code of this file.

Functions

int get_process_info_sysdep (ProcInfo_T p)
int init_proc_info_sysdep (void)
int read_proc_file (char *buf, int buf_size, char *name, int pid)
 Reads an process dependent entry or the proc files system.


Function Documentation

int get_process_info_sysdep ProcInfo_T    p
 

Referenced by get_process_info().

int init_proc_info_sysdep void   
 

int read_proc_file char *    buf,
int    buf_size,
char *    name,
int    pid
 

Reads an process dependent entry or the proc files system.

Parameters:
buf  buffer to write to
buf_size  size of buffer "buf"
name  name of proc service
pid  pid number of the process
Returns:
TRUE if succeeded otherwise FALSE.

Definition at line 76 of file common.c.

References ASSERT.