#include <sys/types.h>#include <minix/ioctl.h>#include <minix/dmap.h>Include dependency graph for svrctl.h:

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

Go to the source code of this file.
Data Structures | |
| struct | mmswapon |
| struct | svrqueryparam |
| struct | fssignon |
| struct | fsdevunmap |
| struct | systaskinfo |
| struct | sysgetenv |
Defines | |
| #define | MMSIGNON _IO ('M', 4) |
| #define | MMSWAPON _IOW('M', 5, struct mmswapon) |
| #define | MMSWAPOFF _IO ('M', 6) |
| #define | MMGETPARAM _IOW('M', 5, struct sysgetenv) |
| #define | MMSETPARAM _IOR('M', 7, struct sysgetenv) |
| #define | FSSIGNON _IOW('F', 2, struct fssignon) |
| #define | FSDEVMAP _IORW('F', 5, struct fsdevmap) |
| #define | FSDEVUNMAP _IOW('F', 6, struct fsdevunmap) |
| #define | SYSSENDMASK _IO ('S', 4) |
| #define | SYSSIGNON _IOR('S', 2, struct systaskinfo) |
| #define | SYSGETENV _IOW('S', 1, struct sysgetenv) |
Functions | |
| _PROTOTYPE (int svrctl,(int _request, void *_data)) | |
|
|
|
|
|
Definition at line 27 of file svrctl.h. Referenced by do_svrctl(). |
|
|
Definition at line 25 of file svrctl.h. Referenced by do_svrctl(), and main(). |
|
|
Definition at line 21 of file svrctl.h. Referenced by do_svrctl(), and main(). |
|
|
Definition at line 22 of file svrctl.h. Referenced by do_svrctl(). |
|
|
|
|
|
Definition at line 20 of file svrctl.h. Referenced by main(). |
|
|
Definition at line 19 of file svrctl.h. Referenced by swapon(). |
|
|
Definition at line 32 of file svrctl.h. Referenced by main(). |
|
|
|
|
|
Definition at line 31 of file svrctl.h. Referenced by main(). |
|
||||||||||||
|
|
1.4.6