Searched refs:uint8_t (Results 1 - 25 of 2820) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_spd.h43 uint8_t spd_len; /* bytes written by manufacturer */
44 uint8_t spd_max_len; /* total available prom space */
45 uint8_t memory_type; /* e.g. SDRAM DDR = 0x07 */
46 uint8_t n_rows; /* row address bits */
47 uint8_t n_cols; /* column address bits */
48 uint8_t n_mod_rows; /* number of module rows */
49 uint8_t ls_data_width; /* e.g. 72 bits */
50 uint8_t ms_data_width;
51 uint8_t vddq_if; /* e.g. SSTL 2.5V = 0x04 */
52 uint8_t cycle_time2
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/
H A Dusa49msg.h115 uint8_t portNumber;
124 uint8_t setClocking; /* host requests baud rate be set */
125 uint8_t baudLo; /* host does baud divisor calculation */
128 uint8_t baudHi;
129 uint8_t prescaler; /* specified as N/8; values 8-ff are valid */
131 uint8_t txClocking; /* 0=internal, 1=external/DSR */
132 uint8_t rxClocking; /* 0=internal, 1=external/DSR */
134 uint8_t setLcr; /* host requests lcr be set */
135 uint8_t lcr; /* use PARITY, STOPBITS, DATABITS below */
137 uint8_t setFlowContro
[all...]
H A Dusa90msg.h62 uint8_t setClocking; /* host requests baud rate be set */
63 uint8_t baudLo; /* host does baud divisor calculation */
64 uint8_t baudHi; /* host does baud divisor calculation */
66 uint8_t setLcr; /* host requests lcr be set */
67 uint8_t lcr; /* use PARITY, STOPBITS, DATABITS below */
69 uint8_t setRxMode; /* set receive mode */
70 uint8_t rxMode; /* RXMODE_DMA or RXMODE_BYHAND */
72 uint8_t setTxMode; /* set transmit mode */
73 uint8_t txMode; /* TXMODE_DMA or TXMODE_BYHAND */
76 uint8_t setTxFlowContro
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_regs.h163 uint8_t id[4];
164 uint8_t nvram_version[2];
165 uint8_t reserved_0[2];
168 uint8_t version[2];
169 uint8_t reserved_1[2];
170 uint8_t max_frame_length[2];
171 uint8_t execution_throttle[2];
172 uint8_t exchange_count[2];
173 uint8_t hard_address[2];
174 uint8_t port_nam
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Dopl_dimm.h40 uint8_t bd_version; /* Version of this structure */
41 uint8_t bd_boardnum; /* Board Number */
42 uint8_t bd_numdimms; /* Number of dimms attached */
43 uint8_t bd_dnamesz; /* DIMM name size */
44 uint8_t bd_serialsz; /* Serial number size */
45 uint8_t bd_partnumsz; /* Partnumber size */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.h26 void aes_wrap(uint8_t *, int, uint8_t *, uint8_t *);
27 int aes_unwrap(uint8_t *, int, uint8_t *, uint8_t *);
40 void rc4_skip(uint8_t *, size_t, size_t, uint8_t *, size_t);
41 void rc4(uint8_t *, size_t, uint8_t *, size_
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Datapi7v3.h39 uint8_t fis_type;
40 uint8_t idcbits;
41 uint8_t cmd;
42 uint8_t features;
44 uint8_t lba_low;
45 uint8_t lba_mid;
46 uint8_t lba_hi;
47 uint8_t device;
48 uint8_t lba_low_exp;
49 uint8_t lba_mid_ex
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h127 uint8_t cmd;
128 uint8_t action : 5,
130 uint8_t resbytes[5];
131 uint8_t alloc_len[2];
132 uint8_t control;
142 uint8_t reservation_key[8];
143 uint8_t obsolete1[4];
144 uint8_t resbytes;
145 uint8_t type : 4,
147 uint8_t obsolete
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_sa.h49 uint8_t dgid[16];
50 uint8_t sgid[16];
58 uint8_t hop_limit;
59 uint8_t traffic_class;
60 uint8_t numb_path;
61 uint8_t sl;
62 uint8_t mtu_selector;
63 uint8_t rate_selector;
64 uint8_t rate;
65 uint8_t packet_life_time_selecto
[all...]
H A Dib_user_mad.h118 uint8_t sl;
119 uint8_t path_bits;
120 uint8_t grh_present;
121 uint8_t gid_index;
122 uint8_t hop_limit;
123 uint8_t traffic_class;
124 uint8_t gid[16];
127 uint8_t reserved[6];
160 uint8_t qpn;
161 uint8_t mgmt_clas
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dif_arp.h20 uint8_t hwlen;
21 uint8_t protolen;
23 uint8_t shwaddr[6];
24 uint8_t sipaddr[4];
25 uint8_t thwaddr[6];
26 uint8_t tipaddr[4];
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dcmd_options.h33 uint8_t lpname[8]; /* local port name (port wwn) */
34 uint8_t lpname_defined;
36 uint8_t rpname[8]; /* remote port name */
37 uint8_t rpname_defined;
40 uint8_t rp_defined;
42 uint8_t show_task_flags:1,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h57 uint8_t id[4];
58 uint8_t nvram_version;
59 uint8_t reserved_0;
64 uint8_t parameter_block_version;
65 uint8_t reserved_1;
86 uint8_t firmware_options[2];
88 uint8_t max_frame_length[2];
89 uint8_t max_iocb_allocation[2];
90 uint8_t execution_throttle[2];
91 uint8_t login_retry_coun
[all...]
H A Dql_iocb.h58 uint8_t entry_type; /* Entry type. */
59 uint8_t entry_count; /* Entry count. */
60 uint8_t sys_define; /* System defined. */
61 uint8_t entry_status; /* Entry Status. */
63 uint8_t target_l; /* SCSI ID - LSB */
64 uint8_t target_h; /* SCSI ID - MSB */
65 uint8_t lun_l; /* SCSI LUN - LSB */
66 uint8_t lun_h; /* SCSI LUN - MSB */
67 uint8_t control_flags_l; /* Control flags - LSB. */
68 uint8_t control_flags_
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc.h192 uint8_t bLength;
193 uint8_t bDescriptorType;
194 uint8_t bDescriptorSubtype;
195 uint8_t bcdUVC[2];
196 uint8_t wTotalLength[2];
197 uint8_t dwClockFrequency[4];
200 uint8_t bInCollection;
207 uint8_t *baInterfaceNr;
212 uint8_t bLength;
213 uint8_t bDescriptorTyp
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h57 uint8_t smbh_type; /* structure type (SMB_TYPE_* value) */
58 uint8_t smbh_len; /* length in bytes of formatted area */
64 uint8_t smbbi_vendor; /* bios vendor string */
65 uint8_t smbbi_version; /* bios version string */
67 uint8_t smbbi_reldate; /* bios release date */
68 uint8_t smbbi_romsize; /* bios rom size (64k * (n + 1)) */
70 uint8_t smbbi_xcflags[1]; /* bios characteristics extensions */
75 uint8_t smbsi_manufacturer; /* manufacturer */
76 uint8_t smbsi_product; /* product name */
77 uint8_t smbsi_versio
[all...]
H A Discsi_protocol.h107 uint8_t opcode;
108 uint8_t flags; /* Final bit */
109 uint8_t rsvd2[2];
110 uint8_t hlength; /* AHSs total length */
111 uint8_t dlength[3]; /* Data length */
112 uint8_t lun[8];
114 uint8_t rsvd3[8];
116 uint8_t other[16];
120 uint8_t opcode;
121 uint8_t flag
[all...]
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_eeprom.h130 uint8_t flags; /* flags copied from EEPROM */
145 uint8_t gain_index; /* index into power (gain) setup table ... */
168 uint8_t group_channel;
194 uint8_t temperature;
195 uint8_t gain_idx;
196 uint8_t actual_pow;
201 uint8_t ch_num;
207 uint8_t ch_from;
208 uint8_t ch_to;
214 uint8_t saturation_power2
[all...]
/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h50 uint8_t ip6_un1_nxt; /* next header */
51 uint8_t ip6_un1_hlim; /* hop limit */
53 uint8_t ip6_un2_vfc; /* 4 bits version and */
72 uint8_t ip6h_nxt; /* next header */
73 uint8_t ip6h_len; /* length in units of 8 octets */
80 uint8_t ip6d_nxt; /* next header */
81 uint8_t ip6d_len; /* length in units of 8 octets */
88 uint8_t ip6r_nxt; /* next header */
89 uint8_t ip6r_len; /* length in units of 8 octets */
90 uint8_t ip6r_typ
[all...]
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_raid.h19 uint8_t Action;
20 uint8_t Reserved1;
21 uint8_t ChainOffset;
22 uint8_t Function;
23 uint8_t VolumeID;
24 uint8_t VolumeBus;
25 uint8_t PhysDiskNum;
26 uint8_t MsgFlags;
63 uint8_t Action;
64 uint8_t Reserve
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_protocol.h69 uint8_t code; /* RADIUS code, section 3, RFC 2865 */
70 uint8_t identifier; /* 1 octet in length. RFC 2865 section 3 */
71 uint8_t length[2]; /* 2 octets, or sizeof (u_short) */
72 uint8_t authenticator[RAD_AUTHENTICATOR_LEN];
73 uint8_t data[1];
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dba_table.h43 extern int ba_insert(ba_table_id_t *, int, uint8_t, uint8_t);
44 extern int ba_retrieve(ba_table_id_t *, uint8_t, ht_match_t *);
45 extern void ba_remove(ba_table_id_t *, int, uint8_t, uint8_t);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_ioctl.h48 uint8_t version;
49 uint8_t smac_addr[MAX_SMAC][ETHERADDRL];
50 uint8_t pmac_addr[ETHERADDRL];
51 uint8_t driver_name[32];
52 uint8_t driver_version[32];
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Dradius_protocol.h69 uint8_t code; /* RADIUS code, section 3, RFC 2865 */
70 uint8_t identifier; /* 1 octet in length. RFC 2865 section 3 */
71 uint8_t length[2]; /* 2 octets, or sizeof (u_short) */
72 uint8_t authenticator[RAD_AUTHENTICATOR_LEN];
73 uint8_t data[1];
/illumos-gate/usr/src/uts/sun4/sys/
H A Didprom.h41 uint8_t id_format; /* format identifier */
45 uint8_t id_machine; /* machine type */
46 uint8_t id_ether[6]; /* ethernet address */
49 uint8_t id_xsum; /* xor checksum */
50 uint8_t id_undef[16]; /* undefined */

Completed in 130 milliseconds

1234567891011>>