• Home
  • Raw
  • Download

Lines Matching refs:seq

25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos)  in x25_seq_route_start()  argument
32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next() argument
37 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop() argument
43 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show() argument
48 seq_puts(seq, "Address Digits Device\n"); in x25_seq_route_show()
53 seq_printf(seq, "%-15s %-6d %-5s\n", in x25_seq_route_show()
60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start() argument
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next() argument
72 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop() argument
78 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show() argument
86 seq_printf(seq, "dest_addr src_addr dev lci st vs vr " in x25_seq_socket_show()
99 seq_printf(seq, "%-10s %-10s %-5s %3.3X %d %d %d %d %3lu %3lu " in x25_seq_socket_show()
113 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start() argument
120 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next() argument
125 static void x25_seq_forward_stop(struct seq_file *seq, void *v) in x25_seq_forward_stop() argument
131 static int x25_seq_forward_show(struct seq_file *seq, void *v) in x25_seq_forward_show() argument
136 seq_printf(seq, "lci dev1 dev2\n"); in x25_seq_forward_show()
142 seq_printf(seq, "%d %-10s %-10s\n", in x25_seq_forward_show()