Symbol: record_type
drivers/firmware/efi/cper.c
532
fw_err->record_type < ARRAY_SIZE(fw_err_rec_type_strs) ?
drivers/firmware/efi/cper.c
533
fw_err_rec_type_strs[fw_err->record_type] : "unknown");
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2196
if (header->record_type == LAST_RECORD_TYPE ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2200
if (header->record_type != ATOM_ENCODER_CAP_RECORD_TYPE)
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2233
if (header->record_type == LAST_RECORD_TYPE ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2237
if (header->record_type != ATOM_DISP_CONNECTOR_CAPS_RECORD_TYPE)
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2269
if (header->record_type == ATOM_RECORD_END_TYPE ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2273
if (header->record_type != ATOM_CONNECTOR_CAP_RECORD_TYPE)
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2355
if (header->record_type == ATOM_RECORD_END_TYPE ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2359
if (header->record_type != ATOM_CONNECTOR_SPEED_UPTO)
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
3264
if (record_header->record_type == 0xff ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
3269
if (record_header->record_type ==
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
3380
if (record_header->record_type == ATOM_RECORD_END_TYPE ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
3385
if (record_header->record_type ==
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
437
if (header->record_type == LAST_RECORD_TYPE ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
441
if (header->record_type == ATOM_I2C_RECORD_TYPE
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
546
if (header->record_type == ATOM_RECORD_END_TYPE ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
550
if (header->record_type == ATOM_HPD_INT_RECORD_TYPE
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
624
if (header->record_type == LAST_RECORD_TYPE ||
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
628
if (header->record_type == ATOM_HPD_INT_RECORD_TYPE
drivers/gpu/drm/amd/include/atomfirmware.h
826
uint8_t record_type; //An emun to indicate the record type
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
1045
unsigned char record_type = TLS_RECORD_TYPE_DATA;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
1049
&record_type);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
1060
csk->tlshws.type = record_type;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
974
unsigned char *record_type)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
987
if (cmsg->cmsg_len < CMSG_LEN(sizeof(*record_type)))
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
993
*record_type = *(unsigned char *)CMSG_DATA(cmsg);
drivers/net/ethernet/intel/igb/e1000_i210.c
329
u8 record_type, word_address;
drivers/net/ethernet/intel/igb/e1000_i210.c
334
record_type = INVM_DWORD_TO_RECORD_TYPE(invm_dword);
drivers/net/ethernet/intel/igb/e1000_i210.c
335
if (record_type == E1000_INVM_UNINITIALIZED_STRUCTURE)
drivers/net/ethernet/intel/igb/e1000_i210.c
337
if (record_type == E1000_INVM_CSR_AUTOLOAD_STRUCTURE)
drivers/net/ethernet/intel/igb/e1000_i210.c
339
if (record_type == E1000_INVM_RSA_KEY_SHA256_STRUCTURE)
drivers/net/ethernet/intel/igb/e1000_i210.c
341
if (record_type == E1000_INVM_WORD_AUTOLOAD_STRUCTURE) {
drivers/net/ethernet/mellanox/mlxsw/reg.h
12205
MLXSW_ITEM32(reg, tnumt, record_type, 0x00, 28, 4);
fs/hfsplus/attributes.c
106
} else if (record_type == HFSPLUS_ATTR_EXTENTS) {
fs/hfsplus/attributes.c
113
} else if (record_type == HFSPLUS_ATTR_INLINE_DATA) {
fs/hfsplus/attributes.c
117
entry->inline_data.record_type = cpu_to_be32(record_type);
fs/hfsplus/attributes.c
296
__be32 found_cnid, record_type;
fs/hfsplus/attributes.c
305
hfs_bnode_read(fd->bnode, &record_type,
fs/hfsplus/attributes.c
306
fd->entryoffset, sizeof(record_type));
fs/hfsplus/attributes.c
308
switch (be32_to_cpu(record_type)) {
fs/hfsplus/attributes.c
96
static int hfsplus_attr_build_record(hfsplus_attr_entry *entry, int record_type,
fs/hfsplus/attributes.c
99
if (record_type == HFSPLUS_ATTR_FORK_DATA) {
fs/hfsplus/xattr.c
525
u32 record_type;
fs/hfsplus/xattr.c
561
record_type = be32_to_cpu(xattr_record_type);
fs/hfsplus/xattr.c
562
if (record_type == HFSPLUS_ATTR_INLINE_DATA) {
fs/hfsplus/xattr.c
572
} else if (record_type == HFSPLUS_ATTR_FORK_DATA ||
fs/hfsplus/xattr.c
573
record_type == HFSPLUS_ATTR_EXTENTS) {
fs/ntfs3/fslog.c
249
__le32 record_type; // 0x20: LfsClientRecord or LfsClientRestart.
fs/ntfs3/fslog.c
2536
} else if (LfsClientRecord == hdr->record_type) {
fs/ntfs3/fslog.c
4433
if (LfsClientRecord != frh->record_type)
fs/ntfs3/fslog.c
4895
if (LfsClientRecord != frh->record_type)
include/linux/cper.h
573
u8 record_type;
include/linux/hfs_common.h
614
__be32 record_type;
include/linux/hfs_common.h
621
__be32 record_type;
include/linux/hfs_common.h
630
__be32 record_type;
include/linux/hfs_common.h
639
__be32 record_type;
include/trace/events/handshake.h
14
record_type(CHANGE_CIPHER_SPEC) \
include/trace/events/handshake.h
15
record_type(ALERT) \
include/trace/events/handshake.h
16
record_type(HANDSHAKE) \
include/trace/events/handshake.h
17
record_type(DATA) \
include/trace/events/handshake.h
18
record_type(HEARTBEAT) \
include/trace/events/handshake.h
19
record_type(TLS12_CID) \
net/handshake/alert.c
36
u8 record_type = TLS_RECORD_TYPE_ALERT;
net/handshake/alert.c
37
u8 buf[CMSG_SPACE(sizeof(record_type))];
net/handshake/alert.c
59
cmsg->cmsg_len = CMSG_LEN(sizeof(record_type));
net/handshake/alert.c
60
memcpy(CMSG_DATA(cmsg), &record_type, sizeof(record_type));
net/handshake/alert.c
76
u8 record_type;
net/handshake/alert.c
83
record_type = *((u8 *)CMSG_DATA(cmsg));
net/handshake/alert.c
84
trace_tls_contenttype(sk, record_type);
net/handshake/alert.c
85
return record_type;
net/tls/tls.h
180
unsigned char *record_type);
net/tls/tls.h
336
unsigned char record_type)
net/tls/tls.h
354
TLS_RECORD_TYPE_DATA : record_type;
net/tls/tls.h
365
unsigned char record_type, struct tls_prot_info *prot)
net/tls/tls.h
375
TLS_RECORD_TYPE_DATA : record_type;
net/tls/tls_device.c
317
unsigned char record_type)
net/tls/tls_device.c
339
record_type);
net/tls/tls_device.c
424
unsigned char record_type)
net/tls/tls_device.c
478
if (record_type != TLS_RECORD_TYPE_DATA) {
net/tls/tls_device.c
545
pfrag, record_type);
net/tls/tls_device.c
567
unsigned char record_type = TLS_RECORD_TYPE_DATA;
net/tls/tls_device.c
578
rc = tls_process_cmsg(sk, msg, &record_type);
net/tls/tls_device.c
584
record_type);
net/tls/tls_main.c
239
unsigned char *record_type)
net/tls/tls_main.c
252
if (cmsg->cmsg_len < CMSG_LEN(sizeof(*record_type)))
net/tls/tls_main.c
258
*record_type = *(unsigned char *)CMSG_DATA(cmsg);
net/tls/tls_sw.c
1044
unsigned char record_type = TLS_RECORD_TYPE_DATA;
net/tls/tls_sw.c
1063
ret = tls_process_cmsg(sk, msg, &record_type);
net/tls/tls_sw.c
1150
record_type, &copied,
net/tls/tls_sw.c
1215
record_type, &copied,
net/tls/tls_sw.c
736
unsigned char record_type)
net/tls/tls_sw.c
792
rec->content_type = record_type;
net/tls/tls_sw.c
820
tls_ctx->tx.rec_seq, record_type, prot);
net/tls/tls_sw.c
826
record_type);
net/tls/tls_sw.c
854
bool full_record, u8 record_type,
net/tls/tls_sw.c
870
err = tls_push_record(sk, flags, record_type);
net/tls/tls_sw.c
912
err = tls_push_record(sk, flags, record_type);
tools/testing/selftests/landlock/audit.h
156
.fields[0] = filter->record_type,
tools/testing/selftests/landlock/audit.h
163
if (filter->record_type != AUDIT_EXE)
tools/testing/selftests/landlock/audit.h
32
__u32 record_type;
tools/testing/selftests/landlock/audit.h
402
filter->record_type = AUDIT_EXE;
tools/testing/selftests/net/tls.c
1565
char record_type = 100;
tools/testing/selftests/net/tls.c
157
static int tls_send_cmsg(int fd, unsigned char record_type,
tools/testing/selftests/net/tls.c
1572
EXPECT_EQ(tls_send_cmsg(self->fd, record_type, test_str, send_len, 0),
tools/testing/selftests/net/tls.c
1577
EXPECT_EQ(tls_recv_cmsg(_metadata, self->cfd, record_type,
tools/testing/selftests/net/tls.c
1585
EXPECT_EQ(tls_recv_cmsg(_metadata, self->cfd, record_type,
tools/testing/selftests/net/tls.c
178
*CMSG_DATA(cmsg) = record_type;
tools/testing/selftests/net/tls.c
215
int fd, unsigned char record_type,
tools/testing/selftests/net/tls.c
222
EXPECT_EQ(ctype, record_type);
tools/testing/selftests/net/tls.c
570
char record_type = 100;
tools/testing/selftests/net/tls.c
574
EXPECT_EQ(tls_send_cmsg(self->fd, record_type, test_str, send_len,
tools/testing/selftests/net/tls.c
582
char record_type = 100;
tools/testing/selftests/net/tls.c
590
ret = tls_send_cmsg(self->fd, record_type, test_str, send_len, 0);
tools/testing/selftests/net/tls.c
596
EXPECT_EQ(tls_recv_cmsg(_metadata, self->cfd, record_type,
tools/testing/selftests/net/tls.c
857
char record_type = 100;
tools/testing/selftests/net/tls.c
871
EXPECT_EQ(tls_recv_cmsg(_metadata, self->cfd, record_type,
tools/testing/selftests/net/tls.c
880
char record_type = 100;
tools/testing/selftests/net/tls.c
894
EXPECT_EQ(tls_recv_cmsg(_metadata, self->cfd, record_type,