1 /* svrctl() - special server control functions. Author: Kees J. Bot
6 #include <sys/svrctl.h>
8 int svrctl(int request
, void *argp
)
15 switch ((request
>> 8) & 0xFF) {
18 /* PM handles calls for itself and the kernel. */
19 return _syscall(PM_PROC_NR
, SVRCTL
, &m
);
22 /* VFS handles calls for itself and inet. */
23 return _syscall(VFS_PROC_NR
, SVRCTL
, &m
);