Home
last modified time | relevance | path

Searched refs:uint8_t (Results 1 – 25 of 4818) sorted by relevance

12345678910>>...193

/src/sys/cam/scsi/
H A Dscsi_cd.h62 uint8_t opcode;
63 uint8_t rt;
68 uint8_t starting_feature[2];
69 uint8_t reserved[3];
70 uint8_t length[2];
71 uint8_t control;
76 uint8_t data_length[4];
77 uint8_t reserved[2];
78 uint8_t current_profile[2];
83 uint8_t feature_code[2];
[all …]
H A Dscsi_da.h56 uint8_t opcode;
58 uint8_t byte2;
59 uint8_t reserved[3];
60 uint8_t control;
69 uint8_t opcode;
70 uint8_t byte2;
77 uint8_t vendor_specific;
78 uint8_t interleave[2];
79 uint8_t control;
84 uint8_t opcode;
[all …]
H A Dscsi_all.h112 uint8_t opcode;
113 uint8_t bytes[11];
118 uint8_t opcode;
119 uint8_t byte2;
121 uint8_t unused[2];
122 uint8_t length;
123 uint8_t control;
128 uint8_t opcode;
129 uint8_t byte2;
130 uint8_t unused[3];
[all …]
H A Dscsi_sa.h39 uint8_t opcode;
40 uint8_t byte2;
41 uint8_t unused[3];
42 uint8_t control;
47 uint8_t gran;
50 uint8_t maximum[3];
51 uint8_t minimum[2];
56 uint8_t opcode;
57 uint8_t sli_fixed;
60 uint8_t length[3];
[all …]
H A Dsmp_all.h132 uint8_t frame_type;
133 uint8_t function;
134 uint8_t response_len;
135 uint8_t request_len;
136 uint8_t crc[4];
141 uint8_t frame_type;
142 uint8_t function;
143 uint8_t function_result;
144 uint8_t response_len;
146 uint8_t expander_change_count[2];
[all …]
H A Dscsi_ch.h77 uint8_t opcode;
79 uint8_t byte2;
80 uint8_t tea[2]; /* transport element address */
81 uint8_t src[2]; /* source address */
82 uint8_t fdst[2]; /* first destination address */
83 uint8_t sdst[2]; /* second destination address */
84 uint8_t invert;
87 uint8_t control;
95 uint8_t opcode;
97 uint8_t byte2;
[all …]
/src/contrib/unbound/testcode/
H A Dunitdname.c107 unit_assert(query_dname_compare((uint8_t*)"", (uint8_t*)"") == 0); in dname_test_query_dname_compare()
108 unit_assert(query_dname_compare((uint8_t*)"\001a", in dname_test_query_dname_compare()
109 (uint8_t*)"\001a") == 0); in dname_test_query_dname_compare()
110 unit_assert(query_dname_compare((uint8_t*)"\003abc\001a", in dname_test_query_dname_compare()
111 (uint8_t*)"\003abc\001a") == 0); in dname_test_query_dname_compare()
112 unit_assert(query_dname_compare((uint8_t*)"\003aBc\001a", in dname_test_query_dname_compare()
113 (uint8_t*)"\003AbC\001A") == 0); in dname_test_query_dname_compare()
114 unit_assert(query_dname_compare((uint8_t*)"\003abc", in dname_test_query_dname_compare()
115 (uint8_t*)"\003abc\001a") == -1); in dname_test_query_dname_compare()
116 unit_assert(query_dname_compare((uint8_t*)"\003abc\001a", in dname_test_query_dname_compare()
[all …]
/src/sys/dev/smartpqi/
H A Dsmartpqi_structures.h34 uint8_t start_tag[4];
35 uint8_t driver_version_tag[2];
38 uint8_t dont_write_tag[2];
39 uint8_t end_tag[2];
45 uint8_t start_tag[4];
46 uint8_t time_tag[2];
48 uint8_t hour;
49 uint8_t min;
50 uint8_t sec;
51 uint8_t reserved;
[all …]
/src/contrib/libpcap/
H A Dextract.h243 ((uint16_t)(((uint16_t)(*((const uint8_t *)(p) + 0)) << 8) | \
244 ((uint16_t)(*((const uint8_t *)(p) + 1)) << 0)))
246 ((int16_t)(((uint16_t)(*((const uint8_t *)(p) + 0)) << 8) | \
247 ((uint16_t)(*((const uint8_t *)(p) + 1)) << 0)))
249 ((uint32_t)(((uint32_t)(*((const uint8_t *)(p) + 0)) << 24) | \
250 ((uint32_t)(*((const uint8_t *)(p) + 1)) << 16) | \
251 ((uint32_t)(*((const uint8_t *)(p) + 2)) << 8) | \
252 ((uint32_t)(*((const uint8_t *)(p) + 3)) << 0)))
254 ((int32_t)(((uint32_t)(*((const uint8_t *)(p) + 0)) << 24) | \
255 ((uint32_t)(*((const uint8_t *)(p) + 1)) << 16) | \
[all …]
/src/sys/geom/label/
H A Dg_label_msdosfs.h54 uint8_t BS_jmpBoot[3];
55 uint8_t BS_OEMName[8];
56 uint8_t BPB_BytsPerSec[2];
57 uint8_t BPB_SecPerClus;
58 uint8_t BPB_RsvdSecCnt[2];
59 uint8_t BPB_NumFATs;
60 uint8_t BPB_RootEntCnt[2];
61 uint8_t BPB_TotSec16[2];
62 uint8_t BPB_Media;
63 uint8_t BPB_FATSz16[2];
[all …]
/src/usr.sbin/fstyp/
H A Dmsdosfs.h54 uint8_t BS_jmpBoot[3];
55 uint8_t BS_OEMName[8];
56 uint8_t BPB_BytsPerSec[2];
57 uint8_t BPB_SecPerClus;
58 uint8_t BPB_RsvdSecCnt[2];
59 uint8_t BPB_NumFATs;
60 uint8_t BPB_RootEntCnt[2];
61 uint8_t BPB_TotSec16[2];
62 uint8_t BPB_Media;
63 uint8_t BPB_FATSz16[2];
[all …]
/src/sys/net80211/
H A Dieee80211_mesh.h46 uint8_t conf_ie; /* IEEE80211_ELEMID_MESHCONF */
47 uint8_t conf_len;
48 uint8_t conf_pselid; /* Active Path Sel. Proto. ID */
49 uint8_t conf_pmetid; /* Active Metric Identifier */
50 uint8_t conf_ccid; /* Congestion Control Mode ID */
51 uint8_t conf_syncid; /* Sync. Protocol ID */
52 uint8_t conf_authid; /* Auth. Protocol ID */
53 uint8_t conf_form; /* Formation Information */
54 uint8_t conf_cap;
116 uint8_t id_ie; /* IEEE80211_ELEMID_MESHID */
[all …]
/src/sys/dev/ufshci/
H A Dufshci.h98 uint8_t opcode;
193 uint8_t overall_command_status; /* [7:0] */
194 uint8_t common_data_size; /* [15:8] */
260 uint8_t command_upiu[UFSHCI_UTP_XFER_REQ_SIZE];
261 uint8_t response_upiu[UFSHCI_UTP_XFER_RESP_SIZE];
262 uint8_t prd_table[sizeof(struct ufshci_prdt_entry) *
264 uint8_t padding[3072 - sizeof(struct ufshci_prdt_entry)];
297 uint8_t overall_command_status; /* [7:0] */
298 uint8_t reserved3; /* [15:8] */
305 uint8_t request_upiu[UFSHCI_UTP_TASK_MGMT_REQ_SIZE];
[all …]
/src/sys/dev/iscsi/
H A Discsi_proto.h69 uint8_t bhs_opcode;
70 uint8_t bhs_opcode_specific1[3];
71 uint8_t bhs_total_ahs_len;
72 uint8_t bhs_data_segment_len[3];
74 uint8_t bhs_inititator_task_tag[4];
75 uint8_t bhs_opcode_specific4[28];
94 uint8_t bhssc_opcode;
95 uint8_t bhssc_flags;
96 uint8_t bhssc_pri;
97 uint8_t bhssc_reserved;
[all …]
/src/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.h64 uint8_t opCapFlags;
65 uint8_t eepMisc;
67 uint8_t macAddr[6];
68 uint8_t rxMask;
69 uint8_t txMask;
74 uint8_t deviceType;
75 uint8_t txGainType; /* high power tx gain table support */
82 uint8_t switchSettling; // 1
83 uint8_t txRxAttenCh[AR5416_4K_MAX_CHAINS]; // 1
84 uint8_t rxTxMarginCh[AR5416_4K_MAX_CHAINS]; // 1
[all …]
H A Dah_eeprom_v14.h122 uint8_t spurRangeLow;
123 uint8_t spurRangeHigh;
127 uint8_t bChannel;
128 uint8_t tPow2x[4];
132 uint8_t bChannel;
133 uint8_t tPow2x[8];
137 uint8_t bChannel;
138 uint8_t tPowerFlag; /* [0..5] tPower [6..7] flag */
167 uint8_t opCapFlags;
168 uint8_t eepMisc;
[all …]
/src/sys/dev/nvmf/
H A Dnvmf_proto.h28 uint8_t opcode;
29 uint8_t reserved1;
31 uint8_t fctype;
32 uint8_t reserved2[35];
33 uint8_t fabric_specific[24];
170 uint8_t opcode;
171 uint8_t reserved1;
173 uint8_t fctype;
174 uint8_t reserved2[59];
178 uint8_t opcode;
[all …]
/src/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_impl.h82 static const uint8_t MSG_SCHEDULE[7][16] = {
150 const uint8_t *p = (const uint8_t *)src; in load32()
155 INLINE void load_key_words(const uint8_t key[BLAKE3_KEY_LEN], in load_key_words()
168 uint8_t *p = (uint8_t *)dst; in store32()
169 p[0] = (uint8_t)(w >> 0); in store32()
170 p[1] = (uint8_t)(w >> 8); in store32()
171 p[2] = (uint8_t)(w >> 16); in store32()
172 p[3] = (uint8_t)(w >> 24); in store32()
175 INLINE void store_cv_words(uint8_t bytes_out[32], uint32_t cv_words[8]) { in store_cv_words()
188 const uint8_t block[BLAKE3_BLOCK_LEN],
[all …]
/src/sys/dev/rtwn/rtl8188e/
H A Dr88e_rx_desc.h36 uint8_t path_agc[2];
37 uint8_t chan;
38 uint8_t reserved1;
39 uint8_t sig_qual;
40 uint8_t agc_rpt;
41 uint8_t rpt_b;
42 uint8_t reserved2;
43 uint8_t noise_power;
44 uint8_t path_cfotail[2];
45 uint8_t pcts_mask[2];
[all …]
/src/sys/dev/rtwn/rtl8812a/
H A Dr12a_rom_image.h36 uint8_t cck[R12A_GROUP_2G];
37 uint8_t ht40[R12A_GROUP_2G - 1];
41 uint8_t ht20_ofdm;
43 uint8_t ht40_ht20;
44 uint8_t ofdm_cck;
49 uint8_t ht40[R12A_GROUP_5G];
53 uint8_t ht20_ofdm;
54 uint8_t ht40_ht20[R12A_MAX_TX_COUNT - 1];
55 uint8_t ofdm_ofdm[2];
56 uint8_t ht80_ht160[R12A_MAX_TX_COUNT];
[all …]
/src/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h84 uint8_t *cc_lastp;
85 uint8_t *cc_copy_to;
118 uint8_t *ccm_pt_buf;
184 uint8_t *gcm_pt_buf;
223 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
224 void (*copy_block)(uint8_t *, uint8_t *),
225 void (*xor_block)(uint8_t *, uint8_t *));
229 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
230 void (*copy_block)(uint8_t *, uint8_t *),
231 void (*xor_block)(uint8_t *, uint8_t *));
[all …]
/src/sys/dev/usb/controller/
H A Ddwc_otg.h54 typedef uint8_t (dwc_otg_cmd_t)(struct dwc_otg_softc *sc, struct dwc_otg_td *td);
67 uint8_t max_packet_count; /* packet_count */
68 uint8_t errcnt;
69 uint8_t tmr_res;
70 uint8_t tmr_val;
71 uint8_t ep_no;
72 uint8_t ep_type;
73 uint8_t channel[3];
74 uint8_t tt_index; /* TT data */
75 uint8_t tt_start_slot; /* TT data */
[all …]
/src/sys/x86/include/
H A Dmptable.h46 uint8_t signature[4];
48 uint8_t length;
49 uint8_t spec_rev;
50 uint8_t checksum;
51 uint8_t config_type;
52 uint8_t mpfb2;
53 uint8_t mpfb3;
54 uint8_t mpfb4;
55 uint8_t mpfb5;
63 uint8_t signature[4];
[all …]
/src/sys/dev/mfi/
H A Dmfireg.h506 uint8_t cmd;
507 uint8_t sense_len;
508 uint8_t cmd_status;
509 uint8_t scsi_status;
510 uint8_t target_id;
511 uint8_t lun_id;
512 uint8_t cdb_len;
513 uint8_t sg_count;
571 uint8_t cdb[16];
579 uint8_t mbox[MFI_MBOX_SIZE];
[all …]
/src/sys/dev/qat_c2xxx/
H A Dqat_hw15reg.h118 uint8_t resp_dest_id;
121 uint8_t resp_pipe_id;
123 uint8_t req_type;
125 uint8_t flags;
130 uint8_t dest_id;
133 uint8_t serv_id;
135 uint8_t resp_type;
137 uint8_t flags;
151 uint8_t content_desc_params_sz;
159 uint8_t content_desc_hdr_sz;
[all …]

12345678910>>...193