Searched refs:uint16_t (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h57 uint16_t lh_nfree; /* number free chunks */
58 uint16_t lh_nentries; /* number of entries */
59 uint16_t lh_prefix_len; /* num bits used to id this */
63 uint16_t lh_freelist; /* chunk head of free list */
75 uint16_t l_hash[1];
82 uint16_t le_next; /* next entry in hash chain */
83 uint16_t le_name_chunk; /* first chunk of the name */
84 uint16_t le_name_length; /* bytes in name, incl null */
85 uint16_t le_value_chunk; /* first chunk of the value */
86 uint16_t le_value_lengt
[all...]
H A Dzfs_acl.h37 uint16_t z_flags; /* flags, i.e inheritance */
38 uint16_t z_type; /* type of entry allow/deny */
46 uint16_t z_acl_version; /* acl version */
47 uint16_t z_acl_pad; /* pad */
56 uint16_t z_acl_version; /* acl version */
57 uint16_t z_acl_count; /* ace count */
H A Dsa_impl.h28 uint16_t sa_layout_info;
29 uint16_t sa_lengths[1];
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dip.h4 /* We need 'uint16_t' */
12 uint16_t len;
13 uint16_t ident;
14 uint16_t frags;
17 uint16_t chksum;
27 extern uint16_t ipchksum(const void * __data, unsigned long __length);
29 extern uint16_t add_ipchksums(unsigned long __offset, uint16_t __sum,
30 uint16_t __new);
H A Dudp.h4 /* We need 'uint16_t' and 'uint8_t' */
14 uint16_t len;
17 uint16_t src;
18 uint16_t dest;
19 uint16_t len;
20 uint16_t chksum;
H A Dundi.h29 * structure. The parameters are only uint16_t, but GCC will push
36 uint16_t stack[3];
39 typedef uint16_t PXENV_EXIT_t;
49 uint16_t ax;
50 uint16_t bx;
51 uint16_t dx;
52 uint16_t di;
53 uint16_t es;
54 uint16_t undi_ds;
55 uint16_t undi_c
[all...]
H A Dif_arp.h18 uint16_t hwtype;
19 uint16_t protocol;
22 uint16_t opcode;
H A Dtftp.h38 uint16_t opcode;
42 uint16_t block;
46 uint16_t block;
49 uint16_t errcode;
63 uint16_t opcode;
67 uint16_t block;
70 uint16_t errcode;
H A Dpxe.h71 uint16_t Seg_Addr;
73 uint16_t Seg_Size;
77 typedef uint16_t SEGSEL_t;
78 typedef uint16_t PXENV_STATUS_t;
81 typedef uint16_t UDP_PORT_t;
89 uint16_t Version; /* MSB = major, LSB = minor */
97 uint16_t StackSize; /* Stack segment size (bytes) */
99 uint16_t BC_CodeSize; /* BC Code segment size (bytes) */
101 uint16_t BC_DataSize; /* BC Data segment size (bytes) */
103 uint16_t UNDIDataSiz
[all...]
H A Dstdint.h9 typedef unsigned short uint16_t; typedef
H A Di386_byteswap.h5 static inline uint16_t __i386_bswap_16(uint16_t x)
25 ((uint16_t)((((uint16_t)(x) & 0x00ff) << 8) | \
26 (((uint16_t)(x) & 0xff00) >> 8)))
H A Dsegoff.h17 uint16_t offset;
18 uint16_t segment;
29 uint16_t SEGMENT ( const void * const ptr ) {
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h62 void Blowfish_expand0state(blf_ctx *, const uint8_t *, uint16_t);
64 (blf_ctx *, const uint8_t *, uint16_t, const uint8_t *, uint16_t);
68 void blf_key(blf_ctx *, const uint8_t *, uint16_t);
69 void blf_enc(blf_ctx *, uint32_t *, uint16_t);
70 void blf_dec(blf_ctx *, uint32_t *, uint16_t);
79 uint32_t Blowfish_stream2word(const uint8_t *, uint16_t , uint16_t *);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c68 uint16_t
69 htons(uint16_t in)
74 uint16_t
75 ntohs(uint16_t in)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c68 uint16_t
69 htons(uint16_t in)
74 uint16_t
75 ntohs(uint16_t in)
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.h185 uint16_t tk_mode;
186 uint16_t tk_error;
187 uint16_t tk_key_size;
189 uint16_t tk_other_size;
205 uint16_t ts_fudge_time;
206 uint16_t ts_mac_size;
208 uint16_t ts_orig_id;
209 uint16_t ts_error;
210 uint16_t ts_other_size;
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_impl.h91 uint16_t len;
100 uint16_t len;
101 uint16_t path_name[];
108 uint16_t len;
116 uint16_t len;
126 uint16_t len;
139 uint16_t len;
140 uint16_t target;
141 uint16_t lun;
148 uint16_t le
[all...]
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dikedoor.h264 uint16_t p1xf_dh_group;
265 uint16_t p1xf_encr_alg;
266 uint16_t p1xf_encr_low_bits;
267 uint16_t p1xf_encr_high_bits;
268 uint16_t p1xf_auth_alg;
269 uint16_t p1xf_auth_meth;
270 uint16_t p1xf_prf;
271 uint16_t p1xf_pfs;
361 uint16_t p1sa_stat_off;
362 uint16_t p1sa_stat_le
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.h42 uint16_t s_blocksize;
43 uint16_t s_oid_maxsize;
44 uint16_t s_oid_cursize;
45 uint16_t s_state;
47 uint16_t s_fsck_state;
49 uint16_t s_tree_height;
50 uint16_t s_bmap_nr;
51 uint16_t s_version;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dbootsector.h72 uint16_t sector_size; /* 0b: bytes per logical sector */
74 uint16_t reserved; /* 0e: reserved sectors */
76 uint16_t dir_entries; /* 11: number of root directory entries */
77 uint16_t sectors; /* 13: if 0, total_sect supersedes */
79 uint16_t fat_length; /* 16: sectors/FAT for FAT12/16 */
80 uint16_t secs_track; /* 18: sectors per track */
81 uint16_t heads; /* 1a: number of heads */
99 uint16_t flags; /* 28: bit8: fat mirroring, low4: active fat */
100 uint16_t version; /* 2a: minor * 256 + major */
102 uint16_t info_secto
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlvlan.h40 uint16_t dv_vid;
48 datalink_id_t, uint16_t, dladm_arg_list_t *,
51 datalink_id_t, uint16_t, dladm_arg_list_t *,
/osnet-11/usr/src/lib/libdtrace/common/
H A Dudp.d.in35 uint16_t udp_sport; /* source port */
36 uint16_t udp_dport; /* destination port */
37 uint16_t udp_length; /* total length */
38 uint16_t udp_checksum; /* headers + data checksum */
47 uint16_t udps_lport; /* local port */
48 uint16_t udps_rport; /* remote port */
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_charsets.h44 extern size_t smbfs_unicode_strlen(const uint16_t *);
/osnet-11/usr/src/lib/libpcp/common/
H A Dpcp_common.h55 uint16_t msg_cksum; /* 16-bit checksum of req msg data */
56 uint16_t hdr_cksum; /* 16-bit checksum of req hdr */
74 uint16_t msg_cksum; /* 16-bit checksum of resp msg data */
75 uint16_t hdr_cksum; /* 16-bit checksum of resp hdr */
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dstandalone.h42 int separatePort(char *peer, char **name, uint16_t *port);

Completed in 59 milliseconds

1234567891011>>