/titanic_41/usr/src/uts/common/sys/ |
H A D | rds.h | 63 #define __be64 u_int64_t 69 #define u_int64_t uint64_t 140 u_int64_t value; 146 u_int64_t value; 159 u_int64_t next_tx_seq; 160 u_int64_t next_rx_seq; 169 u_int64_t next_tx_seq; 170 u_int64_t next_rx_seq; 204 u_int64_t seq; 215 u_int64_t seq; [all …]
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | getput.h | 28 #define GET_64BIT(cp) (((u_int64_t)(u_char)(cp)[0] << 56) | \ 29 ((u_int64_t)(u_char)(cp)[1] << 48) | \ 30 ((u_int64_t)(u_char)(cp)[2] << 40) | \ 31 ((u_int64_t)(u_char)(cp)[3] << 32) | \ 32 ((u_int64_t)(u_char)(cp)[4] << 24) | \ 33 ((u_int64_t)(u_char)(cp)[5] << 16) | \ 34 ((u_int64_t)(u_char)(cp)[6] << 8) | \ 35 ((u_int64_t)(u_char)(cp)[7]))
|
H A D | bufaux.h | 42 u_int64_t buffer_get_int64(Buffer *); 43 void buffer_put_int64(Buffer *, u_int64_t); 66 int buffer_get_int64_ret(u_int64_t *, Buffer *);
|
H A D | misc.h | 62 u_int64_t get_u64(const void *) 68 void put_u64(void *, u_int64_t)
|
H A D | sftp-common.h | 45 u_int64_t size;
|
H A D | defines.h | 239 typedef unsigned long int u_int64_t; typedef 243 typedef unsigned long long int u_int64_t; typedef
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | misc.c | 546 u_int64_t 550 u_int64_t v; in get_u64() 552 v = (u_int64_t)p[0] << 56; in get_u64() 553 v |= (u_int64_t)p[1] << 48; in get_u64() 554 v |= (u_int64_t)p[2] << 40; in get_u64() 555 v |= (u_int64_t)p[3] << 32; in get_u64() 556 v |= (u_int64_t)p[4] << 24; in get_u64() 557 v |= (u_int64_t)p[5] << 16; in get_u64() 558 v |= (u_int64_t)p[6] << 8; in get_u64() 559 v |= (u_int64_t)p[7]; in get_u64() [all …]
|
H A D | bufaux.c | 268 buffer_get_int64_ret(u_int64_t *ret, Buffer *buffer) in buffer_get_int64_ret() 278 u_int64_t 281 u_int64_t ret; in buffer_get_int64() 313 buffer_put_int64(Buffer *buffer, u_int64_t value) in buffer_put_int64()
|
H A D | packet.c | 136 u_int64_t blocks; 139 static u_int64_t max_blocks_in, max_blocks_out; 569 u_int64_t *max_blocks; in set_newkeys() 652 *max_blocks = (u_int64_t)1 << (enc->block_size * 2); in set_newkeys() 654 *max_blocks = ((u_int64_t)1 << 30) / enc->block_size; in set_newkeys()
|
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | subr_mchain.c | 459 mb_put_uint64be(struct mbchain *mbp, u_int64_t x) in mb_put_uint64be() 461 u_int64_t v = htobeq(x); in mb_put_uint64be() 466 mb_put_uint64le(struct mbchain *mbp, u_int64_t x) in mb_put_uint64le() 468 u_int64_t v = htoleq(x); in mb_put_uint64le() 791 md_get_uint64be(struct mdchain *mdp, u_int64_t *x) in md_get_uint64be() 793 u_int64_t v; in md_get_uint64be() 803 md_get_uint64le(struct mdchain *mdp, u_int64_t *x) in md_get_uint64le() 805 u_int64_t v; in md_get_uint64le()
|
H A D | smb_osdep.h | 63 typedef uint64_t u_int64_t; typedef
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 98 typedef u_int64_t u64_t; 108 typedef u_int64_t u64;
|
/titanic_41/usr/src/lib/udapl/libdat/include/dat/ |
H A D | dat_platform_specific.h | 145 typedef u_int64_t DAT_UINT64; /* unsigned host order, 64 bits */
|
/titanic_41/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 746 send_read_request(int fd_out, u_int id, u_int64_t offset, u_int len, in send_read_request() 771 u_int64_t offset, size; in do_download() 777 u_int64_t offset; in do_download() 1006 u_int64_t offset; in do_upload() 1016 u_int64_t offset; in do_upload()
|
/titanic_41/usr/src/cmd/ssh/sftp-server/ |
H A D | sftp-server.c | 181 u_int64_t bytes_read, bytes_write; 290 static u_int64_t 298 static u_int64_t 552 u_int64_t off; in process_read() 591 u_int64_t off; in process_write()
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-sha2.c | 160 typedef u_int64_t sha2_word64; /* Exactly 8 bytes */
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 313 - (djm) Seperate tests for int64_t and u_int64_t types
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 142 (u_int64_t): Renamed to ... 398 (u_int64_t): Renamed to ...
|