/illumos-gate/usr/src/contrib/bhyve/sys/ |
H A D | ata.h | 36 /*000*/ u_int16_t config; /* configuration info */ 54 /*001*/ u_int16_t cylinders; /* # of cylinders */ 55 /*002*/ u_int16_t specconf; /* specific configuration */ 56 /*003*/ u_int16_t heads; /* # heads */ 57 u_int16_t obsolete4; 58 u_int16_t obsolete5; 59 /*006*/ u_int16_t sectors; /* # sectors/track */ 60 /*007*/ u_int16_t vendor7[3]; 62 /*020*/ u_int16_t retired20; 63 u_int16_t retired21; [all …]
|
H A D | pciio.h | 65 u_int16_t pc_subvendor; /* card vendor ID */ 66 u_int16_t pc_subdevice; /* card device ID, assigned by 68 u_int16_t pc_vendor; /* chip vendor ID */ 69 u_int16_t pc_device; /* chip device ID, assigned by 83 u_int16_t pc_vendor; /* PCI Vendor ID */ 84 u_int16_t pc_device; /* PCI Device ID */
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | disklabel.h | 74 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_npartitions; /* number of partitions in following */ [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | rds.h | 61 #define __be16 u_int16_t 67 #define u_int16_t uint16_t 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 fport; [all …]
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | biospnp.c | 54 u_int16_t pnp_BIOScontrol; 57 u_int16_t pnp_rmip; 58 u_int16_t pnp_rmcs; 59 u_int16_t pnp_pmip; 62 u_int16_t pnp_rmds; 68 u_int16_t dn_size; 72 u_int16_t dn_attrib; 80 u_int16_t ic_rdport; 81 u_int16_t ic_reserved; 85 static u_int16_t pnp_NumNodes; [all …]
|
/illumos-gate/usr/src/boot/sys/i386/include/pc/ |
H A D | bios.h | 54 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_device; [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | page.h | 54 #define HI(N) ((u_int16_t)(((N) & HI_MASK) >> 16)) 55 #define LO(N) ((u_int16_t)((N) & LO_MASK)) 133 #define BIGOVERHEAD (4 * sizeof(u_int16_t)) 134 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size); 135 #define OVFLSIZE (2 * sizeof(u_int16_t)) 136 #define BIGPAGEOVERHEAD (4 * sizeof(u_int16_t)) 140 #define PAGE_META(N) (((N) + 3) * sizeof(u_int16_t)) 144 #define ITEMSIZE(I) (sizeof(u_int16_t) + (I)->size)
|
H A D | hash.h | 69 u_int16_t *pagep; 95 u_int16_t bitmaps[NCACHED]; /* address of overflow page bitmaps */ 107 u_int16_t *split_buf; /* Temporary buffer for splits */
|
H A D | hash_page.c | 74 static u_int16_t overflow_page __P((HTAB *)); 230 u_int16_t *pagep, n, off; 443 u_int16_t n; 688 u_int16_t ovfl_num; 736 u_int16_t ovfl_num; 1043 hashp->hdr.bitmaps[ndx] = (u_int16_t)pnum; 1065 static u_int16_t 1072 u_int16_t addr; 1297 u_int16_t addr, ndx; 1305 ndx = ((u_int16_t)addr) >> SPLITSHIFT;
|
/illumos-gate/usr/src/lib/libresolv2/common/dst/ |
H A D | support.c | 94 u_int16_t 123 u_int16_t 152 u_int16_t 155 register u_int16_t a = 0; in dst_s_get_int16() 156 a = ((u_int16_t)(buf[0] << 8)) | ((u_int16_t)(buf[1])); in dst_s_get_int16() 192 dst_s_put_int16(u_int8_t *buf, const u_int16_t val) in dst_s_put_int16() 263 dst_s_build_filename(char *filename, const char *name, u_int16_t id, in dst_s_build_filename()
|
H A D | dst_internal.h | 42 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 D | dst_api.c | 66 const u_int16_t in_id, int in_alg); 68 u_int16_t in_id, int in_alg); 320 dst_read_key(const char *in_keyname, const u_int16_t in_id, in dst_read_key() 459 dst_s_read_public_key(const char *in_name, const u_int16_t in_id, int in_alg) in dst_s_read_public_key() 662 key_st->dk_proto = (u_int16_t) rdata[DST_KEY_PROT]; in dst_dnskey_to_key() 701 u_int16_t val; in dst_key_to_dnskey() 713 val = (u_int16_t)(key->dk_flags & 0xffff); in dst_key_to_dnskey() 721 val = (u_int16_t)((key->dk_flags >> 16) & 0xffff); in dst_key_to_dnskey() 816 dst_s_read_private_key_file(char *name, DST_KEY *pk_key, u_int16_t in_id, in dst_s_read_private_key_file() 906 pk_key->dk_id = (u_int16_t) id; in dst_s_read_private_key_file()
|
/illumos-gate/usr/src/boot/include/ufs/ufs/ |
H A D | dir.h | 78 u_int16_t d_reclen; /* length of this record */ 79 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 D | dinode.h | 126 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/cmd/sendmail/db/include/ |
H A D | db_swap.h | 81 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/grub/grub-0.97/stage2/ |
H A D | iso9660.h | 66 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/libresolv2/include/isc/ |
H A D | dst.h | 11 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/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 173 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/lib/gss_mechs/mech_krb5/include/ |
H A D | db-config.h | 27 #define u_int16_t unsigned short macro 41 #define u_int16_t unsigned short macro
|
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | clock.h | 78 void timespec2fattime(struct timespec *tsp, int utc, u_int16_t *ddp, u_int16_t *dtp, u_int8_t *dhp);
|
/illumos-gate/usr/src/boot/sys/amd64/include/ |
H A D | tss.h | 61 u_int16_t tss_rsvd5; 62 u_int16_t tss_iobase; /* io bitmap offset */
|
/illumos-gate/usr/src/boot/i386/btx/lib/ |
H A D | btxv86.h | 62 #define VTOPSEG(va) (u_int16_t)(VTOP((caddr_t)va) >> 4) 63 #define VTOPOFF(va) (u_int16_t)(VTOP((caddr_t)va) & 0xf)
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | subr_mchain.c | 451 mb_put_uint16be(struct mbchain *mbp, u_int16_t x) in mb_put_uint16be() 453 u_int16_t v = htobes(x); in mb_put_uint16be() 458 mb_put_uint16le(struct mbchain *mbp, u_int16_t x) in mb_put_uint16le() 460 u_int16_t v = htoles(x); in mb_put_uint16le() 788 md_get_uint16be(struct mdchain *mdp, u_int16_t *x) { in md_get_uint16be() 789 u_int16_t v; in md_get_uint16be() 799 md_get_uint16le(struct mdchain *mdp, u_int16_t *x) in md_get_uint16le() 801 u_int16_t v; in md_get_uint16le()
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 120 u_int16_t sin6_family; /* AF_INET6 */ 122 u_int16_t sin6_port; /* transport layer port # */ 183 u_int16_t ss_family; /* address family */ 184 char __ss_pad1[__SS_ALLIGSIZE - sizeof(u_int16_t)];
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_comp.c | 275 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); } in __putshort() 278 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort()
|