Lines Matching refs:seq
867 static void *nr_node_start(struct seq_file *seq, loff_t *pos) in nr_node_start() argument
873 static void *nr_node_next(struct seq_file *seq, void *v, loff_t *pos) in nr_node_next() argument
878 static void nr_node_stop(struct seq_file *seq, void *v) in nr_node_stop() argument
883 static int nr_node_show(struct seq_file *seq, void *v) in nr_node_show() argument
889 seq_puts(seq, in nr_node_show()
896 seq_printf(seq, "%-9s %-7s %d %d", in nr_node_show()
903 seq_printf(seq, " %3d %d %05d", in nr_node_show()
910 seq_puts(seq, "\n"); in nr_node_show()
935 static void *nr_neigh_start(struct seq_file *seq, loff_t *pos) in nr_neigh_start() argument
941 static void *nr_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in nr_neigh_next() argument
946 static void nr_neigh_stop(struct seq_file *seq, void *v) in nr_neigh_stop() argument
951 static int nr_neigh_show(struct seq_file *seq, void *v) in nr_neigh_show() argument
957 seq_puts(seq, "addr callsign dev qual lock count failed digipeaters\n"); in nr_neigh_show()
962 seq_printf(seq, "%05d %-9s %-4s %3d %d %3d %3d", in nr_neigh_show()
973 seq_printf(seq, " %s", in nr_neigh_show()
977 seq_puts(seq, "\n"); in nr_neigh_show()