Lines Matching refs:pos
133 static void *load_seq_start(struct seq_file *s, loff_t *pos) in load_seq_start() argument
135 if (*pos == SEQ_READ_FINISHED) in load_seq_start()
141 static void *load_seq_next(struct seq_file *s, void *v, loff_t *pos) in load_seq_next() argument
146 *pos = SEQ_READ_FINISHED; in load_seq_next()
431 static void *cipso_seq_start(struct seq_file *s, loff_t *pos) in cipso_seq_start() argument
433 if (*pos == SEQ_READ_FINISHED) in cipso_seq_start()
439 static void *cipso_seq_next(struct seq_file *s, void *v, loff_t *pos) in cipso_seq_next() argument
450 *pos = SEQ_READ_FINISHED; in cipso_seq_next()
636 static void *netlbladdr_seq_start(struct seq_file *s, loff_t *pos) in netlbladdr_seq_start() argument
638 if (*pos == SEQ_READ_FINISHED) in netlbladdr_seq_start()
644 static void *netlbladdr_seq_next(struct seq_file *s, void *v, loff_t *pos) in netlbladdr_seq_next() argument
649 *pos = SEQ_READ_FINISHED; in netlbladdr_seq_next()