MentOS  0.8.0
The Mentoring Operating System
Functions
proc_modules.h File Reference

Contains functions for managing procfs filesystems. More...

Go to the source code of this file.

Functions

int procv_module_init (void)
 Initialize the procfs video files. More...
 
int procs_module_init (void)
 Initialize the procfs system files. More...
 
int procfb_module_init (void)
 Initializes the scheduler feedback system. More...
 
int procipc_module_init (void)
 Initializes the IPC information system. More...
 

Detailed Description

Contains functions for managing procfs filesystems.

Function Documentation

◆ procfb_module_init()

int procfb_module_init ( void  )

Initializes the scheduler feedback system.

Returns
0 on success, 1 on failure.

◆ procipc_module_init()

int procipc_module_init ( void  )

Initializes the IPC information system.

Returns
0 on success, 1 on failure.

◆ procs_module_init()

int procs_module_init ( void  )

Initialize the procfs system files.

Returns
0 on success, 1 on failure.

◆ procv_module_init()

int procv_module_init ( void  )

Initialize the procfs video files.

Returns
0 on success, 1 on failure.