Searched refs:linux_bigint (Results 1 – 3 of 3) sorted by relevance
165 struct linux_bigint { struct176 struct linux_bigint begin; argument177 struct linux_bigint end;178 struct linux_bigint cur;
103 extern long prom_seek(unsigned long fd, struct linux_bigint *off, enum linux_seekmode sm);
54 ArcSeek(ULONG FileID, struct linux_bigint *Position, enum linux_seekmode SeekMode) in ArcSeek()