This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | EP_BUF_SIZE 128 |
| #define | EP_UNSET 0 |
| #define | EP_OFF 1 |
| #define | EP_ON 2 |
| #define | EP_SET 3 |
| #define | EP_EGETKENV 4 |
| #define | fkey_map(fkeys, sfkeys) fkey_ctl(FKEY_MAP, (fkeys), (sfkeys)) |
| #define | fkey_unmap(fkeys, sfkeys) fkey_ctl(FKEY_UNMAP, (fkeys), (sfkeys)) |
| #define | fkey_events(fkeys, sfkeys) fkey_ctl(FKEY_EVENTS, (fkeys), (sfkeys)) |
Functions | |
| _PROTOTYPE (void env_setargs,(int argc, char *argv[])) | |
| _PROTOTYPE (int env_get_param,(char *key, char *value, int max_size)) | |
| _PROTOTYPE (int env_prefix,(char *env, char *prefix)) | |
| _PROTOTYPE (void env_panic,(char *key)) | |
| _PROTOTYPE (int env_parse,(char *env, char *fmt, int field, long *param, long min, long max)) | |
| _PROTOTYPE (int fkey_ctl,(int req, int *fkeys, int *sfkeys)) | |
| _PROTOTYPE (int printf,(const char *fmt,...)) | |
| _PROTOTYPE (void kputc,(int c)) | |
| _PROTOTYPE (void report,(char *who, char *mess, int num)) | |
| _PROTOTYPE (int getuptime,(clock_t *ticks)) | |
| _PROTOTYPE (int tickdelay,(clock_t ticks)) | |
|
|
Definition at line 24 of file sysutil.h. Referenced by env_get_param(), env_panic(), env_parse(), and env_prefix(). |
|
|
Definition at line 29 of file sysutil.h. Referenced by env_parse(). |
|
|
Definition at line 26 of file sysutil.h. Referenced by env_parse(), and update_conf(). |
|
|
Definition at line 27 of file sysutil.h. Referenced by env_parse(), and update_conf(). |
|
|
Definition at line 28 of file sysutil.h. Referenced by dp_confaddr(), ec_confaddr(), fxp_confaddr(), rl_confaddr(), and update_conf(). |
|
|
Definition at line 25 of file sysutil.h. Referenced by env_parse(). |
|
|
|
|
|
Definition at line 38 of file sysutil.h. Referenced by init_server(), and main(). |
|
|
Definition at line 39 of file sysutil.h. Referenced by exit_server(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6