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

12

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscluster.h48 u64 inode; /* Inode to examine */
54 u64 inum; /* Inode number */
H A Dutils.h83 u64 mft_num;
H A Dntfsclone.c133 u64 start;
134 u64 stop;
469 static void progress_init(struct progress_bar *p, u64 start, u64 stop, int res)
478 static void progress_update(struct progress_bar *p, u64 current)
571 static void copy_cluster(int rescue, u64 rescue_lcn)
672 static void clone_ntfs(u64 nr_clusters)
674 u64 cl, last_cl; /* current and last used cluster */
677 u64 p_counter = 0;
697 for (last_cl = cl = 0; cl < (u64)vo
[all...]
H A Dntfscmp.c72 u64 start;
73 u64 stop;
268 static void progress_init(struct progress_bar *p, u64 start, u64 stop, int flags)
277 static void progress_update(struct progress_bar *p, u64 current)
297 static u64 inumber(ntfs_inode *ni)
384 static void print_inode(u64 inum)
417 static char *get_attr_name(u64 mft_no,
450 u64 mft_no = inumber(ctx->ntfs_ino);
891 u64 inod
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_superblock.h117 u64 totalUsable; /* 8: VFS: total of 1K blocks which are
120 u64 minFree; /* 8: VFS: # of 1K blocks held in reserve for
133 u64 realFree; /* 8: VFS: # of free 1K blocks can be used by
H A Djfs_types.h66 typedef uint64_t u64; typedef
80 typedef u64 uint64;
233 (((u64)((dasdp)->limit_hi) << 32) + __le32_to_cpu((dasdp)->limit_lo))
236 (dasdp)->limit_hi = ((u64)limit) >> 32;\
240 (((u64)((dasdp)->used_hi) << 32) + __le32_to_cpu((dasdp)->used_lo))
243 (dasdp)->used_hi = ((u64)used) >> 32;\
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dendians.h95 (u64)((((u64)(x) & 0xff00000000000000ull) >> 56) | \
96 (((u64)(x) & 0x00ff000000000000ull) >> 40) | \
97 (((u64)(x) & 0x0000ff0000000000ull) >> 24) | \
98 (((u64)(x) & 0x000000ff00000000ull) >> 8) | \
99 (((u64)(x) & 0x00000000ff000000ull) << 8) | \
100 (((u64)(x) & 0x0000000000ff0000ull) << 24) | \
101 (((u64)(x) & 0x000000000000ff00ull) << 40) | \
102 (((u64)(x) & 0x00000000000000ffull) << 56))
116 #define __le64_to_cpu(x) ((__force u64)(
[all...]
H A Dbitmap.h47 static __inline__ void ntfs_bit_set(u8 *bitmap, const u64 bit,
66 static __inline__ char ntfs_bit_get(const u8 *bitmap, const u64 bit)
73 static __inline__ void ntfs_bit_change(u8 *bitmap, const u64 bit)
89 static __inline__ char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit,
H A Dtypes.h42 typedef uint64_t u64; typedef
63 typedef u64 __bitwise le64;
71 typedef u64 __bitwise sle64;
75 typedef u64 __bitwise be64;
H A Ddir.h65 extern u64 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni,
68 extern u64 ntfs_pathname_to_inode_num(ntfs_volume *vol, ntfs_inode *parent,
H A Dinode.h106 u64 mft_no; /* Inode / mft record number. */
213 extern int ntfs_inode_badclus_bad(u64 mft_no, ATTR_RECORD *a);
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c276 uint64_t u64; local
285 status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64));
288 attrp->lg_key = (uint16_t)u64;
290 status = dladm_get_conf_field(handle, conf, FAGGRMODE, &u64,
291 sizeof (u64));
302 attrp->lg_aggr_mode = (aggr_mode_t)u64;
304 status = dladm_get_conf_field(handle, conf, FPOLICY, &u64,
305 sizeof (u64));
308 attrp->lg_policy = (uint32_t)u64;
425 uint64_t u64; local
1133 uint64_t u64; local
1317 uint64_t u64; local
1391 uint64_t u64; local
1654 uint64_t u64; local
[all...]
H A Dlibdlvnic.c225 uint64_t u64; local
259 status = dladm_get_conf_field(handle, conf, FMADDRTYPE, &u64,
260 sizeof (u64));
264 attrp->va_mac_addr_type = (vnic_mac_addr_type_t)u64;
267 &u64, sizeof (u64))) != DLADM_STATUS_OK) {
270 attrp->va_vrid = (vrid_t)u64;
274 &u64, sizeof (u64))) != DLADM_STATUS_OK) {
277 attrp->va_af = (int)u64;
912 uint64_t u64; local
[all...]
H A Dlibdlbridge.c1722 uint64_t u64; local
1739 BRIDGE_PROP_PROTECT, &u64, sizeof (u64))) != DLADM_STATUS_OK ||
1743 bprot = (dladm_bridge_prot_t)u64;
1745 BRIDGE_PROP_FIELD_MASK, &u64, sizeof (u64))) != DLADM_STATUS_OK ||
1750 cfg.field_mask = (unsigned long)u64;
1752 &u64, sizeof (u64))) != DLADM_STATUS_OK ||
1756 cfg.bridge_priority = (int)u64;
1878 uint64_t u64; local
[all...]
H A Dlibdlsim.c142 uint64_t u64; local
149 status = dladm_get_conf_field(handle, conf, FSIMNETTYPE, &u64,
150 sizeof (u64));
153 attrp->sna_type = (uint_t)u64;
155 status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64,
156 sizeof (u64));
159 attrp->sna_mac_len = (uint_t)u64;
520 uint64_t u64; local
531 u64 = attrp->sna_type;
533 DLADM_TYPE_UINT64, &u64);
[all...]
H A Dlibdlib.c167 uint64_t u64; local
198 status = dladm_get_conf_field(handle, conf, FPORTPKEY, &u64,
203 attrp->dia_pkey = (ib_pkey_t)u64;
372 uint64_t u64; local
394 u64 = pattr->dia_pkey;
398 DLADM_TYPE_UINT64, &u64);
630 uint64_t u64; local
668 status = dladm_get_conf_field(handle, conf, FPORTPKEY, &u64,
669 sizeof (u64));
673 pkey = (ib_pkey_t)u64;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt_wrap/
H A Dcipher_wrap.h38 typedef grub_uint64_t u64; typedef
62 u64 e;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtiger.c36 u64 a, b, c;
69 static u64 sbox1[256] = {
199 static u64 sbox2[256] = {
329 static u64 sbox3[256] = {
459 static u64 sbox4[256] = {
603 tiger_round( u64 *ra, u64 *rb, u64 *rc, u64 x, int mul )
605 u64
[all...]
H A Dsha512.c58 u64 h0, h1, h2, h3, h4, h5, h6, h7;
59 u64 nblocks;
107 u64 a, b, c, d, e, f, g, h;
108 u64 w[80];
110 static const u64 k[] =
198 u64 t1, t2;
280 u64 t, msb, lsb;
336 #define X(a) do { *(u64*)p = hd->h##a ; p += 8; } while (0)
H A Dwhirlpool.c54 typedef u64 whirlpool_block_t[BLOCK_SIZE / 8];
72 (block)[i] = ((u64) (0 \
73 | (((u64) (buffer)[i * 8 + 0]) << 56) \
74 | (((u64) (buffer)[i * 8 + 1]) << 48) \
75 | (((u64) (buffer)[i * 8 + 2]) << 40) \
76 | (((u64) (buffer)[i * 8 + 3]) << 32) \
77 | (((u64) (buffer)[i * 8 + 4]) << 24) \
78 | (((u64) (buffer)[i * 8 + 5]) << 16) \
79 | (((u64) (buffer)[i * 8 + 6]) << 8) \
80 | (((u64) (buffe
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtiger.c36 u64 a, b, c;
69 static u64 sbox1[256] = {
199 static u64 sbox2[256] = {
329 static u64 sbox3[256] = {
459 static u64 sbox4[256] = {
603 tiger_round( u64 *ra, u64 *rb, u64 *rc, u64 x, int mul )
605 u64
[all...]
H A Dsha512.c60 u64 h0, h1, h2, h3, h4, h5, h6, h7;
61 u64 nblocks;
109 u64 a, b, c, d, e, f, g, h;
110 u64 w[80];
112 static const u64 k[] =
200 u64 t1, t2;
282 u64 t, msb, lsb;
338 #define X(a) do { *(u64*)p = hd->h##a ; p += 8; } while (0)
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c134 u64 in_whitening, out_whitening;
668 u64 *out_whitening, u64 *in_whitening)
698 *out_whitening = *(u64*)md;
699 *in_whitening = *(u64*)(md + 2);
767 *(u64*)outbuf = *(const u64*)inbuf ^ ctx->out_whitening;
771 *(u64*)outbuf ^= ctx->in_whitening;
808 u64 test_out_whitening, test_in_whitening;
810 u64 u6 member in union:__anon2168
[all...]
H A Dsecurity.c188 u64 u;
223 u += (u64)sid->identifier_authority.value[i] << j;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Djfs.h103 typedef unsigned long long u64; typedef
243 u64 totalUsable; /* 8: VFS: total of 1K blocks which are
246 u64 minFree; /* 8: VFS: # of 1K blocks held in reserve for
259 u64 realFree; /* 8: VFS: # of free 1K blocks can be used by

Completed in 66 milliseconds

12