/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_l2cap.h | 138 #define NG_L2CAP_OPT_MTU_SIZE sizeof(u_int16_t) 140 #define NG_L2CAP_OPT_FLUSH_TIMO_SIZE sizeof(u_int16_t) 173 u_int16_t length; /* payload size */ 174 u_int16_t dcid; /* destination channel ID */ 179 u_int16_t psm; /* Protocol/Service Multiplexor */ 189 u_int16_t length; /* command parameters length */ 195 u_int16_t reason; /* reason to reject command */ 203 u_int16_t mtu; /* actual signaling MTU */ 207 u_int16_t scid; /* local CID */ 208 u_int16_t dcid; /* remote CID */ [all …]
|
H A D | ng_hci.h | 413 u_int16_t opcode; /* OpCode */ 422 u_int16_t con_handle; /* connection handle + PB + BC flags */ 423 u_int16_t length; /* payload length in bytes */ 431 u_int16_t con_handle; /* connection handle + reserved bits */ 467 u_int16_t link_type; /* type of connection */ 479 u_int16_t con_handle; /* connection handle */ 480 u_int16_t reason; /* reason to disconnect (only low byte) */ 488 u_int16_t con_handle; /* con_handle */ 513 u_int16_t con_handle; /* connection handle */ 519 u_int16_t con_handl [all...] |
/freebsd/sys/net/ |
H A D | pfkeyv2.h | 86 u_int16_t sadb_msg_len; 87 u_int16_t sadb_msg_reserved; 93 u_int16_t sadb_ext_len; 94 u_int16_t sadb_ext_type; 98 u_int16_t sadb_sa_len; 99 u_int16_t sadb_sa_exttype; 109 u_int16_t sadb_lifetime_len; 110 u_int16_t sadb_lifetime_exttype; 118 u_int16_t sadb_address_len; 119 u_int16_t sadb_address_exttyp [all...] |
H A D | pflow.h | 86 u_int16_t if_index_in; 87 u_int16_t if_index_out; 92 u_int16_t src_port; 93 u_int16_t dest_port; 98 u_int16_t src_as; 99 u_int16_t dest_as; 102 u_int16_t pad2; 106 u_int16_t set_id; 107 u_int16_t set_length; /* total length of the set, 114 u_int16_t tmpl_id; [all …]
|
/freebsd/sys/i386/include/ |
H A D | elan_mmcr.h | 43 u_int16_t REVID; 48 u_int16_t DRCCTL; 49 u_int16_t DRCTMCTL; 50 u_int16_t DRCCFG; 51 u_int16_t DRCBENDADR; 66 u_int16_t BOOTCSCTL; 68 u_int16_t ROMCS1CTL; 69 u_int16_t ROMCS2CTL; 73 u_int16_t HBCTL; 74 u_int16_t HBTGTIRQCTL; [all …]
|
H A D | smapi.h | 43 u_int16_t information; 47 u_int16_t reserved1; 49 u_int16_t real16_offset; 50 u_int16_t real16_segment; 52 u_int16_t reserved2; 54 u_int16_t prot16_offset; 74 u_int16_t param1; 75 u_int16_t param2; 76 u_int16_t param3;
|
/freebsd/sys/sys/ |
H A D | ata.h | 37 /*000*/ u_int16_t config; /* configuration info */ 55 /*001*/ u_int16_t cylinders; /* # of cylinders */ 56 /*002*/ u_int16_t specconf; /* specific configuration */ 57 /*003*/ u_int16_t heads; /* # heads */ 58 u_int16_t obsolete4; 59 u_int16_t obsolete5; 60 /*006*/ u_int16_t sectors; /* # sectors/track */ 61 /*007*/ u_int16_t vendor7[3]; 63 /*020*/ u_int16_t retired20; 64 u_int16_t retired21; [all …]
|
H A D | chio.h | 68 u_int16_t cm_fromtype; /* element type to move from */ 69 u_int16_t cm_fromunit; /* logical unit of from element */ 70 u_int16_t cm_totype; /* element type to move to */ 71 u_int16_t cm_tounit; /* logical unit of to element */ 72 u_int16_t cm_flags; /* misc. flags */ 92 u_int16_t ce_srctype; /* element type of source */ 93 u_int16_t ce_srcunit; /* logical unit of source */ 94 u_int16_t ce_fdsttype; /* element type of first destination */ 95 u_int16_t ce_fdstunit; /* logical unit of first destination */ 96 u_int16_t ce_sdsttype; /* element type of second destination */ [all …]
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.h | 161 #define le16_to_cpus(x) do { *((u_int16_t *)(x)) = le16toh((*(u_int16_t *)x)); } while (0) 177 u_int16_t timeoutValue; 180 u_int16_t VirtualDiskTgtId; 183 u_int16_t nextLMId; 188 u_int16_t configSeqNum; 201 u_int16_t Type:4; 202 u_int16_t nseg:4; 203 u_int16_t resvd0:8; 205 u_int16_t resvd0:8; 206 u_int16_t nseg:4; [all …]
|
/freebsd/sys/dev/pst/ |
H A D | pst-iop.h | 133 u_int16_t message_size; 152 u_int16_t message_size; 158 u_int16_t detailed_status; 208 u_int16_t message_size; 250 u_int16_t message_size; 262 u_int16_t message_size; 273 u_int16_t organization_id; 274 u_int16_t reserved; 290 u_int16_t inbound_mframe_size; 312 u_int16_t message_size; [all …]
|
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_var.h | 86 u_int16_t pkt_size; /* max. ACL packet size */ 87 u_int16_t num_pkts; /* out queue size */ 96 u_int16_t cid; /* last allocated CID */ 97 u_int16_t lecid; /* last allocated CID for LE */ 112 u_int16_t state; /* ACL connection state */ 113 u_int16_t flags; /* ACL connection flags */ 118 u_int16_t con_handle; /* ACL connection handle */ 144 u_int16_t state; /* channel state */ 153 u_int16_t psm; /* channel PSM */ 154 u_int16_t scid; /* source channel ID */ [all …]
|
H A D | ng_l2cap_ulpi.h | 39 int ng_l2cap_l2ca_con_rsp (ng_l2cap_chan_p, u_int32_t, u_int16_t, u_int16_t); 41 int ng_l2cap_l2ca_con_rsp_rsp (ng_l2cap_chan_p, u_int32_t, u_int16_t); 45 int ng_l2cap_l2ca_cfg_rsp (ng_l2cap_chan_p, u_int32_t, u_int16_t); 47 int ng_l2cap_l2ca_cfg_rsp_rsp (ng_l2cap_chan_p, u_int32_t, u_int16_t); 51 int ng_l2cap_l2ca_write_rsp (ng_l2cap_chan_p, u_int32_t, u_int16_t, u_int16_t); 59 int ng_l2cap_l2ca_discon_rsp (ng_l2cap_chan_p, u_int32_t, u_int16_t); 65 int ng_l2cap_l2ca_grp_add_member_rsp (ng_l2cap_chan_p, u_int32_t, u_int16_t); 70 int ng_l2cap_l2ca_ping_rsp (ng_l2cap_con_p, u_int32_t, u_int16_t, 74 int ng_l2cap_l2ca_get_info_rsp (ng_l2cap_con_p, u_int32_t, u_int16_t,
|
/freebsd/sys/dev/ciss/ |
H A D | cissreg.h | 73 u_int16_t sg_total; /* total count of SGs for this command */ 96 u_int16_t timeout; /* seconds */ 121 u_int16_t command_status; 187 u_int16_t cylinders; /* big-endian */ 232 u_int16_t :16; 255 u_int16_t timeout; /* seconds, little-endian */ 310 u_int16_t physical_drive_number; 319 u_int16_t port; 320 u_int16_t id; 321 u_int16_t box; [all …]
|
/freebsd/sys/dev/ida/ |
H A D | idareg.h | 122 u_int16_t ncylinders; 126 u_int16_t wprecomp; 129 u_int16_t pcylinders; 131 u_int16_t landing_zone; 146 u_int16_t secsize; /* block size in bytes */ 159 u_int16_t secsize; /* block size in bytes */ 200 u_int16_t big_dp_map[8]; /* Big drive present bit map */ 201 u_int16_t big_ed_map[8]; /* Big external drive bit map */ 202 u_int16_t big_nd_map[8]; /* Big non-disk map */ 203 u_int16_t task_flags; [all …]
|
/freebsd/sys/dev/tws/ |
H A D | tws_user.h | 61 u_int16_t working_srl; /* driver & firmware negotiated srl */ 62 u_int16_t working_branch; /* branch # of the firmware that the 64 u_int16_t working_build; /* build # of the firmware that the 66 u_int16_t driver_srl_high;/* highest driver supported srl */ 67 u_int16_t driver_branch_high;/* highest driver supported branch */ 68 u_int16_t driver_build_high;/* highest driver supported build */ 69 u_int16_t driver_srl_low;/* lowest driver supported srl */ 70 u_int16_t driver_branch_low;/* lowest driver supported branch */ 71 u_int16_t driver_build_low;/* lowest driver supported build */ 72 u_int16_t fw_on_ctlr_srl; /* srl of running firmware */ [all …]
|
H A D | tws_hdm.h | 214 u_int16_t message_credits; 216 u_int16_t fw_srl; 217 u_int16_t fw_arch_id; 218 u_int16_t fw_branch; 219 u_int16_t fw_build; 231 u_int16_t param; 255 u_int16_t param_count; 267 u_int16_t count; /* block cnt, parameter cnt, message credits */ 274 u_int16_t srcnum; 277 u_int16_t error; [all …]
|
/freebsd/sys/dev/fb/ |
H A D | vesa.h | 36 u_int16_t v_version; /* ver in BCD */ 43 u_int16_t v_memsize; /* in 64K */ 45 u_int16_t v_revision; /* software rev */ 56 u_int16_t v_modeattr; 71 u_int16_t v_wgran; 72 u_int16_t v_wsize; 73 u_int16_t v_waseg; 74 u_int16_t v_wbseg; 76 u_int16_t v_bpscanline; 78 u_int16_t v_width; [all …]
|
/freebsd/lib/libc/db/hash/ |
H A D | hash_page.c | 75 static u_int16_t overflow_page(HTAB *); 77 static void squeeze_key(u_int16_t *, const DBT *, const DBT *); 81 ((u_int16_t *)(P))[0] = 0; \ 82 ((u_int16_t *)(P))[1] = hashp->BSIZE - 3 * sizeof(u_int16_t); \ 83 ((u_int16_t *)(P))[2] = hashp->BSIZE; \ 94 u_int16_t *bp, n, off; in putpair() 96 bp = (u_int16_t *)p; in putpair() 112 bp[n + 1] = off - ((n + 3) * sizeof(u_int16_t)); in putpair() 124 u_int16_t *bp, newoff, pairlen; in __delpair() 127 bp = (u_int16_t *)bufp->page; in __delpair() [all …]
|
H A D | hash_bigkey.c | 84 u_int16_t *p; in __big_insert() 87 u_int16_t space, move_bytes, off; in __big_insert() 91 p = (u_int16_t *)cp; in __big_insert() 142 p = (u_int16_t *)bufp->page; in __big_insert() 172 p = (u_int16_t *)cp; in __big_insert() 195 u_int16_t *bp, pageno; in __big_delete() 200 bp = (u_int16_t *)bufp->page; in __big_delete() 223 bp = (u_int16_t *)rbufp->page; in __big_delete() 238 bp = (u_int16_t *)bufp->page; in __big_delete() 271 u_int16_t *bp; in __find_bigpair() [all …]
|
/freebsd/contrib/openbsm/bsm/ |
H A D | libbsm.h | 195 u_int16_t len; 202 u_int16_t len; 281 u_int16_t len; 291 u_int16_t no; 306 u_int16_t e_type; 307 u_int16_t e_mod; 325 u_int16_t e_type; 326 u_int16_t e_mod; 336 u_int16_t e_type; 337 u_int16_t e_mod; [all …]
|
/freebsd/sys/powerpc/include/ |
H A D | pio.h | 58 __outw(volatile u_int16_t *a, u_int16_t v) in __outw() 79 __outwrb(volatile u_int16_t *a, u_int16_t v) in __outwrb() 102 static __inline u_int16_t 103 __inw(volatile u_int16_t *a) in __inw() 105 u_int16_t _v_; in __inw() 132 static __inline u_int16_t 133 __inwrb(volatile u_int16_t *a) in __inwrb() 135 u_int16_t _v_; in __inwrb() 154 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) 162 #define inw(a) (__inw((volatile u_int16_t *)(a))) [all …]
|
/freebsd/sys/netsmb/ |
H A D | smb_rq.h | 76 u_int16_t sr_rqflags2; 94 u_int16_t sr_serror; 97 u_int16_t sr_rpflags2; 98 u_int16_t sr_rptid; 99 u_int16_t sr_rppid; 100 u_int16_t sr_rpuid; 101 u_int16_t sr_rpmid; 108 u_int16_t t2_setupcount; 109 u_int16_t * t2_setupdata; 110 u_int16_t t2_setup[2]; /* most of rqs has setupcount of 1 */ [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_l2tp.h | 57 u_int16_t ns; /* sequence number to send next */ 58 u_int16_t nr; /* sequence number to be recved next */ 59 u_int16_t rack; /* last 'nr' received */ 60 u_int16_t xack; /* last 'nr' sent */ 74 u_int16_t tunnel_id; /* local tunnel id */ 75 u_int16_t peer_id; /* peer's tunnel id */ 76 u_int16_t peer_win; /* peer's max recv window size */ 77 u_int16_t rexmit_max; /* max retransmits before failure */ 78 u_int16_t rexmit_max_to; /* max delay between retransmits */ 95 u_int16_t session_id; /* local session id */ [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | scvtb.c | 64 (vm_offset_t)malloc(cols*rows*sizeof(u_int16_t), in sc_vtb_init() 69 cols*rows*sizeof(u_int16_t)); in sc_vtb_init() 114 return (size_t)(cols*rows*sizeof(u_int16_t)); in sc_vtb_size() 123 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0x00ff); in sc_vtb_getc() 132 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0xff00); in sc_vtb_geta() 141 *(u_int16_t *)sc_vtb_pointer(vtb, at) = a | c; in sc_vtb_putc() 150 *(u_int16_t *)p = a | c; in sc_vtb_putchar() 151 return (p + sizeof(u_int16_t)); in sc_vtb_putchar() 157 return (vtb->vtb_buffer + sizeof(u_int16_t)*(at)); in sc_vtb_pointer() 182 count*sizeof(u_int16_t)); in sc_vtb_copy() [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | blf.h | 64 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t); 66 (blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t); 70 void blf_key(blf_ctx *, const u_int8_t *, u_int16_t); 71 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t); 72 void blf_dec(blf_ctx *, u_int32_t *, u_int16_t); 81 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
|