src/lib/syslib/sef.c File Reference
#include "syslib.h"
#include <assert.h>
#include <minix/sysutil.h>
#include <stdio.h>
Go to the source code of this file.
Define Documentation
| #define SEF_DEBUG_HEADER_MAXLEN 32 |
Definition at line 12 of file sef.c.
| #define SEF_SELF_NAME_MAXLEN 20 |
Definition at line 7 of file sef.c.
Function Documentation
| EXTERN _PROTOTYPE |
( |
int |
do_sef_init_request, |
|
|
(message *m_ptr) |
| |
|
) |
| | |
| EXTERN _PROTOTYPE |
( |
int |
do_sef_rs_init, |
|
|
(void) |
| |
|
) |
| | |
| PUBLIC _PROTOTYPE |
( |
char * |
sef_debug_header, |
|
|
(void) |
| |
|
) |
| | |
| FORWARD _PROTOTYPE |
( |
void |
sef_debug_refresh_params, |
|
|
(void) |
| |
|
) |
| | |
| PUBLIC char* sef_debug_header |
( |
void |
|
) |
|
| PRIVATE void sef_debug_refresh_params |
( |
void |
|
) |
|
Definition at line 75 of file sef.c.
| PUBLIC void sef_startup |
( |
|
) |
|
Definition at line 35 of file sef.c.
Variable Documentation
Definition at line 13 of file sef.c.
Definition at line 17 of file sef.c.
Definition at line 14 of file sef.c.
Definition at line 15 of file sef.c.
Definition at line 16 of file sef.c.
Definition at line 9 of file sef.c.
Definition at line 8 of file sef.c.