svrctl.h File Reference

#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))


Define Documentation

#define FSDEVMAP   _IORW('F', 5, struct fsdevmap)
 

Definition at line 26 of file svrctl.h.

#define FSDEVUNMAP   _IOW('F', 6, struct fsdevunmap)
 

Definition at line 27 of file svrctl.h.

Referenced by do_svrctl().

#define FSSIGNON   _IOW('F', 2, struct fssignon)
 

Definition at line 25 of file svrctl.h.

Referenced by do_svrctl(), and main().

#define MMGETPARAM   _IOW('M', 5, struct sysgetenv)
 

Definition at line 21 of file svrctl.h.

Referenced by do_svrctl(), and main().

#define MMSETPARAM   _IOR('M', 7, struct sysgetenv)
 

Definition at line 22 of file svrctl.h.

Referenced by do_svrctl().

#define MMSIGNON   _IO ('M', 4)
 

Definition at line 18 of file svrctl.h.

#define MMSWAPOFF   _IO ('M', 6)
 

Definition at line 20 of file svrctl.h.

Referenced by main().

#define MMSWAPON   _IOW('M', 5, struct mmswapon)
 

Definition at line 19 of file svrctl.h.

Referenced by swapon().

#define SYSGETENV   _IOW('S', 1, struct sysgetenv)
 

Definition at line 32 of file svrctl.h.

Referenced by main().

#define SYSSENDMASK   _IO ('S', 4)
 

Definition at line 30 of file svrctl.h.

#define SYSSIGNON   _IOR('S', 2, struct systaskinfo)
 

Definition at line 31 of file svrctl.h.

Referenced by main().


Function Documentation

_PROTOTYPE int  svrctl,
(int _request, void *_data) 
 


Generated on Fri Apr 14 23:12:11 2006 for minix by  doxygen 1.4.6