Home
last modified time | relevance | path

Searched refs:__u8 (Results 1 - 25 of 96) sorted by relevance

1234

/third_party/libdrm/nouveau/nvif/
H A Dioctl.h7 __u8 version;
21 __u8 type;
22 __u8 pad02[4];
25 __u8 owner;
28 __u8 route;
31 __u8 data[]; /* ioctl data (below) */
40 __u8 version;
41 __u8 count;
42 __u8 pad02[6];
52 __u8 versio
[all...]
H A Dif0002.h9 __u8 version;
10 __u8 id;
11 __u8 counter_nr;
12 __u8 iter;
14 __u8 pad05[2];
19 __u8 version;
20 __u8 domain;
22 __u8 signal;
23 __u8 source_nr;
24 __u8 pad0
[all...]
H A Dcl0080.h5 __u8 version;
6 __u8 pad01[7];
14 __u8 version;
20 __u8 platform;
22 __u8 revision; /* from NV_PMC_BOOT_0 */
32 __u8 family;
33 __u8 pad06[2];
41 __u8 version;
42 __u8 pad01[7];
H A Dif0003.h5 __u8 version;
6 __u8 domain;
7 __u8 mode;
8 __u8 pad03[1];
10 __u8 signal[4];
27 __u8 version;
28 __u8 pad01[7];
31 __u8 pad04[4];
H A Dcl9097.h8 __u8 version;
28 __u8 format;
29 __u8 index;
30 __u8 pad03[5];
36 __u8 version;
38 __u8 format;
39 __u8 index;
40 __u8 pad03[5];
/third_party/exfatprogs/include/
H A Dexfat_ondisk.h103 __u8 jmp_boot[3];
104 __u8 oem_name[8];
105 __u8 res_zero[53];
118 __u8 fs_version[2];
120 __u8 sect_size_bits;
121 __u8 sect_per_clus_bits;
122 __u8 num_fats;
123 __u8 phy_drv_no;
124 __u8 perc_in_use;
125 __u8 reserved
[all...]
/third_party/fsverity-utils/common/
H A Dfsverity_uapi.h36 __u8 digest[];
50 __u8 version; /* must be 1 */
51 __u8 hash_algorithm; /* Merkle tree hash algorithm */
52 __u8 log_blocksize; /* log2 of size of data and tree blocks */
53 __u8 salt_size; /* size of salt in bytes; 0 if none */
60 __u8 root_hash[64]; /* Merkle tree root hash */
61 __u8 salt[32]; /* salt prepended to each hashed block */
62 __u8 __reserved[144]; /* must be 0's */
64 __u8 signature[];
85 __u8 diges
[all...]
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.h39 typedef u8 __u8; typedef
99 __u8 version;
100 __u8 contents_encryption_mode;
101 __u8 filenames_encryption_mode;
102 __u8 flags;
103 __u8 master_key_descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE];
114 __u8 version;
115 __u8 contents_encryption_mode;
116 __u8 filenames_encryption_mode;
117 __u8 flag
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dhdspm.h56 __u8 speed; /* enum {ss, ds, qs} */
157 __u8 card_type; /* enum hdspm_io_type */
165 __u8 sync_wc; /* enum hdspm_sync */
166 __u8 sync_madi; /* enum hdspm_sync */
167 __u8 sync_tco; /* enum hdspm_sync */
168 __u8 sync_in; /* enum hdspm_sync */
169 __u8 madi_input; /* enum hdspm_madi_input */
170 __u8 channel_format; /* enum hdspm_madi_channel_format */
171 __u8 frame_format; /* enum hdspm_madi_frame_format */
186 __u8 card_typ
[all...]
H A Dasoc.h343 __u8 clock_gated; /* SND_SOC_TPLG_DAI_CLK_GATE_ value */
344 __u8 invert_bclk; /* 1 for inverted BCLK, 0 for normal */
345 __u8 invert_fsync; /* 1 for inverted frame clock, 0 for normal */
346 __u8 bclk_provider; /* SND_SOC_TPLG_BCLK_ value */
347 __u8 fsync_provider; /* SND_SOC_TPLG_FSYNC_ value */
348 __u8 mclk_direction; /* SND_SOC_TPLG_MCLK_ value */
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
H A Dcper.h124 __u8 reserved[12]; /* must be zero */
134 __u8 validation_bits;
135 __u8 reserved; /* must be zero */
140 __u8 fru_text[20];
146 __u8 proc_type;
147 __u8 proc_isa;
148 __u8 proc_error_type;
149 __u8 operation;
150 __u8 flags;
151 __u8 leve
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/
H A Dcper.h124 __u8 reserved[12]; /* must be zero */
134 __u8 validation_bits;
135 __u8 reserved; /* must be zero */
140 __u8 fru_text[20];
146 __u8 proc_type;
147 __u8 proc_isa;
148 __u8 proc_error_type;
149 __u8 operation;
150 __u8 flags;
151 __u8 leve
[all...]
/third_party/nghttp2/bpf/
H A Dreuseport_kern.c53 __u8 RoundKey[AES_keyExpSize];
65 typedef __u8 state_t[4][4];
71 static const __u8 sbox[256] = {
96 static const __u8 rsbox[256] = {
123 static const __u8 Rcon[11] = {0x8d, 0x01, 0x02, 0x04, 0x08, 0x10,
130 static void KeyExpansion(__u8 *RoundKey, const __u8 *Key) { in KeyExpansion()
132 __u8 tempa[4]; /* Used for the column/row operations */ in KeyExpansion()
158 const __u8 u8tmp = tempa[0]; in KeyExpansion()
188 static void AES_init_ctx(struct AES_ctx *ctx, const __u8 *ke
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h113 typedef u8 __u8; typedef
485 __u8 init_version[VERSION_LEN + 1];
486 __u8 sb_version[VERSION_LEN + 1];
487 __u8 version[VERSION_LEN + 1];
757 __u8 path[MAX_PATH_LEN];
828 __u8 uuid[16]; /* 128-bit uuid for volume */
831 __u8 extension_list[F2FS_MAX_EXTENSION][8]; /* extension array */
833 __u8 version[VERSION_LEN]; /* the kernel version */
834 __u8 init_version[VERSION_LEN]; /* the initial kernel version */
836 __u8 encryption_leve
[all...]
/third_party/ltp/utils/sctp/include/netinet/
H A Dsctp.h176 __u8 raw;
208 __u8 sac_info[0];
277 __u8 sre_data[0];
294 __u8 ssf_data[0];
390 __u8 sctp_data_io_event;
391 __u8 sctp_association_event;
392 __u8 sctp_address_event;
393 __u8 sctp_send_failure_event;
394 __u8 sctp_peer_error_event;
395 __u8 sctp_shutdown_even
[all...]
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2392 pub type __u8 = crate::ctypes::c_uchar; types
2490 pub version: __u8,
2491 pub contents_encryption_mode: __u8,
2492 pub filenames_encryption_mode: __u8,
2493 pub flags: __u8,
2494 pub master_key_descriptor: [__u8; 8usize],
2500 pub raw: [__u8; 64usize],
2506 pub version: __u8,
2507 pub contents_encryption_mode: __u8,
2508 pub filenames_encryption_mode: __u8,
[all...]
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2391 pub type __u8 = crate::ctypes::c_uchar; types
2489 pub version: __u8,
2490 pub contents_encryption_mode: __u8,
2491 pub filenames_encryption_mode: __u8,
2492 pub flags: __u8,
2493 pub master_key_descriptor: [__u8; 8usize],
2499 pub raw: [__u8; 64usize],
2505 pub version: __u8,
2506 pub contents_encryption_mode: __u8,
2507 pub filenames_encryption_mode: __u8,
[all...]
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2371 pub type __u8 = crate::ctypes::c_uchar; types
2469 pub version: __u8,
2470 pub contents_encryption_mode: __u8,
2471 pub filenames_encryption_mode: __u8,
2472 pub flags: __u8,
2473 pub master_key_descriptor: [__u8; 8usize],
2479 pub raw: [__u8; 64usize],
2485 pub version: __u8,
2486 pub contents_encryption_mode: __u8,
2487 pub filenames_encryption_mode: __u8,
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dif_link.h274 __u8 dma;
275 __u8 port;
519 __u8 prio[2];
520 __u8 addr[6]; /* ETH_ALEN */
753 __u8 family;
754 __u8 flags;
1044 __u8 mac[32]; /* MAX_ADDR_LEN */
1048 __u8 broadcast[32];
1161 IFLA_PORT_REQUEST, /* __u8 */
1197 __u8 vsi_mgr_i
[all...]
H A Dpkt_sched.h92 __u8 linklayer; /* lower 4 bits */
149 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
337 __u8 Wlog; /* log(W) */
338 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
339 __u8 Scell_log; /* cell size for idle damping */
340 __u8 prio; /* prio of this VQ */
349 __u8 grio;
350 __u8 flags;
703 __u8 num_tc;
704 __u8 prio_tc_ma
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Detnaviv_drm.h174 __u8 domain; /* in, pm domain */
175 __u8 pad;
253 __u8 iter; /* in/out, select pm domain at index iter */
254 __u8 id; /* out, id of domain */
261 __u8 domain; /* in, pm domain index */
262 __u8 pad;
H A Dvc4_drm.h149 __u8 min_x_tile;
150 __u8 min_y_tile;
151 __u8 max_x_tile;
152 __u8 max_y_tile;
161 __u8 clear_s;
417 __u8 events[DRM_VC4_MAX_PERF_COUNTERS];
/third_party/libdrm/etnaviv/
H A Detnaviv_drm.h174 __u8 domain; /* in, pm domain */
175 __u8 pad;
253 __u8 iter; /* in/out, select pm domain at index iter */
254 __u8 id; /* out, id of domain */
261 __u8 domain; /* in, pm domain index */
262 __u8 pad;
/third_party/libdrm/include/drm/
H A Dvc4_drm.h149 __u8 min_x_tile;
150 __u8 min_y_tile;
151 __u8 max_x_tile;
152 __u8 max_y_tile;
161 __u8 clear_s;
417 __u8 events[DRM_VC4_MAX_PERF_COUNTERS];
/third_party/libbpf/src/
H A Dbtf_dump.c52 __u8 fwd_emitted: 1;
54 __u8 name_resolved: 1;
56 __u8 referenced: 1;
70 __u8 indent_lvl; /* base indent level */
1703 __u8 bits_offset,
1704 __u8 bit_sz);
1749 __u8 bits_offset, in btf_dump_get_bitfield_value()
1750 __u8 bit_sz, in btf_dump_get_bitfield_value()
1754 const __u8 *bytes = data; in btf_dump_get_bitfield_value()
1755 __u8 nr_copy_bit in btf_dump_get_bitfield_value()
[all...]

Completed in 56 milliseconds

1234