Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
__sysctl_args Struct Reference

#include <sysctl.h>

Data Fields

int __user * name
 
int nlen
 
void __user * oldval
 
size_t __user * oldlenp
 
void __user * newval
 
size_t newlen
 
unsigned long __unused [4]
 

Detailed Description

Definition at line 33 of file sysctl.h.

Field Documentation

unsigned long __unused[4]

Definition at line 40 of file sysctl.h.

int __user* name

Definition at line 34 of file sysctl.h.

size_t newlen

Definition at line 39 of file sysctl.h.

void __user* newval

Definition at line 38 of file sysctl.h.

int nlen

Definition at line 35 of file sysctl.h.

size_t __user* oldlenp

Definition at line 37 of file sysctl.h.

void __user* oldval

Definition at line 36 of file sysctl.h.


The documentation for this struct was generated from the following file: