Home
last modified time | relevance | path

Searched refs:ULONG (Results 1 – 8 of 8) sorted by relevance

/arch/mips/fw/arc/
Dfile.c16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead()
22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite()
Dpromlib.c41 O32_STATIC ULONG cnt; in prom_putchar()
53 O32_STATIC ULONG cnt; in prom_getchar()
Dmisc.c33 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID) in ArcGetDisplayStatus()
/arch/mips/include/asm/
Dsgialib.h54 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);
Dsgiarcs.h87 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/
Dhinv.h112 ULONG FullKey;
129 ULONG Key;
130 ULONG AffinityMask;
131 ULONG ConfigurationDataSize;
132 ULONG IdentifierLength;
Dtypes.h21 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/
Dip22-time.c122 ULONG cnt; in indy_8254timer_irq()