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

#include <seq_file.h>

Data Fields

void *(* start )(struct seq_file *m, loff_t *pos)
 
void(* stop )(struct seq_file *m, void *v)
 
void *(* next )(struct seq_file *m, void *v, loff_t *pos)
 
int(* show )(struct seq_file *m, void *v)
 

Detailed Description

Definition at line 35 of file seq_file.h.

Field Documentation

void*(* next)(struct seq_file *m, void *v, loff_t *pos)

Definition at line 38 of file seq_file.h.

int(* show)(struct seq_file *m, void *v)

Definition at line 39 of file seq_file.h.

void*(* start)(struct seq_file *m, loff_t *pos)

Definition at line 36 of file seq_file.h.

void(* stop)(struct seq_file *m, void *v)

Definition at line 37 of file seq_file.h.


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