Searched refs:ULONG (Results 1 – 10 of 10) sorted by relevance
/arch/mips/fw/arc/ |
D | file.c | 17 ArcGetDirectoryEntry(ULONG FileID, struct linux_vdirent *Buffer, in ArcGetDirectoryEntry() 18 ULONG N, ULONG *Count) in ArcGetDirectoryEntry() 24 ArcOpen(CHAR *Path, enum linux_omode OpenMode, ULONG *FileID) in ArcOpen() 30 ArcClose(ULONG FileID) in ArcClose() 36 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() 42 ArcGetReadStatus(ULONG FileID) in ArcGetReadStatus() 48 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() 54 ArcSeek(ULONG FileID, struct linux_bigint *Position, enum linux_seekmode SeekMode) in ArcSeek() 66 ArcGetFileInformation(ULONG FileID, struct linux_finfo *Information) in ArcGetFileInformation() 71 LONG ArcSetFileInformation(ULONG FileID, ULONG AttributeFlags, in ArcSetFileInformation() [all …]
|
D | salone.c | 10 LONG __init ArcLoad(CHAR *Path, ULONG TopAddr, ULONG *ExecAddr, ULONG *LowAddr) in ArcLoad() 15 LONG __init ArcInvoke(ULONG ExecAddr, ULONG StackAddr, ULONG Argc, CHAR *Argv[], in ArcInvoke()
|
D | promlib.c | 25 ULONG cnt; in prom_putchar() 35 ULONG cnt; in prom_getchar()
|
D | time.c | 21 ULONG __init
|
D | misc.c | 85 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID) in ArcGetDisplayStatus()
|
/arch/mips/include/asm/ |
D | sgialib.h | 69 extern LONG ArcRead(ULONG fd, PVOID buf, ULONG num, PULONG cnt); 70 extern LONG ArcWrite(ULONG fd, PVOID buf, ULONG num, PULONG cnt); 76 extern DISPLAY_STATUS *ArcGetDisplayStatus(ULONG FileID);
|
D | sgiarcs.h | 85 ULONG key; /* completely magic */ 86 ULONG amask; /* XXX affinity mask??? */ 87 ULONG cdsize; /* size of configuration data */ 88 ULONG ilen; /* length of string identifier */ 128 ULONG base; 129 ULONG pages; 145 ULONG namelen; 246 ULONG magic; /* magic cookie */ 249 ULONG len; /* length of parm block */ 256 ULONG rveclen; /* Size of romvec struct. */ [all …]
|
/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 111 ULONG FullKey; 128 ULONG Key; 129 ULONG AffinityMask; 130 ULONG ConfigurationDataSize; 131 ULONG IdentifierLength;
|
D | types.h | 21 typedef unsigned long ULONG __attribute__ ((__mode__ (__SI__))); typedef 46 typedef unsigned long ULONG __attribute__ ((__mode__ (__DI__))); typedef 57 typedef ULONG *_PULONG; 68 typedef ULONG *PULONG;
|
/arch/mips/sgi-ip22/ |
D | ip22-time.c | 122 ULONG cnt; in indy_8254timer_irq()
|