Home
last modified time | relevance | path

Searched refs:linux_bigint (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/
Dsgiarcs.h165 struct linux_bigint { struct
176 struct linux_bigint begin; argument
177 struct linux_bigint end;
178 struct linux_bigint cur;
Dsgialib.h103 extern long prom_seek(unsigned long fd, struct linux_bigint *off, enum linux_seekmode sm);
/arch/mips/fw/arc/
Dfile.c54 ArcSeek(ULONG FileID, struct linux_bigint *Position, enum linux_seekmode SeekMode) in ArcSeek()