ulong
static int _llseek (uint filedes, ulong hi, ulong lo,
_syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo,
static int _llseek (uint filedes, ulong hi, ulong lo,
_syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo,
LEXTERN void m_crcposix (ulong *, const uchar *, size_t);
register ulong *crcp;
static ulong crctab[256] = { /* layout is from the POSIX.2 Rationale */
(ulong)(k); (__UINTPTR_TYPE__)(k);
(ulong)(o); (__UINTPTR_TYPE__)(o);
(ulong)(p); (__UINTPTR_TYPE__)(p);
(ulong)(pc); (__UINTPTR_TYPE__)(pc);
(ulong)(r); (__UINTPTR_TYPE__)(r);
(ulong)(o);
(ulong)(p); // w!
static void expl(ulong u, void *v, obj_t *o, obj_t __user *p)
(ulong)(o);
(ulong)(p);
static void expl(ulong u, uintptr_t uip, void *v, obj_t *o, obj_t __user *p)
DEFINE_CAST(from, ulong) \
DEFINE_CASTS(ulong)
static ulong int_2_ulong(void) { return (ulong)123; }
static ulong uint_2_ulong(void) { return (ulong)123U; }
static ulong long_2_ulong(void) { return (ulong)123L; }
static ulong vptr_2_ulong(void) { return (ulong)((void*)123); }
static ulong iptr_2_ulong(void) { return (ulong)((int*)128); }
static ulong float_2_ulong(void) { return (ulong)1.123F; }
static ulong double_2_ulong(void) { return (ulong)1.123L; }
static uint ulong_2_uint(ulong a) { return (uint)a; }
static long ulong_2_long(ulong a) { return (long)a; }
static ulong int_2_ulong(int a) { return (ulong)a; }
static ulong uint_2_ulong(uint a) { return (ulong)a; }
static ulong long_2_ulong(long a) { return (ulong)a; }
static ulong vptr_2_ulong(void *a) { return (ulong)a; }
static ulong iptr_2_ulong(int *a) { return (ulong)a; }
static ulong float_2_ulong(float a) { return (ulong)a; }
static ulong double_2_ulong(double a) { return (ulong)a; }
static void * ulong_2_vptr(ulong a) { return (void *)a; }
static int * ulong_2_iptr(ulong a) { return (int *)a; }
static float ulong_2_float(ulong a) { return (float)a; }
static double ulong_2_double(ulong a) { return (double)a; }
static int ulong_2_int(ulong a) { return (int)a; }
XEN_GUEST_HANDLE(ulong) frame_list;
__DEFINE_XEN_GUEST_HANDLE(ulong, unsigned long);
hrt_checkres(ulong res)
ulong new_res = td->hrt_res;
static int hrt_checkres(ulong res);
scsi_htos_3byte(unchar *ap, ulong nav)
scsi_htos_long(unchar *ap, ulong niv)
*(ulong *)ap = htonl(niv);
ulong
register ulong av = *(ulong *)ap;
ulong
scsi_stoh_long(ulong ai)