![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <bsp.h>#include <rtems/rtems_bsdnet.h>
Include dependency graph for epicsRtemsInitHooks.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | epicsRtemsInitPreSetBootConfigFromNVRAM (struct rtems_bsdnet_config *config) |
| int | epicsRtemsInitPostSetBootConfigFromNVRAM (struct rtems_bsdnet_config *config) |
| int | epicsRtemsMountLocalFilesystem (char **argv) |
Variables | |
| char * | env_nfsServer |
| char * | env_nfsPath |
| char * | env_nfsMountPoint |
| int epicsRtemsInitPostSetBootConfigFromNVRAM | ( | struct rtems_bsdnet_config * | config | ) |
Definition at line 15 of file epicsRtemsInitHookPost.c.
| int epicsRtemsInitPreSetBootConfigFromNVRAM | ( | struct rtems_bsdnet_config * | config | ) |
Definition at line 15 of file epicsRtemsInitHookPre.c.
| int epicsRtemsMountLocalFilesystem | ( | char ** | argv | ) |
Definition at line 130 of file rtems_init.c.
| char* env_nfsMountPoint |
Definition at line 26 of file setBootConfigFromNVRAM.c.
| char* env_nfsPath |
Definition at line 25 of file setBootConfigFromNVRAM.c.
| char* env_nfsServer |
Definition at line 24 of file setBootConfigFromNVRAM.c.