Lines Matching defs:offset
72 * NVRAM_FIRST_BYTE offset. Pass them offsets into NVRAM as if you did not
222 static loff_t nvram_misc_llseek(struct file *file, loff_t offset, int origin)
224 return generic_file_llseek_size(file, offset, origin, MAX_LFS_FILESIZE,
294 int part, offset;
301 offset = pmac_get_partition(part);
302 if (offset < 0)
305 &offset, sizeof(offset)) != 0)
412 void *offset)
474 static int nvram_proc_read(struct seq_file *seq, void *offset)
484 pc_nvram_proc_read(contents, seq, offset);