Symbol: ulong
headers/compatibility/bsd/sys/ioccom.h
34
#define IOC_VOID (ulong)0x20000000
headers/compatibility/bsd/sys/ioccom.h
36
#define IOC_OUT (ulong)0x40000000
headers/compatibility/bsd/sys/ioccom.h
38
#define IOC_IN (ulong)0x80000000
headers/compatibility/bsd/sys/ioccom.h
42
#define IOC_DIRMASK (ulong)0xe0000000
headers/os/arch/arm/arch_debugger.h
10
ulong r1;
headers/os/arch/arm/arch_debugger.h
11
ulong r2;
headers/os/arch/arm/arch_debugger.h
12
ulong r3;
headers/os/arch/arm/arch_debugger.h
13
ulong r4;
headers/os/arch/arm/arch_debugger.h
14
ulong r5;
headers/os/arch/arm/arch_debugger.h
15
ulong r6;
headers/os/arch/arm/arch_debugger.h
16
ulong r7;
headers/os/arch/arm/arch_debugger.h
17
ulong r8;
headers/os/arch/arm/arch_debugger.h
18
ulong r9;
headers/os/arch/arm/arch_debugger.h
19
ulong r10;
headers/os/arch/arm/arch_debugger.h
20
ulong r11;
headers/os/arch/arm/arch_debugger.h
21
ulong r12;
headers/os/arch/arm/arch_debugger.h
22
ulong r13; /* stack pointer */
headers/os/arch/arm/arch_debugger.h
23
ulong r14; /* link register */
headers/os/arch/arm/arch_debugger.h
24
ulong r15; /* program counter */
headers/os/arch/arm/arch_debugger.h
25
ulong cpsr;
headers/os/arch/arm/arch_debugger.h
9
ulong r0;
headers/os/drivers/ISA.h
50
ulong num_bits, // dma transfer size
headers/os/drivers/KernelExport.h
15
typedef ulong cpu_status;
headers/posix/arch/arm/signal.h
16
ulong r0;
headers/posix/arch/arm/signal.h
17
ulong r1;
headers/posix/arch/arm/signal.h
18
ulong r2;
headers/posix/arch/arm/signal.h
19
ulong r3;
headers/posix/arch/arm/signal.h
20
ulong r4;
headers/posix/arch/arm/signal.h
21
ulong r5;
headers/posix/arch/arm/signal.h
22
ulong r6;
headers/posix/arch/arm/signal.h
23
ulong r7;
headers/posix/arch/arm/signal.h
24
ulong r8;
headers/posix/arch/arm/signal.h
25
ulong r9;
headers/posix/arch/arm/signal.h
26
ulong r10;
headers/posix/arch/arm/signal.h
27
ulong r11;
headers/posix/arch/arm/signal.h
28
ulong r12;
headers/posix/arch/arm/signal.h
29
ulong r13; /* stack pointer */
headers/posix/arch/arm/signal.h
30
ulong r14; /* link register */
headers/posix/arch/arm/signal.h
31
ulong r15; /* program counter */
headers/posix/arch/arm/signal.h
32
ulong cpsr;
headers/posix/arch/arm/signal.h
35
ulong fpscr;
headers/posix/arch/arm64/signal.h
17
ulong x[30];
headers/posix/arch/arm64/signal.h
18
ulong lr;
headers/posix/arch/arm64/signal.h
19
ulong sp;
headers/posix/arch/arm64/signal.h
20
ulong elr;
headers/posix/arch/arm64/signal.h
21
ulong spsr;
headers/posix/arch/m68k/signal.h
16
ulong pc, /* program counter */
headers/posix/arch/mipsel/signal.h
16
ulong r0;
headers/posix/arch/ppc/signal.h
16
ulong pc, /* program counter */
headers/posix/arch/ppc/signal.h
26
ulong filler1, /* place holder */
headers/posix/arch/riscv64/signal.h
15
ulong x[31];
headers/posix/arch/riscv64/signal.h
16
ulong pc;
headers/posix/arch/riscv64/signal.h
18
ulong fcsr;
headers/posix/arch/sparc64/signal.h
18
ulong g1;
headers/posix/arch/sparc64/signal.h
19
ulong g2;
headers/posix/arch/sparc64/signal.h
20
ulong g3;
headers/posix/arch/sparc64/signal.h
21
ulong g4;
headers/posix/arch/sparc64/signal.h
22
ulong g5;
headers/posix/arch/sparc64/signal.h
23
ulong g6;
headers/posix/arch/sparc64/signal.h
24
ulong g7;
headers/posix/arch/sparc64/signal.h
25
ulong o0;
headers/posix/arch/sparc64/signal.h
26
ulong o1;
headers/posix/arch/sparc64/signal.h
27
ulong o2;
headers/posix/arch/sparc64/signal.h
28
ulong o3;
headers/posix/arch/sparc64/signal.h
29
ulong o4;
headers/posix/arch/sparc64/signal.h
30
ulong o5;
headers/posix/arch/sparc64/signal.h
31
ulong sp;
headers/posix/arch/sparc64/signal.h
32
ulong o7;
headers/posix/arch/sparc64/signal.h
33
ulong l0;
headers/posix/arch/sparc64/signal.h
34
ulong l1;
headers/posix/arch/sparc64/signal.h
35
ulong l2;
headers/posix/arch/sparc64/signal.h
36
ulong l3;
headers/posix/arch/sparc64/signal.h
37
ulong l4;
headers/posix/arch/sparc64/signal.h
38
ulong l5;
headers/posix/arch/sparc64/signal.h
39
ulong l6;
headers/posix/arch/sparc64/signal.h
40
ulong l7;
headers/posix/arch/sparc64/signal.h
41
ulong i0;
headers/posix/arch/sparc64/signal.h
42
ulong i1;
headers/posix/arch/sparc64/signal.h
43
ulong i2;
headers/posix/arch/sparc64/signal.h
44
ulong i3;
headers/posix/arch/sparc64/signal.h
45
ulong i4;
headers/posix/arch/sparc64/signal.h
46
ulong i5;
headers/posix/arch/sparc64/signal.h
47
ulong fp;
headers/posix/arch/sparc64/signal.h
48
ulong i7;
headers/posix/unistd.h
381
extern int __ioctl(int fd, ulong cmd, void* argument, size_t size);
headers/private/kernel/fs/fd.h
104
extern status_t user_fd_kernel_ioctl(int fd, ulong op, void *buffer,
headers/private/kernel/fs/fd.h
37
status_t (*fd_ioctl)(struct file_descriptor *, ulong op, void *buffer,
headers/private/shared/Thread.h
113
virtual ulong Size() const { return sizeof(*this); }
headers/private/shared/Thread.h
134
virtual ulong Size() const { return sizeof(*this); }
headers/private/userlandfs/legacy/fsproto.h
124
typedef int op_mount(nspace_id nsid, const char *devname, ulong flags,
headers/private/userlandfs/legacy/fsproto.h
159
typedef int op_open_query(void *ns, const char *query, ulong flags,
headers/private/userlandfs/legacy/fsproto.h
242
ulong what, long op, nspace_id nsida,
src/add-ons/kernel/bus_managers/isa/isa.cpp
43
make_isa_dma_table(const void *buffer, long buffer_size, ulong num_bits,
src/add-ons/kernel/busses/scsi/53c8xx/53c8xx.c
1007
ulong *scr = s->script;
src/add-ons/kernel/drivers/joystick/emuxkigameport/driver.h
28
static volatile ulong vaddr; /* PCI */
src/add-ons/kernel/drivers/network/ether/etherpci/etherpci.c
1439
ulong buflen;
src/add-ons/kernel/drivers/network/ether/etherpci/etherpci.c
1644
ulong buflen;
src/add-ons/kernel/file_systems/ext2/crc_table.cpp
24
ulong crc, poly;
src/add-ons/kernel/file_systems/netfs/client/netfs.cpp
183
netfs_mount(nspace_id nsid, const char *device, ulong flags,
src/add-ons/kernel/file_systems/netfs/client/netfs.cpp
21
static int netfs_mount(nspace_id nsid, const char *device, ulong flags,
src/add-ons/kernel/file_systems/netfs/client/netfs.cpp
877
netfs_open_query(void *ns, const char *queryString, ulong flags,
src/add-ons/kernel/file_systems/netfs/client/netfs.cpp
95
static int netfs_open_query(void *ns, const char *queryString, ulong flags,
src/add-ons/kernel/file_systems/shared/crc_table.cpp
21
ulong crc, poly;
src/add-ons/kernel/file_systems/userlandfs/server/beos/beos_kernel_emu.cpp
95
send_notification(port_id port, long token, ulong what, long op,
src/add-ons/kernel/file_systems/userlandfs/server/beos/fs_cache.c
865
(ulong)ents, num_ents);
src/add-ons/kernel/file_systems/userlandfs/server/beos/fs_interface.h
139
typedef int beos_op_mount(dev_t nsid, const char *devname, ulong flags,
src/add-ons/kernel/file_systems/userlandfs/server/beos/fs_interface.h
175
typedef int beos_op_open_query(void *ns, const char *query, ulong flags,
src/add-ons/media/media-add-ons/dvb/DVBCard.cpp
281
DVBCard::do_ioctl(int fDev, ulong op, void *arg)
src/add-ons/media/media-add-ons/dvb/DVBCard.h
51
int do_ioctl(int fDev, ulong op, void *arg);
src/add-ons/screen_savers/glife/GLifeView.cpp
24
GLifeView::GLifeView(BRect rect, const char* name, ulong resizingMode,
src/add-ons/screen_savers/glife/GLifeView.cpp
25
ulong options, GLifeState* pglsState)
src/add-ons/screen_savers/glife/GLifeView.h
22
GLifeView(BRect, const char*, ulong,
src/add-ons/screen_savers/glife/GLifeView.h
23
ulong, GLifeState*);
src/apps/glteapot/ObjectView.cpp
136
ObjectView::ObjectView(BRect rect, const char *name, ulong resizingMode,
src/apps/glteapot/ObjectView.cpp
137
ulong options)
src/apps/glteapot/ObjectView.h
58
ulong resizingMode, ulong options);
src/apps/glteapot/TeapotWindow.cpp
20
ulong something)
src/apps/glteapot/TeapotWindow.h
18
ulong something);
src/apps/terminal/FindWindow.h
15
const ulong MSG_FIND = 'msgf';
src/apps/terminal/FindWindow.h
16
const ulong MSG_FIND_START = 'msac';
src/apps/terminal/FindWindow.h
17
const ulong MSG_FIND_CLOSED = 'mfcl';
src/apps/terminal/TermConst.h
62
static const ulong PSET__COLS = 'pcol';
src/apps/terminal/TermConst.h
63
static const ulong PSET__ROWS = 'prow';
src/apps/terminal/TermConst.h
64
static const ulong PSET__HFONT = 'phfn';
src/apps/terminal/TermConst.h
65
static const ulong PSET__HFONT_SIZE = 'phfs';
src/apps/terminal/TermConst.h
66
static const ulong PSET_FORE_COLOR = 'pfcl';
src/apps/terminal/TermConst.h
67
static const ulong PSET_BACK_COLOR = 'pbcl';
src/apps/terminal/TermConst.h
68
static const ulong PSET__CODING = 'pcod';
src/bin/debug/ltrace/ltrace_stub.cpp
129
const ulong* args = (const ulong*)_args;
src/bin/network/mount_nfs/mount_nfs.cpp
14
int mount(const char *filesystem, const char *where, const char *device, ulong flags, void *parameters, size_t len)
src/kits/tracker/PoseView.cpp
5326
virtual ulong Size() const
src/libs/glut/glutDstr.cpp
54
ulong newoptions = 0;
src/libs/glut/glutEvent.cpp
405
ulong aChar = s[0];
src/libs/glut/glutEvent.cpp
530
ulong aChar = s[0];
src/libs/glut/glutWindow.cpp
170
ulong options;
src/libs/glut/glutWindow.cpp
193
ulong options;
src/libs/glut/glutWindow.cpp
535
ulong newoptions = 0;
src/libs/glut/glutWindow.cpp
73
int x, int y, int width, int height, ulong options)
src/libs/glut/glutWindow.h
23
int height, ulong options);
src/libs/x86emu/validate.c
606
print_flags(char *buf, ulong flags)
src/libs/x86emu/validate.c
62
ulong flags,inflags; \
src/libs/x86emu/validate.c
649
ulong def_flags;
src/servers/registrar/TRoster.cpp
1937
ulong index = 0;
src/system/boot/platform/efi/arch/riscv64/relocation_func.cpp
67
rel = (Elf_Rela *)((ulong)dyn[i].d_un.d_ptr + ldbase);
src/system/boot/platform/efi/arch/riscv64/relocation_func.cpp
90
addr = (ulong *)(ldbase + rel->r_offset);
src/system/kernel/fs/socket.cpp
272
socket_ioctl(struct file_descriptor *descriptor, ulong op, void *buffer,
src/system/kernel/fs/vfs.cpp
3203
ulong val = parse_expression(argv[1]);
src/system/kernel/fs/vfs.cpp
3377
ulong num = parse_expression(argv[1]);
src/system/kernel/fs/vfs.cpp
414
static status_t common_ioctl(struct file_descriptor* descriptor, ulong op,
src/system/kernel/fs/vfs.cpp
6292
common_ioctl(struct file_descriptor* descriptor, ulong op, void* buffer,
src/system/kernel/team.cpp
1169
ulong arg;
src/system/kernel/thread.cpp
1985
ulong arg = strtoul(name, NULL, 0);
src/system/libroot/os/arch/x86/compatibility.c
111
mount(const char *filesystem, const char *where, const char *device, ulong flags,
src/system/libroot/os/arch/x86/compatibility.c
28
int mount(const char *filesystem, const char *where, const char *device, ulong flags,
src/system/libroot/posix/unistd/ioctl.c
17
__ioctl(int fd, ulong cmd, void* argument, size_t size)
src/system/libroot/posix/unistd/ioctl.c
25
ioctl(int fd, ulong cmd, ...)
src/system/libroot/posix/unistd/mount.c
15
int mount(const char *filesystem, const char *where, const char *device, ulong flags, void *parms, int len);
src/system/libroot/posix/unistd/mount.c
19
mount(const char *filesystem, const char *where, const char *device, ulong flags, void *parms, int len)
src/tests/add-ons/kernel/bus_managers/agp_gart/gart_tester.cpp
37
get_memory_map(const void* address, ulong numBytes, physical_entry* table,
src/tests/add-ons/opengl/fake_renderer/FakeRenderer.cpp
29
instantiate_gl_renderer(BGLView* view, ulong options,
src/tests/add-ons/opengl/fake_renderer/FakeRenderer.cpp
36
FakeRenderer::FakeRenderer(BGLView* view, ulong options,
src/tests/add-ons/opengl/fake_renderer/FakeRenderer.h
17
ulong bgl_options,
src/tests/add-ons/opengl/fake_renderer/FakeRenderer.h
31
ulong fOptions;
src/tests/kits/game/ParticlesII/particlesII.cpp
69
ulong line_length;
src/tests/kits/game/page_flipper/page_flip.cpp
223
ulong numframe = 0;
src/tests/kits/game/page_flipper/page_flip.cpp
225
ulong y_origin;
src/tests/kits/game/page_flipper/page_flip.cpp
38
ulong fLineLength;