Searched refs:u_int16_t (Results 1 - 25 of 65) sorted by relevance

123

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb-config.h28 #define u_int16_t unsigned short macro
42 #define u_int16_t unsigned short macro
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dbitypes.h34 typedef unsigned short u_int16_t; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h74 u_int16_t d_type; /* drive type */
75 u_int16_t d_subtype; /* controller/d_type specific */
94 u_int16_t d_sparespertrack; /* # of spare sectors per track */
95 u_int16_t d_sparespercyl; /* # of spare sectors per cylinder */
119 u_int16_t d_rpm; /* rotational speed */
120 u_int16_t d_interleave; /* hardware sector interleave */
121 u_int16_t d_trackskew; /* sector 0 skew, per track */
122 u_int16_t d_cylskew; /* sector 0 skew, per cylinder */
131 u_int16_t d_checksum; /* xor of data incl. partitions */
134 u_int16_t d_npartition
[all...]
/illumos-gate/usr/src/boot/include/netinet/
H A Din_systm.h52 typedef u_int16_t n_short; /* short as received from the net */
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiospnp.c55 u_int16_t pnp_BIOScontrol;
58 u_int16_t pnp_rmip;
59 u_int16_t pnp_rmcs;
60 u_int16_t pnp_pmip;
63 u_int16_t pnp_rmds;
69 u_int16_t dn_size;
73 u_int16_t dn_attrib;
81 u_int16_t ic_rdport;
82 u_int16_t ic_reserved;
86 static u_int16_t pnp_NumNode
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Drds.h61 #define __be16 u_int16_t
67 #define u_int16_t uint16_t macro
184 u_int16_t lport;
185 u_int16_t fport;
193 u_int16_t lport;
194 u_int16_t fport;
208 u_int16_t lport;
209 u_int16_t fport;
219 u_int16_t lport;
220 u_int16_t fpor
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h56 #define HI(N) ((u_int16_t)(((N) & HI_MASK) >> 16))
57 #define LO(N) ((u_int16_t)((N) & LO_MASK))
135 #define BIGOVERHEAD (4 * sizeof(u_int16_t))
136 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size);
137 #define OVFLSIZE (2 * sizeof(u_int16_t))
138 #define BIGPAGEOVERHEAD (4 * sizeof(u_int16_t))
142 #define PAGE_META(N) (((N) + 3) * sizeof(u_int16_t))
146 #define ITEMSIZE(I) (sizeof(u_int16_t) + (I)->size)
H A Dhash.h71 u_int16_t *pagep;
97 u_int16_t bitmaps[NCACHED]; /* address of overflow page bitmaps */
109 u_int16_t *split_buf; /* Temporary buffer for splits */
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h81 u_int16_t _tmp; \
82 _tmp = (u_int16_t)a; \
91 u_int16_t _tmp; \
103 (p) += sizeof(u_int16_t); \
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h79 u_int16_t d_reclen; /* length of this record */
80 u_int16_t d_namlen; /* length of string in d_name */
147 u_int16_t dot_namlen;
151 u_int16_t dotdot_namlen;
H A Ddinode.h126 u_int16_t di_mode; /* 0: IFMT, permissions; see below. */
169 u_int16_t di_mode; /* 0: IFMT, permissions; see below. */
171 u_int16_t di_suid; /* 4: File owner. */
172 u_int16_t di_sgid; /* 6: File group. */
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c97 u_int16_t
126 u_int16_t
155 u_int16_t
158 register u_int16_t a = 0;
159 a = ((u_int16_t)(buf[0] << 8)) | ((u_int16_t)(buf[1]));
195 dst_s_put_int16(u_int8_t *buf, const u_int16_t val)
266 dst_s_build_filename(char *filename, const char *name, u_int16_t id,
H A Ddst_internal.h42 u_int16_t dk_id; /*%< identifier of the key */
127 u_int16_t id, int alg, const char *suffix,
136 u_int16_t dst_s_get_int16( const u_int8_t *buf);
137 void dst_s_put_int16( u_int8_t *buf, const u_int16_t val);
H A Ddst_api.c70 const u_int16_t in_id, int in_alg);
72 u_int16_t in_id, int in_alg);
324 dst_read_key(const char *in_keyname, const u_int16_t in_id,
463 dst_s_read_public_key(const char *in_name, const u_int16_t in_id, int in_alg)
666 key_st->dk_proto = (u_int16_t) rdata[DST_KEY_PROT];
705 u_int16_t val;
717 val = (u_int16_t)(key->dk_flags & 0xffff);
725 val = (u_int16_t)((key->dk_flags >> 16) & 0xffff);
820 dst_s_read_private_key_file(char *name, DST_KEY *pk_key, u_int16_t in_id,
910 pk_key->dk_id = (u_int16_t) i
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dlib.h59 u_int16_t swap16(u_int16_t);
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_resolv.h22 u_int16_t _getshort __P((const uchar_t *));
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h54 u_int16_t control; /* BIOS feature flags */
57 u_int16_t rmentryoffset; /* real-mode entry offset */
58 u_int16_t rmentryseg; /* segment */
59 u_int16_t pmentryoffset; /* protected-mode entry offset */
62 u_int16_t rmbiosseg; /* real-mode BIOS segment */
169 u_int16_t ph_version;
170 u_int16_t ph_length;
173 u_int16_t ph_pci_irqs;
174 u_int16_t ph_router_vendor;
175 u_int16_t ph_router_devic
[all...]
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Ddst.h11 u_int16_t dk_id; /*%< identifier of the key */
77 const u_int16_t, /*!< key tag identifier */
109 u_int16_t dst_s_dns_key_id(const u_char *, const int);
110 u_int16_t dst_s_id_calc(const u_char *, const int);
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.h50 #define cv2(p) ((u_int16_t)(p)[0] | \
51 ((u_int16_t)(p)[1] << 010))
H A Dext2fs.c186 u_int16_t fd_mount; /* # of mounts */
188 u_int16_t fd_magic; /* magic number */
189 u_int16_t fd_state; /* state */
190 u_int16_t fd_eflag; /* error flags */
191 u_int16_t fd_mnrrev; /* minor revision */
196 u_int16_t fd_uid; /* uid for reserved blocks */
197 u_int16_t fd_gid; /* gid for reserved blocks */
200 u_int16_t fd_isize; /* inode size */
201 u_int16_t fd_nblkgrp; /* block group # of superblock */
257 u_int16_t bg_nfbl
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.h58 #define VTOPSEG(va) (u_int16_t)(VTOP((caddr_t)va) >> 4)
59 #define VTOPOFF(va) (u_int16_t)(VTOP((caddr_t)va) & 0xf)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h66 typedef unsigned int u_int16_t __attribute__((mode(HI))); typedef
77 typedef unsigned short u_int16_t; typedef
86 u_int16_t l, b;
148 u_int16_t signature;
153 u_int16_t magic;
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h173 typedef u_int16_t indx_t;
211 u_int16_t _tmp = a; \
216 u_int16_t _tmp = *(u_int16_t *)a; \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Deui64.h55 u_int16_t e16[4];
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_osdep.h65 typedef uint16_t u_int16_t; typedef

Completed in 97 milliseconds

123