Searched refs:u_long (Results 1 - 25 of 102) sorted by relevance

12345

/haiku/headers/os/drivers/pcmcia/
H A Dmemory.h34 u_long Offset;
35 u_long Size;
H A Dcs_timer.h37 u_long data;
38 void (*function)(u_long data);
H A Ddriver_ops.h50 u_long mem_base;
H A Dcs.h52 u_long Base;
53 u_long Size;
270 u_long Base;
457 int (*register_resource)(int, u_long, u_long);
458 int (*release_resource)(int, u_long, u_long);
459 int (*check_resource)(int, u_long, u_long);
H A Dbulkmem.h126 u_long MediaID;
138 u_long MediaID;
H A Dss.h116 u_long sys_start, sys_stop;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_ioctl.h34 extern int ath_ioctl(struct ieee80211com *ic, u_long cmd, void *data);
/haiku/src/libs/compat/freebsd_network/compat/vm/
H A Dvm_extern.h42 vm_addr_align_ok(vm_paddr_t pa, u_long alignment)
62 vm_addr_ok(vm_paddr_t pa, vm_paddr_t size, u_long alignment,
/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/
H A Dcpufunc.h71 static __inline u_long
72 bsfq(u_long mask)
74 u_long result;
89 static __inline u_long
90 bsrq(u_long mask)
92 u_long result;
99 clflush(u_long addr)
106 clflushopt(u_long addr)
157 return (mask == 0 ? mask : (int)bsfq((u_long)mask) + 1);
181 return (mask == 0 ? mask : (int)bsrq((u_long)mas
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dktr.h117 u_long ktr_parms[KTR_PARMS];
132 const char *format, u_long arg1, u_long arg2, u_long arg3,
133 u_long arg4, u_long arg5, u_long arg6);
143 (u_long)(p1), (u_long)(p2), (u_long)(p
[all...]
/haiku/headers/posix/sys/
H A Dparam.h26 (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES)
H A Dtypes.h15 typedef unsigned long u_long; typedef
/haiku/src/tests/system/benchmarks/
H A Dmemspeed.c24 u_long mb = TESTSIZE;
25 u_long size, passes, d, i, j;
26 volatile u_long *mem;
52 for (j = 0; j < size/sizeof(u_long); j += 16) {
71 for (j = 0; j < size/sizeof(u_long); j += 16) {
/haiku/headers/posix/arch/x86/
H A Dnpx.h61 u_long fp_mantlo; /* mantissa low (31:0) */
62 u_long fp_manthi; /* mantissa high (63:32) */
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_compare.c61 static u_long fcc_nmask[] = {
175 ((u_long)cc << fcc_shift[fcc]);
H A Dsoftfloat.c146 _QP_TTOQ(x, x, long, 63, u_long, u.a[0])
148 _QP_TTOQ(ux, x, u_long, -1, u_long, u.a[0])
155 _QP_QTOT(ux, x, u_long, &u.a)
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_ttl.c60 ns_format_ttl(u_long src, char *dst, size_t dstlen) {
107 ns_parse_ttl(const char *src, u_long *dst) {
108 u_long ttl, tmp;
/haiku/src/bin/network/telnet/
H A Dring.h68 u_long consumetime, /* help us keep straight full, empty, etc. */
/haiku/src/system/libnetwork/netresolv/include/
H A Dres_update.h62 ns_updrec * res_mkupdrec __P((int, const char *, u_int, u_int, u_long));
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_neta.c46 * format a u_long network number into presentation format.
55 inet_neta(u_long src, char *dst, size_t size)
/haiku/headers/posix/arpa/
H A Dinet.h27 char* inet_neta(u_long source, char* dest, size_t destSize);
/haiku/src/system/kernel/util/
H A Dinet_addr.c99 u_long val;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a.h83 int r12a_ioctl_net(struct ieee80211com *, u_long, void *);
/haiku/src/libs/libtelnet/
H A Dencrypt.c103 static u_long i_support_encrypt = 0
106 static u_long i_support_decrypt = 0
110 static u_long i_wont_support_encrypt = 0;
111 static u_long i_wont_support_decrypt = 0;
115 static u_long remote_supports_encrypt = 0;
116 static u_long remote_supports_decrypt = 0;
/haiku/src/libs/stdc++/legacy/
H A Dstream.cc53 #define u_long unsigned long macro

Completed in 180 milliseconds

12345