Lines Matching defs:index
37 static ssize_t pSeries_nvram_read(char *buf, size_t count, loff_t *index)
49 if (*index >= nvram_size)
52 i = *index;
77 *index = i;
81 static ssize_t pSeries_nvram_write(char *buf, size_t count, loff_t *index)
92 if (*index >= nvram_size)
95 i = *index;
119 *index = i;
168 if (rtas_log_partition.index == -1)
171 tmp_index = rtas_log_partition.index;
193 return (oops_log_partition.index == rtas_log_partition.index