Searched refs:ULONG (Results 1 – 8 of 8) sorted by relevance
/arch/mips/fw/arc/ |
D | file.c | 16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() 22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite()
|
D | promlib.c | 41 O32_STATIC ULONG cnt; in prom_putchar() 53 O32_STATIC ULONG cnt; in prom_getchar()
|
D | misc.c | 33 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID) in ArcGetDisplayStatus()
|
/arch/mips/include/asm/ |
D | sgialib.h | 54 extern LONG ArcRead(ULONG fd, PVOID buf, ULONG num, PULONG cnt); 55 extern LONG ArcWrite(ULONG fd, PVOID buf, ULONG num, PULONG cnt); 59 extern DISPLAY_STATUS *ArcGetDisplayStatus(ULONG FileID);
|
D | sgiarcs.h | 87 ULONG key; /* completely magic */ 88 ULONG amask; /* XXX affinity mask??? */ 89 ULONG cdsize; /* size of configuration data */ 90 ULONG ilen; /* length of string identifier */ 130 ULONG base; 131 ULONG pages; 147 ULONG namelen; 248 ULONG magic; /* magic cookie */ 251 ULONG len; /* length of parm block */ 258 ULONG rveclen; /* Size of romvec struct. */ [all …]
|
/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 112 ULONG FullKey; 129 ULONG Key; 130 ULONG AffinityMask; 131 ULONG ConfigurationDataSize; 132 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()
|