/src/sys/dev/ic/ |
monitors.h | 38 u_int16_t cols; /* Columns */ 39 u_int16_t hfp; /* Horizontal Front Porch */ 40 u_int16_t hsync; /* Horizontal Sync */ 41 u_int16_t hbp; /* Horizontal Back Porch */ 42 u_int16_t rows; /* Rows */ 43 u_int16_t vfp; /* Vertical Front Porch */ 44 u_int16_t vsync; /* Vertical Sync */ 45 u_int16_t vbp; /* Vertical Back Porch */
|
icp_ioctl.h | 50 u_int16_t io_node; 51 u_int16_t service; 53 u_int16_t status; 59 u_int16_t cmd_opcode; 77 u_int16_t io_node; 78 u_int16_t oem_id; 79 u_int16_t type; 83 u_int16_t ext_type; 84 u_int16_t device_id; 85 u_int16_t sub_device_id [all...] |
advmcode.h | 38 extern const u_int16_t asc_mcode_size;
|
depcavar.h | 83 void depca_wrcsr(struct lance_softc *, u_int16_t, u_int16_t); 84 u_int16_t depca_rdcsr(struct lance_softc *, u_int16_t);
|
elink3reg.h | 247 #define GLOBAL_RESET (u_int16_t) 0x0000 248 #define WINDOW_SELECT (u_int16_t) (0x01<<11) 253 #define START_TRANSCEIVER (u_int16_t) (0x02<<11) 255 #define RX_DISABLE (u_int16_t) (0x03<<11) 256 #define RX_ENABLE (u_int16_t) (0x04<<11) 257 #define RX_RESET (u_int16_t) (0x05<<11) 258 #define RX_DISCARD_TOP_PACK (u_int16_t) (0x08<<11) 259 #define TX_ENABLE (u_int16_t) (0x09<<11) 260 #define TX_DISABLE (u_int16_t) (0x0a<<11) 261 #define TX_RESET (u_int16_t) (0x0b<<11 [all...] |
anreg.h | 187 u_int16_t an_opmode; /* 0x02 */ 188 u_int16_t an_rxmode; /* 0x04 */ 189 u_int16_t an_fragthresh; /* 0x06 */ 190 u_int16_t an_rtsthresh; /* 0x08 */ 193 u_int16_t an_shortretry_limit; /* 0x18 */ 194 u_int16_t an_longretry_limit; /* 0x1A */ 195 u_int16_t an_tx_msdu_lifetime; /* 0x1C */ 196 u_int16_t an_rx_msdu_lifetime; /* 0x1E */ 197 u_int16_t an_stationary; /* 0x20 */ 198 u_int16_t an_ordering; /* 0x22 * [all...] |
/src/lib/libc/gen/ |
Lint_bswap16.c | 7 u_int16_t 8 bswap16(u_int16_t b16)
|
/src/sys/arch/amiga/dev/ |
if_levar.h | 36 u_int16_t ler1_rdp; /* data port */ 37 u_int16_t ler1_rap; /* register select port */ 41 u_int16_t ler1_reset; /* reading this resets the PCnet-ISA */ 42 u_int16_t ler1_idp; /* isa configuration port */
|
/src/sys/dist/pf/netinet/ |
tcp_rndiss.h | 39 u_int16_t tcp_rndiss_encrypt(u_int16_t);
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
ipf.h | 24 u_int16_t); 25 int ipf_add_nat(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, 26 struct sockaddr *, u_int16_t, u_int16_t); 27 int ipf_add_rdr(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, 28 struct sockaddr *, u_int16_t);
|
/src/sys/compat/sys/ |
dirent.h | 39 u_int16_t d_reclen; /* length of this record */ 40 u_int16_t d_namlen; /* length of string in d_name */ 46 u_int16_t d_reclen; /* length of this record */
|
/src/dist/pf/libexec/tftp-proxy/ |
filter.h | 23 u_int16_t, u_int8_t); 24 int add_nat(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, 25 struct sockaddr *, u_int16_t, u_int16_t, u_int8_t); 26 int add_rdr(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, 27 struct sockaddr *, u_int16_t, u_int8_t);
|
/src/sys/arch/hpcmips/vr/ |
cmuvar.h | 36 int (*cc_clock)(vrcmu_chipset_tag_t, u_int16_t, int);
|
/src/sys/net80211/ |
ieee80211_sysctl.h | 58 /*00*/ u_int16_t sh_ifindex; 65 /*00*/ u_int16_t ns_ifindex; 68 /*0e*/ u_int16_t ns_capinfo; /* capabilities */ 72 /*14*/ u_int16_t ns_freq; 73 /*16*/ u_int16_t ns_chanflags; 74 /*18*/ u_int16_t ns_chanidx; 80 /*3e*/ u_int16_t ns_associd; /* assoc response */ 84 /*58*/ u_int16_t ns_txrate; /* index to ns_rates[] */ 85 /*5a*/ u_int16_t ns_intval; /* beacon interval */ 87 /*64*/ u_int16_t ns_txseq; /* seq to be transmitted * [all...] |
/src/sys/arch/amiga/amiga/ |
busfuncs.c | 42 bsr(amiga_contiguous_read_2, u_int16_t); 43 bsw(amiga_contiguous_write_2, u_int16_t); 44 bsrm(amiga_contiguous_read_multi_2, u_int16_t); 45 bswm(amiga_contiguous_write_multi_2, u_int16_t); 46 bsrm(amiga_contiguous_read_region_2, u_int16_t); 47 bswm(amiga_contiguous_write_region_2, u_int16_t); 48 bssr(amiga_contiguous_set_region_2, u_int16_t); 49 bscr(amiga_contiguous_copy_region_2, u_int16_t); 51 bsr(amiga_interleaved_read_2, u_int16_t); 52 bsw(amiga_interleaved_write_2, u_int16_t); [all...] |
/src/lib/libc/arch/sh3/net/ |
htons.c | 45 u_int16_t 47 u_int16_t x;
|
ntohs.c | 45 u_int16_t 47 u_int16_t x;
|
/src/sys/arch/mac68k/include/ |
grfioctl.h | 51 u_int16_t fboff; /* Offset of frame buffer from base */ 52 u_int16_t rowbytes; /* Screen rowbytes */ 53 u_int16_t width; /* Screen width */ 54 u_int16_t height; /* Screen height */ 55 u_int16_t hres; /* Horizontal resolution (dpi) */ 56 u_int16_t vres; /* Vertical resolution (dpi) */ 57 u_int16_t ptype; /* 0 = indexed, 0x10 = direct */ 58 u_int16_t psize; /* Screen depth */
|
disklabel.h | 86 u_int16_t descSize; /* driver size in blocks */ 87 u_int16_t descType; /* system type */ 95 u_int16_t sbSig; /* map signature */ 96 u_int16_t sbBlockSize; /* block size of device */ 98 u_int16_t sbDevType; /* (used internally by ROM) */ 99 u_int16_t sbDevID; /* (used internally by ROM) */ 101 u_int16_t sbDrvrCount; /* number of driver descriptors */ 104 u_int16_t pad[3]; 123 u_int16_t pmSig; /* partition signature */ 124 u_int16_t pmSigPad; /* (reserved) * [all...] |
/src/sys/arch/atari/stand/ahdilabel/ |
cksum.c | 54 u_int16_t 57 u_int16_t *p = (u_int16_t *)buf; 58 u_int16_t csum = 0;
|
/src/lib/libc/compat/include/ |
ns.h | 42 u_int16_t s_host[3]; 47 u_int16_t s_net[2]; 58 u_int16_t x_port;
|
/src/sys/arch/atari/stand/tostools/aptck/ |
disklbl.h | 41 u_int16_t d_type; /* drive type */ 42 u_int16_t d_subtype; /* controller/d_type specific */ 78 u_int16_t d_sparespertrack; /* # of spare sectors per track */ 79 u_int16_t d_sparespercyl; /* # of spare sectors per cylinder */ 103 u_int16_t d_rpm; /* rotational speed */ 104 u_int16_t d_interleave; /* hardware sector interleave */ 105 u_int16_t d_trackskew; /* sector 0 skew, per track */ 106 u_int16_t d_cylskew; /* sector 0 skew, per cylinder */ 115 u_int16_t d_checksum; /* xor of data incl. partitions */ 118 u_int16_t d_npartitions; /* number of partitions in following * [all...] |
/src/sys/arch/atari/stand/tostools/libtos/ |
disklbl.h | 41 u_int16_t d_type; /* drive type */ 42 u_int16_t d_subtype; /* controller/d_type specific */ 78 u_int16_t d_sparespertrack; /* # of spare sectors per track */ 79 u_int16_t d_sparespercyl; /* # of spare sectors per cylinder */ 103 u_int16_t d_rpm; /* rotational speed */ 104 u_int16_t d_interleave; /* hardware sector interleave */ 105 u_int16_t d_trackskew; /* sector 0 skew, per track */ 106 u_int16_t d_cylskew; /* sector 0 skew, per cylinder */ 115 u_int16_t d_checksum; /* xor of data incl. partitions */ 118 u_int16_t d_npartitions; /* number of partitions in following * [all...] |
/src/usr.sbin/rbootd/ |
rmp.h | 78 u_int16_t len; 89 u_int16_t cntrl; /* 802.2 control field */ 90 u_int16_t filler; /* HP filler (must be zero) */ 91 u_int16_t dxsap; /* HP extended DSAP */ 92 u_int16_t sxsap; /* HP extended SSAP */
|
/src/sys/arch/macppc/include/ |
disklabel.h | 119 u_int16_t descSize; /* driver size in blocks */ 120 u_int16_t descType; /* system type */ 128 u_int16_t sbSig; /* map signature */ 129 u_int16_t sbBlockSize; /* block size of device */ 131 u_int16_t sbDevType; /* (used internally by ROM) */ 132 u_int16_t sbDevID; /* (used internally by ROM) */ 134 u_int16_t sbDrvrCount; /* number of driver descriptors */ 137 u_int16_t pad[3]; 156 u_int16_t pmSig; /* partition signature */ 157 u_int16_t pmSigPad; /* (reserved) * [all...] |