Searched refs:u64 (Results 1 - 25 of 49) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_hw.h125 #define __le64 u64
270 u64 crcerrs;
271 u64 algnerrc;
272 u64 symerrs;
273 u64 rxerrc;
274 u64 mpc;
275 u64 scc;
276 u64 ecol;
277 u64 mcc;
278 u64 lateco
[all...]
H A Digc_osdep.h54 typedef uint64_t u64; typedef
65 #define __le64 u64
H A Dif_igc.h329 u64 irqs;
392 u64 que_mask;
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.h24 u64 latest_ghost;
27 int* ntfs_haiku_get_close_state(struct lowntfs_context *ctx, u64 ino);
28 void ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost);
38 u64 ntfs_fuse_inode_lookup(struct lowntfs_context *ctx, u64 parent, const char* name);
43 int ntfs_fuse_readlink(struct lowntfs_context *ctx, u64 ino, void* buffer, size_t* bufferSize);
64 int ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost);
H A Dntfs.h48 u64 inode;
49 u64 parent_inode;
57 u64 lowntfs_ghost = 0;
76 u64 inode;
H A Dlowntfs.c91 u64
92 ntfs_fuse_inode_lookup(struct lowntfs_context *ctx, u64 parent, const char *name)
94 u64 ino = (u64)-1;
95 u64 inum;
105 inum = (u64)-1;
109 || (inum == (u64)-1))
110 ino = (u64)-1;
234 if ((u64)na->data_size <= sizeof(INTX_FILE_TYPES)
236 && (u64)n
[all...]
H A Dkernel_interface.cpp233 root->parent_inode = (u64)-1;
425 ntfs_haiku_get_close_state(struct lowntfs_context *ctx, u64 ino)
439 ntfs_haiku_put_close_state(struct lowntfs_context *ctx, u64 ino, u64 ghost)
565 u64 inode = ntfs_fuse_inode_lookup(&volume->lowntfs, directory->inode, name);
566 if (inode == (u64)-1)
580 if (node->parent_inode == (u64)-1)
1019 u64 oldIno = ntfs_fuse_inode_lookup(&volume->lowntfs, old_directory->inode, oldName);
1020 if (oldIno == (u64)-1)
1045 u64 in
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_hw.h412 #define __le64 u64
557 u64 crcerrs;
558 u64 algnerrc;
559 u64 symerrs;
560 u64 rxerrc;
561 u64 mpc;
562 u64 scc;
563 u64 ecol;
564 u64 mcc;
565 u64 lateco
[all...]
H A De1000_vf.h87 u64 pkt_addr; /* Packet buffer address */
88 u64 hdr_addr; /* Header buffer address */
123 u64 buffer_addr; /* Address of descriptor's data buf */
128 u64 rsvd; /* Reserved */
167 u64 base_gprc;
168 u64 base_gptc;
169 u64 base_gorc;
170 u64 base_gotc;
171 u64 base_mprc;
172 u64 base_gotlb
[all...]
H A De1000_osdep.h126 typedef uint64_t u64; typedef
137 #define __le64 u64
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dtypes.h40 typedef uint64_t u64; typedef
49 typedef u64 le64;
53 typedef u64 be64;
61 typedef u64 sle64;
65 typedef u64 sbe64;
135 u64 u64align;
H A Dbitmap.h39 extern void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value);
40 extern char ntfs_bit_get(const u8 *bitmap, const u64 bit);
41 extern char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit, const u8 new_value);
H A Dendians.h100 (u64)((((u64)(x) & 0xff00000000000000ull) >> 56) | \
101 (((u64)(x) & 0x00ff000000000000ull) >> 40) | \
102 (((u64)(x) & 0x0000ff0000000000ull) >> 24) | \
103 (((u64)(x) & 0x000000ff00000000ull) >> 8) | \
104 (((u64)(x) & 0x00000000ff000000ull) << 8) | \
105 (((u64)(x) & 0x0000000000ff0000ull) << 24) | \
106 (((u64)(x) & 0x000000000000ff00ull) << 40) | \
107 (((u64)(x) & 0x00000000000000ffull) << 56))
145 #define __constant_be64_to_cpu(x) __ntfs_bswap_constant_64((u64)(
[all...]
H A Dioctl.c123 static int read_u64(const char *path, u64 *n)
139 u64 *discard_alignment,
140 u64 *discard_granularity,
141 u64 *discard_max_bytes)
229 static inline LCN align_up(ntfs_volume *vol, LCN lcn, u64 granularity)
231 u64 aligned;
238 static inline u64 align_down(ntfs_volume *vol, u64 count, u64 granularity)
240 u64 aligne
[all...]
H A Dcache.h42 u64 inum;
52 u64 inum;
63 u64 parent;
64 u64 inum;
H A Dxattrs.c576 for (i=0; (i+1)*sizeof(u64)<=(unsigned int)res; i++)
577 fix_big_endian(&value[i*sizeof(u64)],
578 sizeof(u64));
583 (size >= sizeof(u64) ? sizeof(u64) : size));
587 (size >= sizeof(u64) ? sizeof(u64) : size));
588 if ((res >= (int)sizeof(u64)) && value)
589 fix_big_endian(value,sizeof(u64));
616 char buf[4*sizeof(u64)];
[all...]
H A Ddir.h62 extern u64 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni,
64 extern u64 ntfs_inode_lookup_by_mbsname(ntfs_inode *dir_ni, const char *name);
66 u64 inum);
H A Dindex.h143 u64 inum, VCN vcn);
145 COLLATION_RULES collation_rule, u64 inum);
H A Dbitmap.c56 void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value)
74 char ntfs_bit_get(const u8 *bitmap, const u64 bit)
90 char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit, const u8 new_value)
H A Dinode.h107 u64 mft_no; /* Inode / mft record number. */
214 extern int ntfs_inode_badclus_bad(u64 mft_no, ATTR_RECORD *a);
H A Dreparse.c131 static u64 ntfs_fix_file_name(ntfs_inode *dir_ni, ntfschar *uname,
136 u64 mref;
149 mref = (u64)-1; /* default return (not found) */
224 u64 inum;
252 if (inum != (u64)-1) {
295 u64 inum;
344 inum = (u64)-1;
348 || (inum == (u64)-1))
944 u64 file_id_cpu;
983 u64 file_id_cp
[all...]
H A Ddir.c249 u64 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni,
253 u64 mref = 0;
531 u64 ntfs_inode_lookup_by_mbsname(ntfs_inode *dir_ni, const char *name)
535 u64 inum;
566 if (inum == (u64)-1)
607 void ntfs_inode_update_mbsname(ntfs_inode *dir_ni, const char *name, u64 inum)
655 u64 inum;
768 if (!parent && (inum != (u64) -1)) {
788 if (inum == (u64) -1) {
1922 u64 inu
[all...]
/haiku/headers/libs/x86emu/x86emu/
H A Dtypes.h53 #define u64 x86emuu64 macro
68 typedef uint64_t u64; typedef
/haiku/src/libs/x86emu/
H A Dsys.c57 u64 x __attribute__ ((packed));
68 static __inline__ u64
69 ldq_u(u64 * p)
95 stq_u(u64 val, u64 * p)
119 static __inline__ u64
120 ldq_u(u64 * p)
122 u64 ret;
147 stq_u(u64 val, u64 *
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h82 u64 mft_num;

Completed in 203 milliseconds

12